## Defaults for the bemused-mpc init script, sourced by /etc/init.d/bemused-mpc
## on Debian systems.  Uncomment (remove the leading '#') and change values as
## needed.

## Please also check that mpd is enabled in /etc/default/mpd.

## Change this to prevent bemused-mpc from being started as a system service
## (for example, if you want to run it from a regular user account)
START_PBMPCD=true

## The default is to assume, that both the mpd server and the bemused client
## use the same character encoding: ie. utf8. This can be changed with below
## flags (turning on both will cancel conversion):
## -b to say, that the bemused client is using latin1
## -m to say, that the mpd server is using latin1
FLAGS=-b

## user and group id the client-daemon will run as
USERID=mpd
GROUPID=audio
