30 lines
712 B
Plaintext
30 lines
712 B
Plaintext
# Location of PID file
|
|
pidFile=/var/run/cantata-dynamic/pid
|
|
|
|
# Location of dynamic rules files
|
|
filesDir=/var/lib/mpd/dynamic
|
|
|
|
# Name and location of smbolic link to currently active rules
|
|
activeFile=/var/run/cantata-dynamic/rules
|
|
|
|
# MPD connection details
|
|
mpdHost=localhost
|
|
mpdPort=6600
|
|
mpdPassword=
|
|
|
|
# Control port number
|
|
httpPort=6601
|
|
|
|
# Control whether a simple HTTP control page should
|
|
# be served up at http://<host>:$httpPort/
|
|
# Set to 0 to disable
|
|
httpControlPage=1
|
|
|
|
# If cover.jpg (or cover.png) is requested, and neither
|
|
# cover.jpg nor cover.png exist, then return first image
|
|
# Set to 0 to disable
|
|
useFirstImage=1
|
|
|
|
# Location of MPD music folder. USed to access cover images
|
|
mpdDir=/var/lib/mpd/music
|