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
/
tui.c
Commit message (
Collapse
)
Author
Age
Files
Lines
*
Sort tracks and tags case-insensitively
Louis Burda
2023-08-14
1
-2
/
+2
|
*
Allow saving reordered tracks in tag
Louis Burda
2023-03-16
1
-2
/
+12
|
*
Update liblist and add keybind to sort tracks and tags
Louis Burda
2023-03-16
1
-0
/
+45
|
*
Remember playing track when reindexing tags
Louis Burda
2023-03-07
1
-19
/
+30
|
*
Allow unqueuing last track
Louis Burda
2023-02-17
1
-1
/
+15
|
*
Show tag on global track completion
Louis Burda
2023-02-17
1
-17
/
+33
|
*
fixup! Remove files if a copy is already in trash
Louis Burda
2023-02-17
1
-2
/
+2
|
*
Reindex selected tag on Ctrl+R & function renaming
Louis Burda
2023-02-16
1
-42
/
+69
|
*
Remove files if a copy is already in trash
Louis Burda
2023-02-16
1
-2
/
+5
|
*
Add popup for deletion of tags
Louis Burda
2023-02-04
1
-11
/
+44
|
*
Improve player status display
Louis Burda
2023-02-04
1
-23
/
+23
|
*
Fix tag_rename selection
Louis Burda
2023-02-04
1
-1
/
+1
|
*
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
-2
/
+8
|
*
Refactor error handling
Louis Burda
2023-01-12
1
-8
/
+1
|
*
Only write to index files on data_save where necessary
Louis Burda
2023-01-12
1
-18
/
+18
|
*
Check aprintf allocation internally and add astrdup for less OOM_CHECK
Louis Burda
2023-01-11
1
-11
/
+4
|
*
Implement player backend for mplay
Louis Burda
2022-12-18
1
-2
/
+2
|
*
Add rename shortcuts for tags and tracks
Louis Burda
2022-04-20
1
-40
/
+110
|
*
Fix track next selection not lru
Louis Burda
2022-03-28
1
-2
/
+2
|
*
Simplify listnav, change pane on playing track seek
Louis Burda
2022-03-06
1
-0
/
+2
|
*
Include tag name in track pane title for visibility
Louis Burda
2022-03-05
1
-13
/
+22
|
*
Semantics + Fix track selection
Louis Burda
2022-03-04
1
-30
/
+21
|
*
Fixed minor bugs
Louis Burda
2022-03-01
1
-1
/
+2
|
*
Separate all from visible tracks search
Louis Burda
2022-03-01
1
-9
/
+48
|
*
Add display timer to cmd status
Louis Burda
2022-03-01
1
-7
/
+23
|
*
Small improvements
Louis Burda
2022-03-01
1
-2
/
+2
|
|
|
|
Use hard link instead of copy when possible, show loaded mpd track name, optimized track selection
*
Display loaded player track name if player.track not known
Louis Burda
2022-02-28
1
-3
/
+7
|
*
Fixed sorting of tracks and name completion
Louis Burda
2022-02-28
1
-16
/
+81
|
*
Try to preserving playing track when reindexing / moving
Louis Burda
2022-02-28
1
-11
/
+31
|
*
Fix tag some keybinds no fallthru
Louis Burda
2022-02-28
1
-21
/
+25
|
*
Switch from mostly ref based tracking to multi-link architecture
Louis Burda
2022-02-27
1
-104
/
+186
|
*
Update player playlist on changes to tag tracks
Louis Burda
2022-02-26
1
-11
/
+1
|
*
Keybind for seek to playing, keybind for delete
Louis Burda
2022-02-26
1
-0
/
+18
|
*
Migrate away from wchar_t, default to utf8
Louis Burda
2022-02-26
1
-126
/
+124
|
*
Refactor player interface, improve history navigation and playlist shuffle
Louis Burda
2022-02-25
1
-37
/
+43
|
*
Added rerun command
Louis Burda
2022-02-21
1
-17
/
+13
|
*
Bug fixes, added select track shortcut and reindex command
Louis Burda
2022-02-21
1
-50
/
+96
|
*
Added keybinds for seeking to front or back of tracks / tags
Louis Burda
2022-02-20
1
-0
/
+12
|
*
Use case insensitive search
Louis Burda
2022-02-14
1
-4
/
+4
|
*
Improve error handling, history bug fix
Louis Burda
2022-02-14
1
-2
/
+3
|
*
Refactored main.c into many files
Louis Burda
2022-02-14
1
-0
/
+937