X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~mdw/git/disorder/blobdiff_plain/f446d4af1ed844684e34cc0672edb2d5ccf4ea88..fdf98378d2d8c8550661f657d30ec5186ff642f1:/examples/config.sample.in diff --git a/examples/config.sample.in b/examples/config.sample.in index 5648b43..1bf4088 100644 --- a/examples/config.sample.in +++ b/examples/config.sample.in @@ -12,6 +12,15 @@ 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 + # Use the fs module to list files under /export/mp3. The encoding # is ISO-8859-1. collection fs ISO-8859-1 /export/mp3