diff options
author | Lars-Dominik Braun <PromyLOPh@lavabit.com> | 2010-11-23 21:59:31 +0100 |
---|---|---|
committer | Lars-Dominik Braun <lars@6xq.net> | 2010-12-26 15:47:42 +0100 |
commit | 13106ac8bb95e325cf522817f91ad1f3b0fcecb0 (patch) | |
tree | 5488d884b5fac8bf5f1946cae92e536fa2d0d345 /contrib/pianobar.1 | |
parent | d074480b9159a53fc4e6bdb40463289c69c2f6a7 (diff) | |
download | pianobar-13106ac8bb95e325cf522817f91ad1f3b0fcecb0.tar.gz pianobar-13106ac8bb95e325cf522817f91ad1f3b0fcecb0.tar.bz2 pianobar-13106ac8bb95e325cf522817f91ad1f3b0fcecb0.zip |
Better directory layout
Removed useless AUTHORS, COPYING and README files. Move manpage to
contrib (it's not exactly source code).
Diffstat (limited to 'contrib/pianobar.1')
-rw-r--r-- | contrib/pianobar.1 | 227 |
1 files changed, 227 insertions, 0 deletions
diff --git a/contrib/pianobar.1 b/contrib/pianobar.1 new file mode 100644 index 0000000..6a6bd33 --- /dev/null +++ b/contrib/pianobar.1 @@ -0,0 +1,227 @@ +.TH pianobar 1 + +.SH NAME +pianobar \- console pandora.com music player + +.SH SYNOPSIS +.B pianobar + +.SH DESCRIPTION +.B pianobar +is a lightweight console music player for the personalized online radio +pandora.com. + +.SH FILES +.I $XDG_CONFIG_HOME/pianobar/config +or +.I ~/.config/pianobar/config +.RS +Per-user configuration file. See +.B CONFIGURATION. +.RE + +.I /etc/libao.conf +or +.I ~/.libao +.RS +Global/per-user audio output configuration. See libao documentation at +http://xiph.org/ao/doc/config.html +.RE + +.SH CONFIGURATION +The configuration file consists of simple +.B key = value +lines. Each terminated with a newline (\\n) character. Keys and values are both +case sensitive. act_*-keys control +.B pianobar's +key-bindings. + +.TP +.B act_help = ? +Show keybindings. + +.TP +.B act_songlove = + +Love currently played song. + +.TP +.B act_songban = - +Ban current track. It will not be played again and can only removed using the +pandora.com web interface. + +.TP +.B act_stationaddmusic = a +Add more music to current station. You will be asked for a search string. Just +follow the instructions. If you're clueless try '?' (without quotes). + +.TP +.B act_bookmark = b +Bookmark current song or artist. + +.TP +.B act_stationcreate = c +Create new station. You have to enter a search string and select the song or +artist of your choice. + +.TP +.B act_stationdelete = d +Delete current station. + +.TP +.B act_songexplain = e +Explain why this song is played. + +.TP +.B act_stationaddbygenre = g +Add genre station provided by pandora. + +.TP +.B act_history = h +Show history. + +.TP +.B act_songinfo = i +Print information about currently played song/station. + +.TP +.B act_addshared = j +Add shared station by id. id is a very long integer without "sh" at the +beginning. + +.TP +.B act_songmove = m +Move current song to another station + +.TP +.B act_songnext = n +Skip current song. + +.TP +.B act_songpause = p +Pause/Continue + +.TP +.B act_quit = q +Quit +.B pianobar. + +.TP +.B act_stationrename = r +Rename currently played station. + +.TP +.B act_stationchange = s +Select another station. + +.TP +.B act_songtired = t +Ban song for one month. + +.TP +.B act_upcoming = u +Show next songs in playlist. + +.TP +.B act_stationselectquickmix = x +Select quickmix stations. + +.TP +.B audio_format = {aacplus,mp3,mp3-hifi} +Select audio format. aacplus is default if both libraries (faad, mad) are +available. mp3-hifi is available for Pandora One customers only. + +.TP +.B autostart_station = stationid +Play this station when starting up. You can get the +.B stationid +by pressing +.B i +or the key you defined in +.B act_songinfo. + +.TP +.B ban_icon = </3 +Icon for banned songs. + +.TP +.B control_proxy = http://host:port/ +Non-american users need a proxy to use pandora.com. Only the xmlrpc interface +will use this proxy. The music is streamed directly. + +.TP +.B event_command = path +File that is executed when event occurs. See section +.B EVENTCMD + +.TP +.B history = 5 +Keep a history of the last n songs (5, by default). You can rate these songs. + +.TP +.B love_icon = <3 +Icon for loved songs. + +.TP +.B password = plaintext_password +Your pandora.com password. Plain-text. + +.TP +.B proxy = http://host:port/ +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. + +.SH REMOTE CONTROL +.B pianobar +can be controlled through a fifo. You have to create it yourself by executing + + mkfifo ~/.config/pianobar/ctl + +Adjust the path if you set up a $XDG_CONFIG_HOME. Afterwards you can write +commands directly into the fifo. Example (next song): + + echo -n 'n' > ~/.config/pianobar/ctl + +.B n +is the keybinding for "next song". If you customized your keybindings you have to use these characters to control +.B pianobar. +.I This behaviour may change in the future! + +Another example: + + while true; do; + nc -l -p 12345 -s localhost localhost > ~/.config/pianobar/ctl; + sleep 1; + done + + echo -ne 'n\\x1a' | nc -q 0 127.0.0.1 12345 + +.SH EVENTCMD + +.B pianobar +can report certain "events" to an external application (see +.B CONFIGURATION +). This application is started with the event name as it's first argument. More +information (artist, title, album, stationName, error code, error description, +song length in milliseconds, rating, album art url) is supplied through stdin. + +Currently supported events are: artistbookmark, songban, songbookmark, +songexplain, songfinish, songlove, songmove, songshelf, songstart, +stationaddmusic, stationaddshared, stationcreate, stationdelete, +stationfetchplaylist, stationquickmixtoggle, stationrename + +An example script can be found in the contrib/ directory of +.B pianobar's +source distribution. + +.SH AUTHOR +Lars-Dominik Braun <PromyLOPh@lavabit.com> |