summaryrefslogtreecommitdiff
path: root/config_default.php
diff options
context:
space:
mode:
authorTheTroll <trolldev@gmail.com>2010-03-17 18:23:56 +0100
committerTheTroll <trolldev@gmail.com>2010-03-17 18:23:56 +0100
commit5a82ce8d05eb30148d8079aed01c503c73dd58d6 (patch)
treee410b38831fe03b68a84b136cf09505ba1d55add /config_default.php
parent9f94e565988c2cd5bf765b4d21584b1ac2fcb64f (diff)
downloadistreamdev-5a82ce8d05eb30148d8079aed01c503c73dd58d6.tar.gz
istreamdev-5a82ce8d05eb30148d8079aed01c503c73dd58d6.tar.bz2
File browsing
Diffstat (limited to 'config_default.php')
-rwxr-xr-xconfig_default.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/config_default.php b/config_default.php
index 93d6e7f..ebf96fd 100755
--- a/config_default.php
+++ b/config_default.php
@@ -15,6 +15,8 @@
// Media configuration
$videotypes='avi mkv ts mov mp4 wmv flv mpg mpeg mpeg2 mpv '; // Supported video extensions (must finish with a space)
+ $audiotypes='mp3 aac wav '; // Supported audio extensions
+
// 1:vid 2:aud Source name Source path
$mediasource=array();
$mediasources[]=array ( 1, 'Video', '/mnt/media/movies');