summaryrefslogtreecommitdiffstats
path: root/src/player.c
Commit message (Collapse)AuthorAgeFilesLines
* Improve player status displayLouis Burda2023-02-041-5/+5
|
* Refactor error handlingLouis Burda2023-01-121-1/+1
|
* player: move add_history to clear_trackLouis Burda2022-12-181-10/+3
|
* Implement player backend for mplayLouis Burda2022-12-181-0/+42
|
* Added missing prototypesLouis Burda2022-03-311-0/+4
|
* Replaced shuffle track selection and refactored playerLouis Burda2022-03-311-0/+136
|
* Refactor player interface, improve history navigation and playlist shuffleLouis Burda2022-02-251-412/+0
|
* Bug fixes, added select track shortcut and reindex commandLouis Burda2022-02-211-8/+4
|
* Improve error handling, history bug fixLouis Burda2022-02-141-2/+2
|
* Refactored main.c into many filesLouis Burda2022-02-141-32/+33
|
* New list interface for fast tail accessLouis Burda2022-01-271-16/+9
|
* Added index files, fixed cmd input bugsLouis Burda2022-01-261-2/+10
|
* Allow switch between playlist and tracks in hovered tagLouis Burda2022-01-081-4/+6
|
* Closed memory leaksLouis Burda2022-01-081-5/+11
|
* Added MPRIS controlLouis Burda2022-01-071-0/+1
|
* More refactoring, moved track manipulation into playerLouis Burda2021-12-291-19/+76
| | | | Planning on creating a modular player_backend component
* In working condition, but with shitty implementation for selecting next trackLouis Burda2021-12-281-89/+82
|
* Added panic and simplified makefileLouis Burda2021-12-281-2/+21
|
* refactored autoplay and prev/next functionalityLouis Burda2021-12-271-23/+61
|
* Restructured repository and added automatic make dependency generationLouis Burda2021-12-201-0/+300