summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Fix crash when no tagsHEADmasterLouis Burda2025-06-191-6/+6
* Handle mplay exit correctlyLouis Burda2024-03-131-4/+7
* Handle exit from seekingLouis Burda2024-03-131-0/+3
* Add initial rudimentary grapheme supportLouis Burda2024-03-136-40/+149
* Update to new mplay status line formatLouis Burda2024-03-101-5/+11
* Update to new mplay apiLouis Burda2024-03-101-27/+50
* Update liblist api and remoteLouis Burda2023-11-1210-191/+198
* Sort tracks and tags case-insensitivelyLouis Burda2023-08-141-2/+2
* Allow saving reordered tracks in tagLouis Burda2023-03-164-90/+96
* Update liblist and add keybind to sort tracks and tagsLouis Burda2023-03-162-1/+45
* Remember playing track when reindexing tagsLouis Burda2023-03-071-19/+30
* Fix mplay +EXIT messages displayed as statusLouis Burda2023-02-191-1/+8
* Allow unqueuing last trackLouis Burda2023-02-171-1/+15
* Show tag on global track completionLouis Burda2023-02-171-17/+33
* Use SIGINT to stop player and update player status less frequentlyLouis Burda2023-02-174-19/+50
* fixup! Remove files if a copy is already in trashLouis Burda2023-02-172-2/+4
* Reindex selected tag on Ctrl+R & function renamingLouis Burda2023-02-161-42/+69
* Remove files if a copy is already in trashLouis Burda2023-02-161-2/+5
* Add popup for deletion of tagsLouis Burda2023-02-041-11/+44
* Continue after playing track fails on mplay_runLouis Burda2023-02-041-2/+1
* Improve player status displayLouis Burda2023-02-047-156/+116
* Fix tag_rename selectionLouis Burda2023-02-042-3/+6
* Add keybind to refresh screen contentsLouis Burda2023-01-292-0/+8
* If trash tag exists, move tracks there on deleteLouis Burda2023-01-284-70/+99
* Fix index_dirty not set on reindex and track_rmLouis Burda2023-01-222-1/+4
* fixup! Only write to index files on data_save where necessaryLouis Burda2023-01-121-0/+2
* Refactor error handlingLouis Burda2023-01-1216-121/+203
* Only write to index files on data_save where necessaryLouis Burda2023-01-124-38/+45
* Check aprintf allocation internally and add astrdup for less OOM_CHECKLouis Burda2023-01-1112-75/+54
* Start mplay in command line interface modeLouis Burda2022-12-211-1/+1
* Clear mplay player status on updateLouis Burda2022-12-201-0/+2
* Fix autoplay for mplay backendLouis Burda2022-12-183-13/+32
* player: move add_history to clear_trackLouis Burda2022-12-182-20/+13
* Implement player backend for mplayLouis Burda2022-12-185-20/+369
* Remove volume patch for upstream volume resetting bugLouis Burda2022-05-121-8/+5
* Implement fix for volume resetting in pipewireLouis Burda2022-05-041-4/+10
* Add rename shortcuts for tags and tracksLouis Burda2022-04-202-41/+111
* Call cleanup on SIGKILL and SIGTERMLouis Burda2022-03-311-0/+2
* Added missing prototypesLouis Burda2022-03-315-5/+8
* Replaced shuffle track selection and refactored playerLouis Burda2022-03-313-215/+171
* Fix track next selection not lruLouis Burda2022-03-285-19/+19
* Simplify listnav, change pane on playing track seekLouis Burda2022-03-062-9/+22
* Include tag name in track pane title for visibilityLouis Burda2022-03-051-13/+22
* Alert track moves to same tagLouis Burda2022-03-051-0/+6
* Check destination path in copy and moveLouis Burda2022-03-052-3/+20
* Added rename commandLouis Burda2022-03-044-3/+98
* Semantics + Fix track selectionLouis Burda2022-03-041-30/+21
* Fixed minor bugsLouis Burda2022-03-013-3/+8
* Added lock for data directoryLouis Burda2022-03-012-0/+74
* Separate all from visible tracks searchLouis Burda2022-03-011-9/+48