Age | Commit message (Collapse) | Author |
|
|
|
functions MPD::Song::toString() and Display::Songs were
almost identical. for now the latter uses MPD::Song::toString()
implementation, which also has been simplified.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
info about this feature can be found in mpd docs.
|
|
|
|
mpd-git has single command, which provides functionality
of both "repeat one" and "stop after current track" modes.
repeat one = single && repeat
stop after current track = single && !repeat
|
|
|
|
|
|
|
|
|
|
|
|
it intruduces regex support in search engine
and filtering/searching in all screens
|
|
the way media library was searching for albums
was wrong and by the way totally inefficient.
|
|
|
|
it's still enabled by default though.
|
|
|
|
|
|
|
|
if one applies a filter, only items that contain this
filter will be displayed. works on all screens.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|