diff options
author | Lars-Dominik Braun <PromyLOPh@lavabit.com> | 2009-04-18 10:30:59 +0200 |
---|---|---|
committer | Lars-Dominik Braun <PromyLOPh@lavabit.com> | 2009-04-18 10:30:59 +0200 |
commit | 41f37b30b87632b5b666299efc692978010a1994 (patch) | |
tree | 86bfe70677b09d3e8b98c688eae9b620f1995697 /contrib/config-example | |
parent | 51437f299b9c310969284c16507c028b5aa0941c (diff) | |
download | pianobar-41f37b30b87632b5b666299efc692978010a1994.tar.gz pianobar-41f37b30b87632b5b666299efc692978010a1994.tar.bz2 pianobar-41f37b30b87632b5b666299efc692978010a1994.zip |
Example configuration file added
Diffstat (limited to 'contrib/config-example')
-rw-r--r-- | contrib/config-example | 46 |
1 files changed, 46 insertions, 0 deletions
diff --git a/contrib/config-example b/contrib/config-example new file mode 100644 index 0000000..5e291f5 --- /dev/null +++ b/contrib/config-example @@ -0,0 +1,46 @@ +# This is an example configuration file for pianobar. You may remove the # from +# lines you need and copy/move this file to ~/.config/pianobar/config +# See manpage for a description of the config keys +# +# User +#user = your@user.name +#password = password + +# last.fm scrobbling +#lastfm_user = username +#lastfm_password = password +#lastfm_scrobble_percent = 50 + +# Proxy (for those who are not living in the USA) +#control_proxy = 127.0.0.1:9090 +#control_proxy_type = http +# Proxy does not support SSL? Enable this! +#disable_secure_login = 1 + +# Keybindings +#act_help = ? +#act_songlove = + +#act_songban = - +#act_stationaddmusic = a +#act_stationcreate = c +#act_stationdelete = d +#act_songexplain = e +#act_stationaddbygenre = g +#act_songinfo = i +#act_addshared = j +#act_songmove = m +#act_songnext = n +#act_songpause = p +#act_quit = q +#act_stationrename = r +#act_stationchange = s +#act_songtired = t +#act_upcoming = u +#act_stationselectquickmix = x + +# Misc +# mp3 or aacplus +#audio_format = mp3 +#autostart_station = 123456 +#event_command = /home/user/.config/pianobar/eventcmd + |