diff options
Diffstat (limited to 'config')
-rw-r--r-- | config/ampache.cfg.php.dist | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/config/ampache.cfg.php.dist b/config/ampache.cfg.php.dist index dba06e68..5b516975 100644 --- a/config/ampache.cfg.php.dist +++ b/config/ampache.cfg.php.dist @@ -68,7 +68,7 @@ sess_cookiesecure = 0 # to use and in which order, if auto_create isn't enabled # The user must exist locally as well # DEFAULT: mysql -# VALUES: mysql,ldap +# VALUES: mysql,ldap,http #auth_methods = "ldap" auth_methods = "mysql" @@ -141,7 +141,10 @@ require_session = "true" # DEFAULT: id3v2,id3v1 tag_order = "id3v2" tag_order = "id3v1" -tag_order = "file" +tag_order = vorbiscomment +tag_order = quicktime +tag_order = ape +#tag_order = "file" # Un comment if don't want ampache to follow symlinks # DEFAULT: false |