Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-08-24 | Fix skipIfCurrent causing a crash | Florrie | |
I.e, fix a reference to the now nonexistant playNextTrack. This fixes a crash that happens when "Play later" is selected on the currently playing track (since doing so is meant to skip to the next song in queue before moving the play-later'd track). | |||
2019-08-08 | Separate remaining duration calculation | Florrie | |
...into its own function. To be used to get the total duration string of a grouplike. (This is stored on the backend instead of a more general playlist-utils function because it requires access to the metadata code specific to mtui.) | |||
2019-07-30 | "Pause when this track ends" option | Florrie | |
2019-07-06 | Experimental telnet server | Florrie | |
2019-07-05 | Separate backend from UI | Florrie | |