diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/config | 2 | ||||
-rw-r--r-- | doc/ncmpcpp.1 | 5 |
2 files changed, 6 insertions, 1 deletions
@@ -286,6 +286,8 @@ ## #execute_on_song_change = "" # +#playlist_show_mpd_host = no +# #playlist_show_remaining_time = no # #playlist_shorten_total_times = no diff --git a/doc/ncmpcpp.1 b/doc/ncmpcpp.1 index effeddb2..52f0aeba 100644 --- a/doc/ncmpcpp.1 +++ b/doc/ncmpcpp.1 @@ -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). |