Advertisement
Guest User

Untitled

a guest
May 28th, 2016
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.65 KB | None | 0 0
  1. # This is an example configuration file for pianobar. You may remove the # from
  2. # lines you need and copy/move this file to ~/.config/pianobar/config
  3. # See manpage for a description of the config keys
  4. #
  5. # User
  6. user = YOUR_EMAIL_ADDRESS
  7. password = YOUR_PASSWORD
  8. # or
  9. #password_command = gpg --decrypt ~/password
  10.  
  11. # Proxy (for those who are not living in the USA)
  12. #control_proxy = http://127.0.0.1:9090/
  13.  
  14. # Keybindings
  15. act_help = ?
  16. act_songlove = +
  17. act_songban = -
  18. act_stationaddmusic = a
  19. act_stationcreate = c
  20. act_stationdelete = d
  21. act_songexplain = e
  22. act_stationaddbygenre = g
  23. act_songinfo = i
  24. act_addshared = j
  25. act_songmove = m
  26. act_songnext = n
  27. act_songpause = p
  28. act_quit = q
  29. act_stationrename = r
  30. act_stationchange = s
  31. act_songtired = t
  32. act_upcoming = u
  33. act_stationselectquickmix = x
  34. act_voldown = (
  35. act_volup = )
  36.  
  37. # Misc
  38. #audio_quality = low
  39. #autostart_station = 123456
  40.  
  41. #event_command = /home/pi/.config/pianobar/scripts/eventcmd.sh
  42. #fifo = /home/pi/.config/pianobar/ctl
  43. #sort = quickmix_10_name_az
  44. #love_icon = [+]
  45. #ban_icon = [-]
  46. volume = -30
  47.  
  48. # Format strings
  49. format_nowplaying_song = SONG: %t | %a | %l
  50. format_nowplaying_station = STATION: %n | %i
  51. format_msg_time = TIME: %s
  52. # No special prefix on songs, stations or info
  53. format_msg_nowplaying = %s
  54. format_msg_info = %s
  55.  
  56. # high-quality audio (192k mp3, for Pandora One subscribers only!)
  57. #audio_quality = high
  58. #rpc_host = internal-tuner.pandora.com
  59. #partner_user = pandora one
  60. #partner_password = TVCKIBGS9AO9TSYLNNFUML0743LH82D
  61. #device = D01
  62. #encrypt_password = 2%3WCL*JU$MP]4
  63. #decrypt_password = U#IO$RZPAB%VX2
  64.  
  65. tls_fingerprint = 2D0AFDAFA16F4B5C0A43F3CB1D4752F9535507C0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement