From 755ab35f6b6b0e78bbff6ca24f3f44008d9a4f71 Mon Sep 17 00:00:00 2001 From: Karl 'vollmerk' Vollmer Date: Sun, 29 Jul 2007 07:21:47 +0000 Subject: fixed the album art gathering, enabled art resizing and saving of said stuff... not sure if saving and retriving is saving any time. tweaked show test config wording --- templates/show_test_config.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'templates/show_test_config.inc.php') diff --git a/templates/show_test_config.inc.php b/templates/show_test_config.inc.php index 986fb263..c5a6abb3 100644 --- a/templates/show_test_config.inc.php +++ b/templates/show_test_config.inc.php @@ -47,7 +47,7 @@ If you are upgrading from 3.3.x please see the directions below.

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/migrate_config.inc from the command line to create your +unable to read the old config files. You must run php /bin/migrate_config.inc from the command line to create your new config file.

The following settings will not be migrated by the migrate_config.inc script due to major changes between versions. The default -- cgit