settings: add support for displaying current mpd host in playlist

This commit is contained in:
Andrzej Rybczak
2015-04-18 19:16:38 +02:00
parent bfbafc3312
commit 9e47a8ad61
6 changed files with 17 additions and 1 deletions

View File

@@ -143,8 +143,11 @@ Format for songs' list displayed in columns.
.B execute_on_song_change = COMMAND
Shell command to execute on song change.
.TP
.B playlist_show_mpd_host = yes/no
If enabled, current MPD host will be shown in playlist.
.TP
.B playlist_show_remaining_time = yes/no
If enabled, time remaining to end of playlist will be shown after playlist's statistics.
If enabled, time remaining to end of playlist will be shown after playlist statistics.
.TP
.B playlist_shorten_total_times = yes/no
If enabled, total/remaining playlist time displayed in statusbar will be shown using shortened units' names (d:h:m:s instead of days:hours:minutes:seconds).