diff options
Diffstat (limited to 'data/distroplat.conf.example')
| -rw-r--r-- | data/distroplat.conf.example | 50 |
1 files changed, 50 insertions, 0 deletions
diff --git a/data/distroplat.conf.example b/data/distroplat.conf.example new file mode 100644 index 0000000..6b2b529 --- /dev/null +++ b/data/distroplat.conf.example @@ -0,0 +1,50 @@ +# Distroplat configuration file + +# Set this to your server hostname +cgiroot = localhost +appname = distroplat + +# background colour of your platter. +colour = 5959AB +# original green eye death +# colour = 00c000 + +# number of minutes between trawls of a server +mintrawl = 0 + + +# links to various rocketman media. later versions may crash catastrophically if these are not defined +audioRocketman = http://localhost/platter/William%20Shatner%20-%20Rocketman.mp3 +videoRocketman = http://localhost/platter/William%20Shatner%20-%20Rocketman.mpg + +# uncomment the line below to get debug messages, and output all pages as text/plain +# debug + +# all music filetypes +[music] +mp3 +wma +wav +ogg +aac +ram +rm + +# video filetypes +[video] +mpg +mpeg +rv +qt +mov +avi + +# and the shortcut +[shortcut] +psc + +# special folders not counted as artists +[customfolders] +Compilations +Soundtracks +Theme Tunes |
