summaryrefslogtreecommitdiffstats
path: root/src/player_mpd.c
Commit message (Collapse)AuthorAgeFilesLines
* Improve player status displayLouis Burda2023-02-041-44/+27
|
* Refactor error handlingLouis Burda2023-01-121-9/+9
|
* Check aprintf allocation internally and add astrdup for less OOM_CHECKLouis Burda2023-01-111-3/+2
|
* Fix autoplay for mplay backendLouis Burda2022-12-181-6/+0
|
* Implement player backend for mplayLouis Burda2022-12-181-18/+0
|
* 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
|
* Added missing prototypesLouis Burda2022-03-311-0/+1
|
* Replaced shuffle track selection and refactored playerLouis Burda2022-03-311-209/+31
|
* Fix track next selection not lruLouis Burda2022-03-281-8/+15
|
* Added rename commandLouis Burda2022-03-041-3/+3
|
* Fixed minor bugsLouis Burda2022-03-011-0/+1
|
* Small improvementsLouis Burda2022-03-011-6/+51
| | | | 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 knownLouis Burda2022-02-281-1/+8
|
* Switch from mostly ref based tracking to multi-link architectureLouis Burda2022-02-271-98/+76
|
* Migrate away from wchar_t, default to utf8Louis Burda2022-02-261-1/+1
|
* Refactor player interface, improve history navigation and playlist shuffleLouis Burda2022-02-251-0/+513