AmpJuke Changelog. Also available on http://www.ampjuke.org Bugs&errors: http://www.ampjuke.org/forum and/or michael/AT/ampjuke/DOT/org -------------------------------------------------------------------------------- Version 0.7.0 Released: January 16th, 2008. - Transcoding (downsampling) of music introduced. You can set transcoding to a lower bitrate (f.ex. 96kbit/sec) when users stream tracks. Transcoding happens on-the-fly (in realtime) and can be quite heavy on the CPU. Enable/disable this feature just like most other settings ("Now playing", allow anonymous access etc.). - Icons ! A new personal setting means you can combine icons with themes. For starters, FOUR icon sets have been included in this release of AmpJuke. If you still want 'old' behaviour, you can select "no icons" in your personal setting, and the usual "arrow" is displayed in various places. - Hungarian language updated. THANKS to Rezso for doing this. - Estonian language updated. THANKS to kanna for doing this in the forum. - The earlier reported error about the "disappearance" of the configured prefix for tables does no longer exist. THANKS to chs for notifying about this in the forum. - Refreshing related performers from last.fm happens automatically. If "Related performers" is enabled, then a query will be made against last.fm in order to retrieve an updated list of related performers. This only happens if the cached list of related performers isn't available. It's still possible for administrators to make the query manually. - The graphics displayed on the login and 'welcome' page have changed. They more or less are 'web 2.0 style' now - or at least SUPPOSED to look like that :-) - Corrected some minor inconveniences related to displaying stuff. -------------------------------------------------------------------------------- Version 0.6.7. Released: December 15th, 2007. - New feature: Prefix for tablenames. During installation it's possible to specify a prefix for all tablenames. This is especially useful if you use a server that only allows one MySQL database, but you might run many different applications that each require access to MySQL. Default prefix is "ampjuke_", which will be added in front of all tablenames used. If you want to use prefixes, please note that it will have an impact on performance, since each and every SQL-statement will have to be inspected, and possibly modified, before execution. Note that prefixes is new functionality - I've done my best to test - *if* you run into trouble in relation to this, please post whatever problem exists in relation to prefixes in the forum. - New feature: Refresh related performers. Added an option (for users with administrator access) to refresh/update related performer(s) from last.fm, when displaying a given performer/group. - Error correction: File(s) left in ./tmp was not removed automatically after 24 hours. This is no longer the case. - Improvement: A warning is issued, if you try to install AmpJuke using a PHP-version less than 5. Although it *MIGHT* work, it's still recommended to run at least PHP 5.x.x. - Improvement: When displaying a list that spans across several pages, there's now a link that jumps to the 1st/last page of the list in question. Basically an improvement when displaying paginated lists. - Improvement: Tables are now, by default, created using the MyISAM storage engine. -------------------------------------------------------------------------------- Version 0.6.6. Released: November 6th, 2007. - Cleaned up + improved the entire streaming process. The earlier introduction of "Now playing" apparently caused a lot of trouble "out there". I'm sorry about that, since streaming is such a vital part of AmpJuke. Anyway, streaming should work without any flaws from now on. ...and I PROMISE I won't modify this part (not in the next couple of releases). - Improved the code that retrieves album covers using the Amazon web service. Besides a significant reduction (33%) in the number of lines to handle this, combined with a more speedy cover-retrievel, the code also relies completely on PHP5. - Corrected an error in relation to replacing an Amazon cover by either a "blank" cover and/or by looking up a new cover at Amazon. Thanks to kutzaray for notifying about this in the forum. - New personal setting: Avoid duplicate entries. When enabled (checked), AmpJuke will not add a given track to a given favorite list, if the track is already present in the list. More information about this can be found in the FAQ. - Minor improvements here+there. Such as: Added link to "Play/enqueue all..." when displaying a specific performer, added more links to the AmpJuke FAQ. -------------------------------------------------------------------------------- Version 0.6.5. Released: October 14th, 2007. - Corrected an annoying (but important) detail: When using Microsoft Windows Media Player and having "Now playing" set to "on", it turned out that there was problems showing the name of the track that is playing in WMP. This has been corrected. More information in this FAQ: http://www.ampjuke.org/faq.php?q_id=44 I must admit WMP is not a favorite of mine... Thanks to kutzaray for reporting about this in the forum. - Corrected an error that appeared during upgrade. Thanks to wolf for notifying about this in the forum. - Spanish translation complete. Besides being available in the download, it's also available in the forum. Thanks to kutzaray for doing this. - Covers for albums are now stored using "album_id.jpg". It used to be "performer name - album name.jpg", which caused problems when displaying certain albums, - f.ex. if an album has a "&" in the name. Thanks to kutzaray for suggesting this in the forum. By the way: In case you have album covers stored from an older version (<0.6.5), AmpJuke attempts to make the name transition automatically each time an album is displayed. - "Help" links points to the AmpJuke FAQ. This is a personal setting. It can be turned on/off. When turned on, a small question mark appears next to various menus and configuration options within AmpJuke. If the user clicks on a question mark, an attempt to open a new window with the relevant FAQ is made. The number of help topics (FAQ -> "Using AmpJuke") will increase in the future. -------------------------------------------------------------------------------- Version 0.6.4. Released: October 10th, 2007. - New feature: "Now playing". Like most other configurable stuff in AmpJuke, this feature operates on two levels: Administrators can turn this feature on/off completely for the installation, and individual users can turn it on/off as well (provided it's enabled for the installation). There's also an option for displaying what's currently being played in a small "popout" box. This is a very, very cool feature ! (At least I pretend it to be cool and unique, so please let me continue to believe that...lol) - New language: Estonian. Thanks to Kalmer Kand for this nice contribution. - New setting: Allow anonymous users to browse only. When configuring AmpJuke (during installation and/or later), there's an option to allow anonymous users (users wo. login+password) to get access. With this new setting, you can allow 'anonymous' users to only browse music (not stream it). Thanks to viciouslime for suggesting this in the forum. - New theme: "Back to school". Purpose: To look like something scribbled by hand on the big board at school. It's available in two flavors: Blackboard and Whiteboard. Depending on your age, either one might bring back memories from your time in school. The "Back to school" theme relies on certain fonts that must be on your system. - The './tmp' folder is no longer included in downloaded music. Thanks to wolf for asking for this improvement in the forum. - A MySQL-error was displayed when a performer with no tracks/albums was being deleted, causing the deletion to fail. This is no longer the case. Thanks to kutzaray for notification about this in the forum. - Songs with "#" in the filename could not be streamed. This has been corrected by introducing a configurable setting called "forbidden" characters (like o-umalut, "#" and so on). Thanks to kutzaray for notification about this in the forum. - Error correction in download. An error causing tracks with "special" characters (like o-umlaut) not to be downloaded has been corrected (see previous topic). Thanks to wolf for notification about this in the forum. -------------------------------------------------------------------------------- Version 0.6.3. Released: August 31st, 2007. - Change the 'welcome' page. This is a personal setting, so each user can pick what's displayed on the 'welcome' page to suit his/her own taste. - Remember login+password on the computer you're using. Just like other sites (f.ex. Google, Yahoo!), you can stay logged in between sessions. This is done by checking the "Keep me signed in" on the login-page. - When running a scan+import of new/updated music and if the 'Delete "dead" records' have been checked, the deletion of "dead" records in the database now happens BEFORE new/updated music is discovered. Thanks to wolf for notification about this in the forum. - Upload a cover: If the Amazon webservice doesn't find a suitable cover and you don't want to use a blank cover for a particular album, you can now - as a third option - upload a cover. Covers will always be stored in the "covers" folder. Furthermore, covers (still) must be .jpg-files. -------------------------------------------------------------------------------- Version 0.6.2. Released: August 1st, 2007. - Changed the folder-name that contains graphics. The new name is "ampjukeicons" (was previously: "icons"). Apparently, the name "icons" got mixed up with Apache's own "icons" folder on some installations. Thanks to Kevin for the notification about this. - Corrected an inconvenience on the 'welcome' page (not related to the above). - French and Turkish languages updated. -------------------------------------------------------------------------------- Version 0.6.1. Released: July 26th, 2007. - New personal setting: Display related performers. If turned on and when displaying a performer, AmpJuke makes a query against the popular last.fm site/community, and retrieve a list of related performers. This is done using a webservice from last.fm. If a related performer in the last.fm list is also found the AmpJuke database, a link (+ picture!) is displayed for each performer. This makes it possible to jump around related performers within AmpJuke. You dont need an access-key or anything to use this functionality - its simply built into AmpJuke. However, for this to work, you *must* use PHP version 5. - The Amazon web service is now upgraded to use Amazon's ECS 4.0. Furthermore, AmpJuke now tries to find a suitable cover on three different Amazon sites: USA, UK and Germany (was only trying the USA site earlier). Please see this FAQ for more details: http://www.ampjuke.org/faq.php?q_id=10 - Upload feature introduced. It's possible to enable individual users to upload music on a track-by-track basis. Upload can be turned completely off as well on the configuration page. This a FAQ-entry explains the configuration options: http://www.ampjuke.org/faq.php?q_id=37 - The SQL-code used for displaying an album list as well as displaying an individual album has been modified. THANKS to Stuart Hardy for suggesting+implementing the code for this. You can - by the way - find Stuarts homepage here: http://stuart-h.homeip.net/ - "Deutch" corrected to "Deutsch" in Settings -> Other options -> Language. My deepest apologies to the German users for this typo. ...and THANKS to Andreas B. for notifying about this (obvious) error. - New theme: "AB Centered Terracotta". Once again: THANKS to Andreas B. (http://andreasburg.de). It's really cool (um...rather: red - but still cool), isn't it ?? - Improved installation as well as scan+import of music. Checks are made here+there to ensure a smooth installation (and scan+import). However, you're still more than welcome to see (and follow) a step-by-step installation example. Just point your browser to: http://www.ampjuke.org/install_ex.php - Before actual scan+import begins, a check is made against the folder(s) that contains music tracks on the filesystem, to make sure that the web-user has permissions to access the folder(s). - Corrected an error in relation to scan+import of mp3-files with ID3v1-tags: The track number was not discovered+imported. It is now. - Corrected a stupid error (wrong speling....) that prevented .wma-files from being recognized as music (and thus couldn't be scanned+imported). THANKS to Claes-Henrik for pointing me in the right direction. Please note that your preferred musicplayer might not be able to play .wma-files (I had some issues with XMMS), so please dont blame AmpJuke. - Remember settings in random play. The settings for "Play tracks from", "Number of tracks..." and "Give priority to..." are remembered. This is done using the lazy approach: cookies, - so the settings will only be remembered/stored locally (on the computer). -------------------------------------------------------------------------------- Version 0.6.0. Released: June 6th, 2007. - A beefed-up scan-routine. Scan+import music is easier now. New music is discovered automatically. - Added an option to 'clean-up' in the database during scan+import. If selected, the "dead" records (a record that points to a file on the filesystem that's no longer there is "dead") will be deleted from the database. - Improved download functionality. When downloading more than one track (f.ex. an album), all tracks are compressed into one file, which is sent for download afterwards. I know compression doesn't make much sense in relation to stuff that's already compressed (which is the case with the mp3 music format), but hey: at least you're no longer prompted several times when downloading more than one track... - Added options to play/enqueue/download an entire album, all tracks by a specific performer, year, favorite list etc. in the 'overview'. - Updated languages: German/Deutch (THANKS Andreas!), Espaņol, Francais, Dutch, Portuguese and Turkish. THANKS to all who took the time+effort to do this ! (but please enter your email address next time, so I can ask to link to your homepage). - New theme: Highlighter. You know: just like the "greasy" pen you're using to - well - highlight something within a text...squeak...squeak... :-) - Corrected an error: When having 'Confirm deletions' set to 'on' in the personal settings, it was _not_ possible to delete an entry in a given favorite list (error msg.). When 'Confirm deletions' was set to 'off', no error messages appeared, and the item was removed from the favoritelist in question. - Corrected (another) error in relation to fetching/displaying lyrics. This time it should be right....hopefully....sort of.... - More descriptive title displayed in the title bar of the browser. -------------------------------------------------------------------------------- Version 0.5.5. Released: April 7th, 2007. - New feature: AmpJuke can be set to ask what favoritelist you want to add something (tracks,albums,performers,years) to. This is a personal setting, meaning each user can set it to whatever is wanted. Of course, it's still possible to do as usual: create/select a favoritelist and then add something (tracks,albums...). - Hungarian language updated. THANKS to Rezso (http://www.rezso.net/) for doing this. - Spanish language updated. THANKS to Claudio for doing this. - Corrected an error in relation to displaying/fetching the lyrics. It seemed like the URL was not properly formatted. THANKS to Steven for reporting this. - It's now possible to download individual tracks from a favorite list. THANKS to David for asking for this (obvious) feature. - When creating a new favorite list, the new list is no longer selected by default. - Cleaned up the code eliminating some redundancy (f.ex. removing same sequence of PHP-statements used in a lot of different places so they from now on only is found in one place). - New theme: Empty ("Do not apply any CSS"). Really simple :-) -------------------------------------------------------------------------------- Version: 0.5.4. Released: 13-03-2007. - Dutch language up-to-date. THANKS to Fokke Slottje (http://www.twilightmusic.nl/) for doing this! - Incrementing the value of 'times played' by one for a given track, is from now on done *AFTER* the track has been streamed. - Annoying error corrected: If a user specified *NOT* to display 'number of times played' it turned out that the date of 'last played' was hidden instead (and the opposite). This is no longer the case. - Error correction: When copying the queue to a specific favorite list, nothing was copied. This is no longer the case. - New theme: Typewriter. Remember when you had to use a typewriter with a two-colored ribbon-band ?? This theme brings back the (good old) memories... If not, here's what your father might have had to deal with in his young years! - Cleaned up minor display inconveniences here&there. -------------------------------------------------------------------------------- Version: 0.5.3. Released: February 20th, 2007. - A new setting in relation to random play: You can optionally let the random selection appear based on one of five criterias: - No criteria (completely random -> do as usual). - Least played tracks. - Most played tracks. - Tracks not played recently. - Tracks played recently. ...obviously, this means you can now have a kind of "fair" rotation of tracks in any favorite list. - Corrected an error in relation to updating 'last-played' in random play->All tracks. -------------------------------------------------------------------------------- Version: 0.5.2. Released: February 13th, 2007. - Improvement: Displaying favorites is now a factor 10 (at least) faster, depending on the number/size of favorite lists you have. This 'slow' behaviour (with many/huge favorite lists) has been a personal pain for me for quite some time... - Swedish language updated (a long time ago in fact...THANKS, Jorgen). - Hungarian language updated (THANKS, Rezso, www.rezso.net). - New feature: You can share your favorites with other AmpJuke users. A new column is displayed in the "favorites" view: Shared. Below is an indication showing if the favoritelist is shared or not (Yes/No) as well as a number indicating how many other users have access to the favorite list in question. Each user can set the display of shared favorites to on/off in his/her personal settings. -------------------------------------------------------------------------------- Version: 0.5.1. Released: January 19th, 2007. - Error correction: When using "jukebox mode" (see prev. release) and setting AmpJuke to play music by random from a specific favorite list, a selection was made against an 'old' table (pre. 0.5.x-series) of favorites. This is no longer the case. - Modification: Since the release of 0.5.0, I received some reports about Ubuntu (especially) complaining about "headers already sent...". As a consequence, the stream method has now - more or less - been 'rolled back' to reflect the functionality found in 0.4.4. - Get external, extended information about a performer displayed. By using f.ex. the popular Wikipedia, you can display detailed information about any performer/group in your database. Youre not limited to Wikipedia, use whatever external site as reference. Please see the FAQ (http://www.ampjuke.org/faq.php) for further details. - Portuguese language 100% updated. Thanks to Alfredo Oliveira for taking the time to do this using the new translation feature (found at http://www.ampjuke.org/xlate/). -------------------------------------------------------------------------------- Version: 0.5.0. Released: December 31st, 2006. - New feature: Favorites can now be sorted/played by whatever your selection is. F.ex. year, duration, times played etc. F.ex. if you lookup and album, sort it by duration and then click on 'play all tracks...', the music will be played based on the sorting criteria you selected. - New personal setting: AmpJuke can stream music *AFTER* the last track has been streamed ("jukebox mode"). - New theme: "Polonium-210". A "radioactive" (lethal?) appearance of AmpJuke. Thanks to Dave (who kindly asked not to have full name + webiste mentioned) for this ! - The words "day" and "days" were not translated. Note: If your preferred language is something different than English, you must translate these words yourself. Take a look at: http://www.ampjuke.org/faq.php?q_id=8 - Date (+time, optionally) of last login is now displayed (was earlier displaying "Unix-time" -> seconds since 01-01-70). - Got rid of the last header(...)-statements. Replaced with redirects based on JavaScript... Hopefully, NOBODY will ever get the "headers allready sent" error anymore. Thanks to Johan Corstjens for reporting this ! - Some empty columns here+there have been eliminated -> improved layout. -------------------------------------------------------------------------------- Version: 0.4.4. Released: October 19th, 2006. - New method for playing/streaming music. Instead of copying music to the 'tmp' directory and then play/stream, the program now streams music directly from where they are stored. Thanks to Allan Hansen from the getID3 project (http://getid3.sourgeforge.net) for suggesting this as well as suppplying a couple of lines of code I could use for implementing this. - The 'demos' directory under the 'getid3' directory have been removed. Thanks (again) to Allan for mentioning that the scripts in the directory could be used by anybody to explore whatever is available on the local harddrive. - Hungarian languagefile was updated. Thanks to Reszo (http://www.reszo.net) for doing this. - The settings for 'Directory to place music temporarily' as well as the setting 'Delete files in tmp directory after X hours' have been removed (as a consequence of the new streaming method introduced). Minor stuff: - Last search word(s) is (are) remembered. - Date+time on the 'welcome' page now uses the correct date (Thanks, Rezso). - More use of JavaScript instead of header("Location...") for redirects. -------------------------------------------------------------------------------- Version: 0.4.3. Released: October 4th, 2006. - THEMES ! (finally) By far the most important in the release: It's now possible to change the layout of AmpJuke. This has been on the list for quite a while, and a *lot* of you out there have asked for this feature. I've included 4 themes (one is for different screen resolutions). - References are made to relevant FAQ-entries on the AmpJuke homepage during installation. This should hopefully help... - When pointing the browser to the directory where AmpJuke is installed, a check is made to see if you want to upgrade or install. - Corrected some small errors found here+there (not a big deal). - Corrected another small error in relation to displaying lyrics. Grab+display of lyrics should work as expected now...hmmm...hope so at least... - New logo's have been introduced in this version of AmpJuke. -------------------------------------------------------------------------------- Version: 0.4.2. Released: September 6th, 2006. A "maintenance" release, adding one new feature as well as adressing some minor inconveniences: - You can keep extensions (mp3/ogg/wma/ape/whatever) when streaming music. By setting this to 'on' music files will be streamed as: "performer - track.extension" (extension could f.ex. be: mp3). By setting this to 'off' music files will be streamed as: "performer - track". See the difference ? - When creating a new user, the selected language is stored (was set to EN by default earlier). - When searching for lyrics, the first result (URL) from the search at Yahoo! is displayed (wasn't sure that was the case earlier). - Deletion of individual tracks/album/year/performer also deletes the references to the track/album/year/performer from users favorites lists. The data is only deleted from the database - no musicfiles will be deleted. -------------------------------------------------------------------------------- Version: 0.4.1. Released: July 25th, 2006. - Error correction: When reading .ogg-files, nothing was imported. This has been fixed. - A file called 'template.php' now exists in the 'lang' directory. It contains all keywords/phrases you will need to translate to your own language, in order to get a 'local' version of AmpJuke. If you could take the time and e-mail me a copy of whatever language you have translated to, I (and possibly everybody else) would be happy. Include your homepage, if you want me to link to it. Thanks to Rezso for suggesting and implementing this. - Some minor inconveniencies have been eliminated. Once again: Thanks to Rezso for pointing this out. You might only wanto to upgrade to this verson if you're having trouble with importing ogg-files... -------------------------------------------------------------------------------- Version: 0.4.0. Released: July 21st, 2006. - Get lyrics (optionally). You can search for and display lyrics for any track within your database. If found, the lyrics will show up in a seperate window. So from now on you have absolutely no excuse for not singing along !! :-) - New language introduced: Hungarian (Magyar). THANKS to Reszo ! - Error corrected in the module that displays page numbers (div. by zero). Once again: THANKS to Reszo (even though I never encountered the problem myself...). - The Amazon Web Service is now (at least) a factor 10 faster. The code has been rewritten completely. - Remember username and/or password (optionally). You can make AmpJuke remember the last used username and/or password on the computer(s) you're using with AmpJuke. I know this is a feature of (most?) browsers, but it's available anyway. It's based on standard cookie-stuff, so it will not work if your browser does not allow cookies. - Various minor inconsistencies corrected, such as: no more PHP-scripts using 's etc.. -------------------------------------------------------------------------------- Version: 0.3.7. Released: July 10th, 2006. - Allow "anonymous" users to login (no username+password required). Obviously, "anonymous" users cannot create favorite lists, change settings etc. In fact, "anonymous" users are rather limited when it comes to changing stuff... This functionality was implemented as a result of several requests. You set/change this in the "Configuration" menu, and/or when you install. Please note that allowing this might cause trouble in relation to the record industry...should they ever find out you're allowing anonymous users to listen to your music :-) - When displaying the "welcome page" (1st page after successfull login), The 10 most recently tracks played will be shown below the other two "last played..." tables. - If ID-numbers are displayed (optionally), albums will be sorted descending when entering the album view. If not, sorting will be based on album name. - Error correction: When the duration of a specific favorite list exceeded one day (24 hours), the days wasn't calculated. That is no longer the case. If a favorite list exceeds one day, it will be displayed as: "x day(s) hh:mm:ss" (x=days, hh=hours, mm=minutes, ss=seconds). -------------------------------------------------------------------------------- Version: 0.3.6. Released: May 8th, 2006. - No attempt is made to lookup cover/album art on amazon.com, if the AWS-key (Amazon Webservices Key) has not been entered/set. - Download option. A user with the appropriate access level can download individual traks, entire albums, search results etc. - Automatic play. Just after a successfull login, it is possible to have AmpJuke play tracks based on "all tracks" or a favorite list. - Translation to French. THANKS TO Edwin ! (www.allan.ch) -------------------------------------------------------------------------------- Version: 0.3.5. Released: March 30th, 2006. - AmpJuke has been translated to Dutch. It's included in the distribution. - Users can set "confirm deletion" (or not). If set, an "...are you sure ?" message is displayed everytime before deletion of favorite lists, tracks, albums, the queue etc.etc. is done. - Users can specify if they want the duration on _individual_ tracks displayed (or not). - Users can specify if they want to "display totals" (or not). This might require a little explanation... If selected, the following will be displayed in addition to what was there before: 1. Displaying an album: # of tracks, total duration and times played will be added at the bottom of the list. 2. Displaying a list of performers: A new column will appear showing total duration for all tracks/albums. 3. Displaying a list of albums: Two news columns will appear showing total number of tracks and total duration. 4. Displaying favorite lists: A new column will appear showing duration for all tracks within the favorite list. ...these additional informations are only available then "Display totals" is checked in "Settings". - It is now more clear/evident what the active/selected favorite list is. -------------------------------------------------------------------------------- Version: 0.3.4. Released: March 9th, 2006. - AmpJuke has been translated to Italian. It's included in the distribution. - Settings for "Show ID numbers" and "Show letters (jump to)" are now stored/remembered between sessions/logins. - Users can optionally change password under "Personal settings". -------------------------------------------------------------------------------- Version: 0.3.3. Released: November 22nd, 2005. - You can FILTER the tracks displayed in "Tracks" and "Search", so it is possible to see one of the following: 1. All tracks (no filter). This is default/normal. 2. Tracks only on albums. 3. Tracks not on any album. - When stepping back to a previous page that contained a search-result, the browser would normally warn about the fact that data should be POST'ed again. This is normal behaviour, but annoying. The inconvenience is fixed in this release. - AmpJuke has been translated to Turkish. It's included in the distribution. - Minor improvements. Really not worth to write about, but I just did anyway :-) -------------------------------------------------------------------------------- Version: 0.3.2. Released: November 7th, 2005. - Option to remove duplicate entries from the queue as well as any favorite list. - Option to avoid playing same track twice when selecting random tracks. - All translated languages so far are now a part of the release. - Minor inconveniencies removed/fixed: - No translation of "The queue" when setting up random play (fixed). - Various tablerows no longer needed (removed). - "Missing" translations (fixed). -------------------------------------------------------------------------------- Version: 0.3.1. Released: October 17th 2005. - Besides MP3-music files, AmpJuke can now read/import music on these formats: WMA, OGG and APE. - Bugfix: It is now possible for administrators to change language on behalf of other users (Thanks, Jorgen). - When importing music, AmpJuke may display a number of warnings found during import of a certain directory. Until now, it was not possible to investigate what causes these warnings. With the introduction of this release, the user can now click on a link and see exactly what it is that produces these warnings. A warning may be issued because of lack of "non-critical" information, such as no year or no album found within the tags. -------------------------------------------------------------------------------- Version: 0.3.0. Released: October 8th 2005. - Album and Performer/Group covers ("album art") is displayed. This is basically done using a webservice from Amazon. You will need to register with "Amazon Web Services (AWS)" to get an "Amazon Developer Key". Check in on www.ampjuke.org for details. - AmpJuke has been translated to ONE language (apart from english): Danish. However, the only thing that remains in order to have more languages is YOUR HELP. - AmpJuke can be set to automatically clear files from the 'tmp' dir. This setting is controlled from the "Configuration" link under "Admin's options". - It is now possible to UPGRADE an AmpJuke installation without overwriting previous configuration values/settings. Just extract the files in the distribution to your ampjuke directory and point your browser to http://"whatever"/install.php. This procedure should be done also if you're INSTALLING for the 1st time. -------------------------------------------------------------------------------- Version: 0.2.5. Released: September 19th, 2005. - A warning is issued during installation stating the user "admin" should change the default password immediately after installation. - The program only scans files with an extension of "mp3". All other types of files (f.ex.: "m3u", "asx", "wma" and so on) found within the music directory and below are skipped. - The AmpJuke version number is displayed in the lower right corner. Please do not remove it. It's a fair "price" to pay to use the program... Besides, it's a link to www.ampjuke.org, so you can check in later to look for updates/new releases. - New logos, again. Hope you like them :-) Thanks to Jorgen for the logos, and thanks to Everaldo for supplying the loudspeaker ! In case you like the old logos they're still included in the "icons" directory. Just rename "ampjuke176x62_old.jpg" to "ampjuke176x62.jpg" and "ampjuke88x31_old.jpg" to "ampjuke88x31.jpg" and they'll be back. There is also "ampjuke88x31_alt.jpg" and "ampjuke176x62_alt.jpg" if you want to experiment a little :-] -------------------------------------------------------------------------------- Version: 0.2.4. Released: September 2005. - "[Add to favorite]" was still displayed in some views, even though no favorite list was selected/created. This error also existed in previous versions. This should no longer be the case starting from this version...hopefully :-) - It is now possible to rescan all or parts of the music directly from "Admin's options" (menu in the lower left of the screen). - When installing AmpJuke, the options: "Create an empty database" as well as Create empty tables within the database" are now UNCHECKED. Take care to CHECK the options FIRST time you install the program. - The function for calculating the size of the cache (the sum of files within the 'tmp' directory) has been rewritten. -------------------------------------------------------------------------------- Version: 0.2.3. Released: September 2005. New features / changes: - Logos. New logos (2 pcs.) are introduced. Hope you like them :-) - Performer. The view now shows two additional columns: "Number of tracks" and "Number of albums". "Number of albums" just shows the albums where the performer displayed is the only performer on that album, - ie. "Also appears on" does not count in this column. - Settings. Settings now controls more options. This includes the "Display ID's" and the "Show letters" settings. Basically, all display settings are controlled within "Settings". - Edit/delete/transfer. Editing is implemented in this release. It's a BETA, so be CAREFUL ! To edit something (tracks, albums, performers), the "Display ID's" must be turned on (see previous topic), since editing is something you do by clicking on the ID for the item in question. The option to delete something (tracks, albums, performers) is accessed in the same way. It is also possible to "transfer" something. F.ex. all tracks from one album can be transferred to another album and/or all tracks with one performer can be transferred to another (useful when spelling errors exists in the mp3-files' ID-tags). Error corrections / fixes: - User administration: Several bugs was fixed. - "[Add to favorite]" was displayed even though no favorite list was created/selected. - Performer: When entering the performer list, the performers appeard to be sorted alphabetically. That was not the case. (Thanks to Robert for reporting this).