From 30ff08768d4e508901348eb3bc9c1643e6b33f49 Mon Sep 17 00:00:00 2001 From: Lars-Dominik Braun Date: Sat, 31 Jul 2010 20:42:40 +0200 Subject: Add sort config option to manpage and example config file --- contrib/config-example | 3 ++- src/pianobar.1 | 6 ++++++ 2 files changed, 8 insertions(+), 1 deletion(-) 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 @@ -162,6 +162,12 @@ Your pandora.com password. Plain-text. 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. -- cgit v1.2.3