diff options
author | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2009-02-01 02:45:39 +0000 |
---|---|---|
committer | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2009-02-01 02:45:39 +0000 |
commit | 4aefc1fadc228ad5625462574cd1b341775f7125 (patch) | |
tree | 5d8de69efbb3c56638aa91d961e89261e098ef91 /config | |
parent | b9a2603025483deefbf7636de3f6c0786e95d293 (diff) | |
download | ampache-4aefc1fadc228ad5625462574cd1b341775f7125.tar.gz ampache-4aefc1fadc228ad5625462574cd1b341775f7125.tar.bz2 ampache-4aefc1fadc228ad5625462574cd1b341775f7125.zip |
incomplete changes, commiting because I need a coding break
Diffstat (limited to 'config')
-rw-r--r-- | config/ampache.cfg.php.dist | 7 |
1 files changed, 7 insertions, 0 deletions
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 | |