diff options
author | Andrzej Rybczak <electricityispower@gmail.com> | 2015-04-18 19:16:38 +0200 |
---|---|---|
committer | Andrzej Rybczak <electricityispower@gmail.com> | 2015-04-18 19:16:38 +0200 |
commit | 9e47a8ad611073b36762abfe65df5137d7655e4c (patch) | |
tree | e72472377acd4948afa8ab8be51c329808839aee /doc | |
parent | bfbafc33122c61b4df28f7811001eb14376ba9e9 (diff) |
settings: add support for displaying current mpd host in playlist
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). |