summaryrefslogtreecommitdiff
path: root/src/pianobar.1
blob: 3d00a53fad58f5ec1861b974bb1ad9c2a195c4e3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
.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. Currently
.B pianobar
is alpha stage software and neither stable nor complete.

.SH FILES
.I $XDG_CONFIG_HOME/pianobar/config
or
.I ~/.config/pianobar/config
.RS
Per-user configuration file. See
.B CONFIGURATION.

.SH CONFIGURATION
The configuration file consists of simple
.B key = value
lines. Each terminated with a newline (\\n) character.

.TP
.B control_proxy = host:port
Non-american users need a proxy to use pandora.com. Currently this needs to
be a SOCKS4a proxy like Tor.

.TP
.B user = your@user.name
Your pandora.com username.

.TP
.B password = plaintext_password
Your pandora.com password. Plain-text.

.SH AUTHOR
Lars-Dominik Braun <PromyLOPh@gmail.com>