From 310adfa35923938b97ea416cd21c431d64eaa05a Mon Sep 17 00:00:00 2001 From: Karl 'vollmerk' Vollmer Date: Mon, 21 Apr 2008 03:21:20 +0000 Subject: last commit before beta3 release --- bin/sort_files.inc | 13 ++-- docs/CHANGELOG | 4 +- docs/README | 2 +- lib/class/album.class.php | 2 +- lib/class/catalog.class.php | 2 +- lib/class/dba.class.php | 13 +++- lib/init.php | 4 +- lib/install.php | 14 +++- server/xml.server.php | 5 +- sql/ampache.sql | 132 ++++++++++++++++++------------------- sql/ampache40.sql | 114 ++++++++++++++++---------------- templates/show_access_list.inc.php | 2 +- templates/show_add_access.inc.php | 4 +- templates/show_add_user.inc.php | 2 +- templates/show_album_art.inc.php | 2 +- 15 files changed, 166 insertions(+), 149 deletions(-) diff --git a/bin/sort_files.inc b/bin/sort_files.inc index 3a1d71cc..01ed030d 100644 --- a/bin/sort_files.inc +++ b/bin/sort_files.inc @@ -1,7 +1,7 @@ get_catalog_files(); @@ -256,13 +257,13 @@ function sort_move_file($song,$fullname) { debug_event('copy','Copied ' . $song->file . ' to ' . $fullname,'5'); /* Look for the folder art and copy that as well */ - if (!conf('album_art_preferred_filename')) { + if (!Config::get('album_art_preferred_filename')) { $folder_art = $directory . '/folder.jpg'; $old_art = $old_dir . '/folder.jpg'; } else { - $folder_art = $directory . "/" . conf('album_art_preferred_filename'); - $old_art = $old_dir . "/" . conf('album_art_preferred_filename'); + $folder_art = $directory . "/" . Config::get('album_art_preferred_filename'); + $old_art = $old_dir . "/" . Config::get('album_art_preferred_filename'); } debug_event('copy_art','Copied ' . $old_art . ' to ' . $folder_art,'5'); diff --git a/docs/CHANGELOG b/docs/CHANGELOG index ca001da1..6e31681e 100755 --- a/docs/CHANGELOG +++ b/docs/CHANGELOG @@ -3,7 +3,7 @@ -------------------------------------------------------------------------- -------------------------------------------------------------------------- - v.3.4-Beta3 + v.3.4-Beta3 04/20/2008 - Fixed Rating display and Rating Advanced Search - Added ability to specify new Genre when adding a Radio Station - Fixed Recently Played to do Distinct over last X rather then @@ -28,7 +28,7 @@ - Fixed enabling of localplay modules, now correctly enables localplay for the activating user - Added single genre and playlist XML methods - - Changed erorr message on XML api, now based of HTTP error codes + - Changed error message on XML api, now based of HTTP error codes - Split out ACL and Session Expire errors on XML API - Made Alpha Match box on browse "find as you type" (Thx Spocky) - Modified Shoutbox Styles (Thx Spocky) diff --git a/docs/README b/docs/README index 36f18652..1feb581d 100755 --- a/docs/README +++ b/docs/README @@ -8,7 +8,7 @@ Contents: a) Supported File-Types b) Supported Stream Methods c) Current Translations - d) Thanx + d) Special Thanks 2. Getting all the components 3. Setting Up a) Upgrading diff --git a/lib/class/album.class.php b/lib/class/album.class.php index 713b8a0a..ae96e61e 100644 --- a/lib/class/album.class.php +++ b/lib/class/album.class.php @@ -1,7 +1,7 @@ : - (0.0.0.0) + (255.255.255.255) : - (0.0.0.0) + (255.255.255.255) diff --git a/templates/show_add_user.inc.php b/templates/show_add_user.inc.php index c52c33de..e8656586 100644 --- a/templates/show_add_user.inc.php +++ b/templates/show_add_user.inc.php @@ -1,7 +1,7 @@