summaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorKarl 'vollmerk' Vollmer <vollmer@ampache.org>2006-10-27 07:43:02 +0000
committerKarl 'vollmerk' Vollmer <vollmer@ampache.org>2006-10-27 07:43:02 +0000
commite0fa17f8cc0138a166b08168a54632cd8c806a1a (patch)
tree035b7c7e6a1d6d661e70e2100a26ff16057ca2ab /config
parentd6e50fd701008d2b8cfa5ecb827ae0880c91b500 (diff)
downloadampache-e0fa17f8cc0138a166b08168a54632cd8c806a1a.tar.gz
ampache-e0fa17f8cc0138a166b08168a54632cd8c806a1a.tar.bz2
ampache-e0fa17f8cc0138a166b08168a54632cd8c806a1a.zip
new http auth method
Diffstat (limited to 'config')
-rw-r--r--config/ampache.cfg.php.dist7
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