From f5a947aa0c2d197d679a3ff53ae17cfdaad41eae Mon Sep 17 00:00:00 2001 From: Karl 'vollmerk' Vollmer Date: Wed, 25 Jul 2007 07:48:28 +0000 Subject: first step to the migration hotness, detect failed config files and show migration docs --- templates/show_test_config.inc.php | 74 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 74 insertions(+) create mode 100644 templates/show_test_config.inc.php (limited to 'templates/show_test_config.inc.php') diff --git a/templates/show_test_config.inc.php b/templates/show_test_config.inc.php new file mode 100644 index 00000000..6d3220d4 --- /dev/null +++ b/templates/show_test_config.inc.php @@ -0,0 +1,74 @@ + + + + + +Ampache -- Config Debug Page + + + + + +
+

Migrating from 3.3.x to 3.4.x

+

Ampache 3.4 uses a different config parser that is over 10x faster then the previous version. Unfortunately the new parser is +unable to read the old config files. You must run /bin/generate_config.inc from the command line to create your +new config file.

+ +

The following settings will not be migrated by the generate_config.inc script due to major changes between versions. The default +values from the ampache.cfg.php.dist file will be used.

+ +auth_methods (mysql)
+This defines which auth methods vauth will attempt to use and in which order, if auto_create isn't enabled. +The user must exist locally as well
+
+tag_order (id3v2,id3v1,vorbiscomment,quicktime,ape,asf)
+This determines the tag order for all cataloged music. If none of the listed tags are found then ampache will default to +the first tag format that was found.
+
+album_art_order (db,id3,folder,lastfm,amazon)
+Simply arrange the following in the order you would like ampache to search if you want to disable one of the search +method simply comment it out valid values are
+
+amazon_base_urls (http://webservices.amazon.com)
+An array of Amazon sites to search. NOTE: This will search each of these sites in turn so don't expect it +to be lighting fast! It is strongly recommended that only one of these is selected at any
+
+
+
+

Ampache Debug.
+For the love of Music.

+
+ + -- cgit