diff options
author | Lars-Dominik Braun <PromyLOPh@lavabit.com> | 2010-07-31 20:42:40 +0200 |
---|---|---|
committer | Lars-Dominik Braun <PromyLOPh@lavabit.com> | 2010-08-01 12:12:56 +0200 |
commit | 30ff08768d4e508901348eb3bc9c1643e6b33f49 (patch) | |
tree | 0b481109bbd85e17ba03e6aecc8d4c7888e18bcb /src/pianobar.1 | |
parent | c4cbe0dbec4cbc87e8d7b086c6335715b55cdbe8 (diff) | |
download | pianobar-windows-30ff08768d4e508901348eb3bc9c1643e6b33f49.tar.gz pianobar-windows-30ff08768d4e508901348eb3bc9c1643e6b33f49.tar.bz2 pianobar-windows-30ff08768d4e508901348eb3bc9c1643e6b33f49.zip |
Add sort config option to manpage and example config file
Diffstat (limited to 'src/pianobar.1')
-rw-r--r-- | src/pianobar.1 | 6 |
1 files changed, 6 insertions, 0 deletions
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. |