Files
Paradise/web/htdocs/media/config.php.dist
2014-03-12 02:01:06 -04:00

17 lines
451 B
Plaintext

<?php
// Change this.
define('BASE_URL', 'http://yoursite.tld/media');
// What file extensions do you want to look for?
// Files must be tagged and cannot have spaces in the name.
$validExtensions = array('mp3', 'ogg');
// Names of your playlists, without the .PHP at the end.
// See playlists/example.php for an example.
// Must correspond with your jukebox's playlists list.
$playlists = array(
'bar', // Bar-specific shit.
'jazz',
'rock',
);