diff options
author | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2009-03-07 19:44:00 +0000 |
---|---|---|
committer | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2009-03-07 19:44:00 +0000 |
commit | 059f6d4d5cde3a66b3c1a998ce123e7eb88e7a98 (patch) | |
tree | 0f5cd4d5d651b15225bccab6a607662f6be5a165 /config | |
parent | 6ff7d498cf43c7f9453bcef495ca137da298ccf0 (diff) | |
download | ampache-059f6d4d5cde3a66b3c1a998ce123e7eb88e7a98.tar.gz ampache-059f6d4d5cde3a66b3c1a998ce123e7eb88e7a98.tar.bz2 ampache-059f6d4d5cde3a66b3c1a998ce123e7eb88e7a98.zip |
fix download and batch download Addresses #408 and #407
Diffstat (limited to 'config')
-rw-r--r-- | config/ampache.cfg.php.dist | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config/ampache.cfg.php.dist b/config/ampache.cfg.php.dist index e5f61472..873e82d1 100644 --- a/config/ampache.cfg.php.dist +++ b/config/ampache.cfg.php.dist @@ -97,8 +97,8 @@ catalog_file_pattern = "mp3|mpc|m4p|m4a|mp4|aac|ogg|rm|wma|asf|flac|spx|ra|ape|s ; This defines which video file types Ampache will attempt to catalog ; You can specify any file extension you want in here seperating them with ; a | but ampache may not be able to parse them -; DEAFULT: avi|mpg -catalog_video_pattern = "avi|mpg" +; DEAFULT: avi|mpg|flv|m4v +catalog_video_pattern = "avi|mpg|flv|m4v" ; Prefix Pattern ; This defines which prefix Ampache will ignore when importing tags from |