Permalink
Name already in use
A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
pianobar/contrib/config-example
Go to fileThis commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Introduce new format string for playback time, supporting formats like -remaining/total, elapsed/total, … Fixes #699.
71 lines (65 sloc)
1.76 KB
This file contains 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@user.name | |
| #password = password | |
| # or | |
| #password_command = gpg --decrypt ~/password | |
| # Proxy (for those who are not living in the USA) | |
| #control_proxy = http://127.0.0.1:9090/ | |
| #bind_to = if!tun0 | |
| # 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 = S | |
| #act_songpausetoggle = p | |
| #act_songpausetoggle2 = | |
| #act_songplay = P | |
| #act_quit = q | |
| #act_stationrename = r | |
| #act_stationchange = s | |
| #act_stationcreatefromsong = v | |
| #act_songtired = t | |
| #act_upcoming = u | |
| #act_stationselectquickmix = x | |
| #act_voldown = ( | |
| #act_volup = ) | |
| #act_volreset = ^ | |
| # Misc | |
| #audio_quality = low | |
| #autostart_station = 123456 | |
| #event_command = /home/user/.config/pianobar/eventcmd | |
| #fifo = /tmp/pianobar | |
| #sort = quickmix_10_name_az | |
| #volume = 0 | |
| #ca_bundle = /etc/ssl/certs/ca-certificates.crt | |
| #gain_mul = 1.0 | |
| #sample_rate = 44100 | |
| #audio_pipe = /tmp/mypipe | |
| # Format strings | |
| #format_nowplaying_song = [32m%t[0m by [34m%a[0m on %l[31m%r[0m%@%s | |
| #format_nowplaying_song = [32m%t[0m by [34m%a[0m on %l%r%@%s | |
| #ban_icon = [32m</3[0m | |
| #love_icon = [31m<3[0m | |
| #tired_icon = [33mzZ[0m | |
| #format_nowplaying_station = Station [35m%n[0m | |
| #format_list_song = %i) %a - %t%r (%d)%@%s | |
| #format_time = %e/%t | |
| #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 | |