summaryrefslogtreecommitdiffstats
path: root/src/data.c
Commit message (Collapse)AuthorAgeFilesLines
* Update liblist api and remoteLouis Burda2023-11-121-47/+46
|
* Allow saving reordered tracks in tagLouis Burda2023-03-161-83/+68
|
* fixup! Remove files if a copy is already in trashLouis Burda2023-02-171-0/+2
|
* Fix tag_rename selectionLouis Burda2023-02-041-2/+5
|
* Add keybind to refresh screen contentsLouis Burda2023-01-291-0/+4
|
* If trash tag exists, move tracks there on deleteLouis Burda2023-01-281-13/+62
|
* Fix index_dirty not set on reindex and track_rmLouis Burda2023-01-221-1/+3
|
* fixup! Only write to index files on data_save where necessaryLouis Burda2023-01-121-0/+2
|
* Refactor error handlingLouis Burda2023-01-121-23/+10
|
* Only write to index files on data_save where necessaryLouis Burda2023-01-121-15/+20
|
* Check aprintf allocation internally and add astrdup for less OOM_CHECKLouis Burda2023-01-111-31/+9
|
* Added missing prototypesLouis Burda2022-03-311-2/+2
|
* Fix track next selection not lruLouis Burda2022-03-281-1/+1
|
* Check destination path in copy and moveLouis Burda2022-03-051-0/+4
|
* Added rename commandLouis Burda2022-03-041-0/+62
|
* Fixed minor bugsLouis Burda2022-03-011-2/+5
|
* Added lock for data directoryLouis Burda2022-03-011-0/+70
|
* Small improvementsLouis Burda2022-03-011-1/+3
| | | | Use hard link instead of copy when possible, show loaded mpd track name, optimized track selection
* Fixed sorting of tracks and name completionLouis Burda2022-02-281-1/+1
|
* Switch from mostly ref based tracking to multi-link architectureLouis Burda2022-02-271-274/+354
|
* Update player playlist on changes to tag tracksLouis Burda2022-02-261-11/+25
|
* Keybind for seek to playing, keybind for deleteLouis Burda2022-02-261-0/+39
|
* Migrate away from wchar_t, default to utf8Louis Burda2022-02-261-38/+169
|
* Improve error handling, history bug fixLouis Burda2022-02-141-31/+22
|
* Refactored main.c into many filesLouis Burda2022-02-141-0/+306