index
:
sinitax/tmus
master
track-arena
TUI Music Player
Louis Burda
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
data.c
Commit message (
Collapse
)
Author
Age
Files
Lines
*
Allow saving reordered tracks in tag
Louis Burda
2023-03-16
1
-83
/
+68
|
*
fixup! Remove files if a copy is already in trash
Louis Burda
2023-02-17
1
-0
/
+2
|
*
Fix tag_rename selection
Louis Burda
2023-02-04
1
-2
/
+5
|
*
Add keybind to refresh screen contents
Louis Burda
2023-01-29
1
-0
/
+4
|
*
If trash tag exists, move tracks there on delete
Louis Burda
2023-01-28
1
-13
/
+62
|
*
Fix index_dirty not set on reindex and track_rm
Louis Burda
2023-01-22
1
-1
/
+3
|
*
fixup! Only write to index files on data_save where necessary
Louis Burda
2023-01-12
1
-0
/
+2
|
*
Refactor error handling
Louis Burda
2023-01-12
1
-23
/
+10
|
*
Only write to index files on data_save where necessary
Louis Burda
2023-01-12
1
-15
/
+20
|
*
Check aprintf allocation internally and add astrdup for less OOM_CHECK
Louis Burda
2023-01-11
1
-31
/
+9
|
*
Added missing prototypes
Louis Burda
2022-03-31
1
-2
/
+2
|
*
Fix track next selection not lru
Louis Burda
2022-03-28
1
-1
/
+1
|
*
Check destination path in copy and move
Louis Burda
2022-03-05
1
-0
/
+4
|
*
Added rename command
Louis Burda
2022-03-04
1
-0
/
+62
|
*
Fixed minor bugs
Louis Burda
2022-03-01
1
-2
/
+5
|
*
Added lock for data directory
Louis Burda
2022-03-01
1
-0
/
+70
|
*
Small improvements
Louis Burda
2022-03-01
1
-1
/
+3
|
|
|
|
Use hard link instead of copy when possible, show loaded mpd track name, optimized track selection
*
Fixed sorting of tracks and name completion
Louis Burda
2022-02-28
1
-1
/
+1
|
*
Switch from mostly ref based tracking to multi-link architecture
Louis Burda
2022-02-27
1
-274
/
+354
|
*
Update player playlist on changes to tag tracks
Louis Burda
2022-02-26
1
-11
/
+25
|
*
Keybind for seek to playing, keybind for delete
Louis Burda
2022-02-26
1
-0
/
+39
|
*
Migrate away from wchar_t, default to utf8
Louis Burda
2022-02-26
1
-38
/
+169
|
*
Improve error handling, history bug fix
Louis Burda
2022-02-14
1
-31
/
+22
|
*
Refactored main.c into many files
Louis Burda
2022-02-14
1
-0
/
+306