diff options
author | Paul 'flowerysong' Arthur <flowerysong00@yahoo.com> | 2010-10-06 16:58:31 +0000 |
---|---|---|
committer | Paul 'flowerysong' Arthur <flowerysong00@yahoo.com> | 2010-10-06 16:58:31 +0000 |
commit | 4f3d8851cf325cf5a8465ca6880c48f74629b449 (patch) | |
tree | 1eee4932b98ae7dc956fb30e71ff1a3996e46887 /config | |
parent | 2066c7908b5a033415022ad50102be48e2c4d4ab (diff) | |
download | ampache-4f3d8851cf325cf5a8465ca6880c48f74629b449.tar.gz ampache-4f3d8851cf325cf5a8465ca6880c48f74629b449.tar.bz2 ampache-4f3d8851cf325cf5a8465ca6880c48f74629b449.zip |
Break everyone's config by changing metadata gathering.
Diffstat (limited to 'config')
-rw-r--r-- | config/ampache.cfg.php.dist | 16 |
1 files changed, 11 insertions, 5 deletions
diff --git a/config/ampache.cfg.php.dist b/config/ampache.cfg.php.dist index 165c769d..0a828ee7 100644 --- a/config/ampache.cfg.php.dist +++ b/config/ampache.cfg.php.dist @@ -211,11 +211,17 @@ require_localnet_session = "true" ; music. If none of the listed tags are found then ; ampache will default to the first tag format ; that was found. -; POSSIBLE VALUES: id3v1 id3v2 file vorbiscomment -; quicktime ape asf -; DEFAULT: id3v2,id3v1 vorbiscomment quicktime ape -; asf file -tag_order = "id3v2,id3v1,vorbiscomment,quicktime,ape,asf,file" +; POSSIBLE VALUES: ape asf avi id3v1 id3v2 lyrics3 mpeg quicktime riff +; vorbiscomment +; DEFAULT: id3v2 id3v1 vorbiscomment quicktime ape asf avi mpeg riff +getid3_tag_order = "id3v2,id3v1,vorbiscomment,quicktime,ape,asf,avi,mpeg,riff" + +; This determines the order in which metadata sources are used (and in the +; case of plugins, checked) +; POSSIBLE VALUES (builtins): filename and getID3 +; POSSIBLE VALUES (plugins): MusicBrainz, plus any others you've installed. +; DEFAULT: getID3 filename +metadata_order = "getID3,filename" ; Un comment if don't want ampache to follow symlinks ; DEFAULT: false |