diff options
author | TheTroll <trolldev@gmail.com> | 2010-02-25 15:51:44 +0100 |
---|---|---|
committer | TheTroll <trolldev@gmail.com> | 2010-02-25 15:51:44 +0100 |
commit | 45ee8db7fd22ff9c9fe200802ed4e179000a5bb4 (patch) | |
tree | 228425717006ca104f9b1dc46e4b38d53ea6f7cc /config_default.php | |
parent | 1d3095213541ba77015742a4c05cfcf66fd9c7e7 (diff) | |
download | istreamdev-45ee8db7fd22ff9c9fe200802ed4e179000a5bb4.tar.gz istreamdev-45ee8db7fd22ff9c9fe200802ed4e179000a5bb4.tar.bz2 |
Replaced mediainfo calls by getid3
Diffstat (limited to 'config_default.php')
-rwxr-xr-x | config_default.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/config_default.php b/config_default.php index 9ca31e7..533f0ff 100755 --- a/config_default.php +++ b/config_default.php @@ -14,7 +14,6 @@ $vdrrecpath='/video/'; //VDR recording directory // Media configuration - $mediainfopath='/usr/bin/mediainfo'; $videotypes='avi mkv ts mov mp4 wmv flv mpg mpeg mpeg2 mpv '; // Supported video extensions (must finish with a space) // Source name Source path $mediasources=array ( 'Video' => '/mnt/media/movies', |