diff options
-rw-r--r-- | contrib/config-example | 3 | ||||
-rw-r--r-- | src/pianobar.1 | 6 |
2 files changed, 8 insertions, 1 deletions
diff --git a/contrib/config-example b/contrib/config-example index b458e9f..c13badd 100644 --- a/contrib/config-example +++ b/contrib/config-example @@ -31,8 +31,9 @@ #act_stationselectquickmix = x # Misc -# mp3 or aacplus +# mp3, mp3-hifi or aacplus #audio_format = mp3 #autostart_station = 123456 #event_command = /home/user/.config/pianobar/eventcmd +#sort = quickmix_10_name_az diff --git a/src/pianobar.1 b/src/pianobar.1 index 94604b5..ac262ef 100644 --- a/src/pianobar.1 +++ b/src/pianobar.1 @@ -163,6 +163,12 @@ Use a http proxy. Note that this setting overrides the http_proxy environment variable. .TP +.B sort = {name_az, name_za, quickmix_01_name_az, quickmix_01_name_za, quickmix_10_name_az, quickmix_10_name_za} +Sort station list by name or type (is quickmix) and name. name_az for example +sorts by name from a to z, quickmix_01_name_za by type (quickmix at the +bottom) and name from z to a. + +.TP .B user = your@user.name Your pandora.com username. |