From 4aefc1fadc228ad5625462574cd1b341775f7125 Mon Sep 17 00:00:00 2001 From: Karl 'vollmerk' Vollmer Date: Sun, 1 Feb 2009 02:45:39 +0000 Subject: incomplete changes, commiting because I need a coding break --- config/ampache.cfg.php.dist | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'config') diff --git a/config/ampache.cfg.php.dist b/config/ampache.cfg.php.dist index ff7a2fea..4be6251e 100644 --- a/config/ampache.cfg.php.dist +++ b/config/ampache.cfg.php.dist @@ -93,6 +93,13 @@ auth_methods = "mysql" ; DEFAULT: mp3|mpc|m4p|m4a|mp4|aac|ogg|rm|wma|asf|flac|spx|ra|ape|shn|wv catalog_file_pattern = "mp3|mpc|m4p|m4a|mp4|aac|ogg|rm|wma|asf|flac|spx|ra|ape|shn|wv" +; Video Pattern +; 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" + ; Prefix Pattern ; This defines which prefix Ampache will ignore when importing tags from ; your music. You may add any prefix you want seperating them with a | -- cgit