Last active
December 15, 2015 12:08
-
-
Save tylersmalley/5258071 to your computer and use it in GitHub Desktop.
Pianobar config
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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_EMAIL | |
password = YOUR_PASSWORD | |
# Proxy (for those who are not living in the USA) | |
#control_proxy = http://127.0.0.1:9090/ | |
# 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 | |
#act_voldown = ( | |
#act_volup = ) | |
# Misc | |
#audio_quality = low | |
#autostart_station = 123456 | |
#event_command = /home/user/.config/pianobar/eventcmd | |
fifo = /Users/tyler/.config/pianobar/ctl | |
#sort = quickmix_10_name_az | |
#love_icon = [+] | |
#ban_icon = [-] | |
#volume = 0 | |
# Format strings | |
#format_nowplaying_song = %t by %a on %l%r%@%s | |
#format_nowplaying_station = Station %n | |
#format_list_song = %i) %a - %t%r | |
# high-quality audio (192k mp3, for Pandora One subscribers only!) | |
audio_quality = high | |
#rpc_host = internal-tuner.pandora.com | |
#partner_user = pandora one | |
#partner_password = TVCKIBGS9AO9TSYLNNFUML0743LH82D | |
#device = D01 | |
#encrypt_password = 2%3WCL*JU$MP]4 | |
#decrypt_password = U#IO$RZPAB%VX2 | |
#tls_fingerprint = B0A1EB460B1B6F33A1B6CB500C6523CB2E6EC946 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment