aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/pythm/pythm/pythm.conf
blob: 2fbe3c4997e50db7939d17061cee76c3cf1f6de3 (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
# global pythm settings
# place this file in ~/.pythm/, name it pythm.conf

[pythm]
# backends to show in backend list
backends=mpd,mplayer
# the default backend to use, can be either
# mpd or mplayer, or omitted
backend=mplayer

# mpd specific settings
[mpd]
# mpd host
host=localhost
# mpd port
port=6600
# mpd password, comment out for no password
#password=verysecret

# mplayer settings
[mplayer]
# renice val for mplayer process
renice=-15

# directory containing music (the start folder for the browser)
musicdir=~
# allowed file endings in browse mode, comma separated
endings=ogg,mp3
# filters to exclude in file browser. applied to files and directories
# using regular expressions. use filtersN for more entries
# default is to ignore all elements that start with a ".".
filters0=\..*