Share

mp3dj

File Release Notes and Changelog

Release Name: mp3dj-4.3

Notes:
The 4.3 release fixes a showstopper bug for admins with mp3 files
in the root database.directory.  Sorry, but I've been heads down
till now testing with a collection where the convention is to
place the mp3 files in subdirs named by artist.  Henceforth,
I will regression test using a separate directory of rogue mp3
files I've gathered.


Changes: # Fixed BUG: Files in root won't play. The fix was to make the refresh operation associate a folder value of "." with files residing in database.directory. # Fixed BUG: onGetAll() can generate RangeError: Index out of bounds. Needed to restrict random index chosen at startup to one less than the length of the grid. # Fixed BUG: Play skin can appear when playing. While skipping through bad mp3 files, the player can be stopped to changePosition(), and loadIndex() was reskinng unnecessarily at the wrong point. The fix was to remove the reskinPlayButton() call from loadIndex().