chiark / gitweb /
finish off FLAC support
[disorder] / debian / etc.disorder.config
CommitLineData
460b9539 1# player programs
b864f34d 2player *.mp3 execraw disorder-decode
3player *.ogg execraw disorder-decode
ce6c36be 4player *.wav execraw disorder-decode
75db8354 5player *.flac execraw disorder-decode
460b9539 6
7# don't leave a gap between tracks
8gap 0
9
10# trust the web user and root
11trust www-data root
12
13# run as user jukebox
14user jukebox
15
16# volume control
17mixer /dev/mixer
18channel pcm
19
20# stopwords (i.e. ignored words) for the track search facility
21stopword 01 02 03 04 05 06 07 08 09 10
22stopword 1 2 3 4 5 6 7 8 9
23stopword 11 12 13 14 15 16 17 18 19 20
24stopword 21 22 23 24 25 26 27 28 29 30
25stopword the a an and to too in on of we i am as im for is
26
27# namepart and transform are now filled in by default if you do not supply
28# them. However if you supply any namepart directives then you will not
29# get any defaults at all, so you must supply the full set. Similarly,
30# if you supply any transform directives then you must supply the full set.
31
32# Parsing of track names for the currently playing track, the recently
33# played list and the queue.
34#namepart title "/([0-9]+:)?([^/]+)\\.[a-zA-Z0-9]+$" "$2" display
35#namepart title "/([^/]+)\\.[a-zA-Z0-9]+$" "$1" sort
36#namepart album "/([^/]+)/[^/]+$" "$1" *
37#namepart artist "/([^/]+)/[^/]+/[^/]+$" "$1" *
38# used in alias construction
39#namepart ext "(\\.[a-zA-Z0-9]+)$" "$1" *
40
41# Transformations of directory and filenames for the track choice screen
42#transform track "^.*/([0-9]+:)?([^/]+)\\.[a-zA-Z0-9]+$" "$2" display
43#transform track "^.*/([^/]+)\\.[a-zA-Z0-9]+$" "$1" sort
44
45#transform dir "^.*/([^/]+)$" "$1" *
46#transform dir "^(the) ([^/]*)" "$2, $1" sort i
47#transform dir "[[:punct:]]" "" sort g
48
49# include debconf configuration
50include /etc/disorder/conf.debconf