X-Git-Url: https://git.distorted.org.uk/~mdw/disorder/blobdiff_plain/460b9539a7c15580e41a71bbc0f47ae776238915..ce6c36be6c2df99afd01a7a602debb321322e113:/examples/config.sample.in diff --git a/examples/config.sample.in b/examples/config.sample.in index eb10fda..86e97bf 100644 --- a/examples/config.sample.in +++ b/examples/config.sample.in @@ -1,7 +1,7 @@ # 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 # use the fs module to list files under /export/mp3. The encoding # is ISO-8859-1. @@ -12,7 +12,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 +55,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