X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~mdw/git/disorder/blobdiff_plain/07bc035e2ec3e4fb109fb36ad5f1fd751a960e70..1b8ed51f2f2612517414801a52362c6480eeda91:/debian/etc.disorder.config diff --git a/debian/etc.disorder.config b/debian/etc.disorder.config index 2e97422..8af055b 100644 --- a/debian/etc.disorder.config +++ b/debian/etc.disorder.config @@ -9,40 +9,13 @@ # For anything else, you will need to edit this file. # -# Player programs -# -# You can add new players for other formats. For gapless and network -# play to work, you will need a player that can use libao and DisOrder's -# special driver - see "LIBAO driver" in disorder_config(5) -player *.mp3 execraw disorder-decode -player *.ogg execraw disorder-decode -player *.wav execraw disorder-decode -player *.flac execraw disorder-decode - -# Track length calculators -# -# If you add new formats then can add a plugin module to calculate the -# length of a track. See disorder(3) for the interface. -tracklength *.mp3 disorder-tracklength -tracklength *.ogg disorder-tracklength -tracklength *.wav disorder-tracklength -tracklength *.flac disorder-tracklength - -# Trust the web user and root. Trusted users can stop the server or -# pretend to be other users. -# -# This line can be removed after upgrade to 2.1 or later, or if the initial -# install is of 2.1 or later. -trust www-data root +# This line just ensures that the pre-existing root user gets admin +# rights and can be removed after upgrade to 3.0 or later, or if the +# initial install is of 3.0 or later. +trust root # Run as user jukebox. user jukebox -# Volume control settings. -# The device name to use -mixer /dev/mixer -# The channel to control -channel pcm - # include debconf configuration include /etc/disorder/conf.debconf