chiark / gitweb /
document search next/prev buttons
[disorder] / examples / config.sample.in
index eb10fda202b64ed3ee3d6c5c4451c57365dbe069..32089139d407c11b9b674ea5525c0cec15aa949f 100644 (file)
@@ -1,7 +1,8 @@
 # player programs
-player *.mp3 execraw mpg321 -q -o disorder
-player *.ogg execraw ogg123 -q -d disorder -o fragile:1
-player *.wav shell --wait-for-device play
+player *.mp3 execraw disorder-decode
+player *.ogg execraw disorder-decode
+player *.wav execraw disorder-decode
+player *.flac execraw disorder-decode
 
 # use the fs module to list files under /export/mp3.  The encoding
 # is ISO-8859-1.
@@ -12,7 +13,7 @@ gap 0
 
 # scratch tracks
 scratch pkgdatadir/slap.ogg
-scratch pkgdatadir/scratch.mp3
+scratch pkgdatadir/scratch.ogg
 
 # trust the web user and root
 trust www-data root
@@ -55,5 +56,3 @@ stopword the a an and to too in on of we i am as im for is
 #transform dir     "^.*/([^/]+)$"                           "$1"      *
 #transform dir     "^(the) ([^/]*)"                         "$2, $1"  sort    i
 #transform dir     "[[:punct:]]"                            ""        sort    g
-
-# arch-tag:57c841bad362239972e38de20d15e6c0