chiark / gitweb /
color about... box properly
[disorder] / debian / etc.disorder.config
CommitLineData
f446d4af
RK
1# Debian DisOrder config file
2#
3# You can use 'dpkg-reconfigure disorder' to adjust the following items:
4# - track collections
5# - scratch tracks
6# - the hostname to use in the web interface
7# - the port number for the server to use
8#
9# For anything else, you will need to edit this file.
10#
11
12# Player programs
13#
14# You can add new players for other formats. For gapless and network
15# play to work, you will need a player that can use libao and DisOrder's
16# special driver - see "LIBAO driver" in disorder_config(5)
b864f34d 17player *.mp3 execraw disorder-decode
18player *.ogg execraw disorder-decode
ce6c36be 19player *.wav execraw disorder-decode
75db8354 20player *.flac execraw disorder-decode
460b9539 21
f446d4af 22# Don't leave a gap between tracks.
460b9539 23gap 0
24
f446d4af
RK
25# Trust the web user and root. Trusted users can stop the server or
26# pretend to be other users.
460b9539 27trust www-data root
28
f446d4af 29# Run as user jukebox.
460b9539 30user jukebox
31
f446d4af
RK
32# Volume control settings.
33# The device name to use
460b9539 34mixer /dev/mixer
f446d4af 35# The channel to control
460b9539 36channel pcm
37
f446d4af 38# Stopwords (i.e. ignored words) for the track search facility.
460b9539 39stopword 01 02 03 04 05 06 07 08 09 10
40stopword 1 2 3 4 5 6 7 8 9
41stopword 11 12 13 14 15 16 17 18 19 20
42stopword 21 22 23 24 25 26 27 28 29 30
43stopword the a an and to too in on of we i am as im for is
44
460b9539 45# include debconf configuration
46include /etc/disorder/conf.debconf