Board Logo

EJukebox v5.43
Audiosoft - 10-27-2010 at 06:05 AM

If you see allot of repeating incorrect album covers and
you setup, rebuilt or added new files to the database with v5.36-v5.40 then do Tools->Update Music Database->Rebuild Database to fix it.

What's New in v5.43 - November 5th, 2010
-fixed 2Web was now loading up in v5.42
-in colors.ini can now add font styling to [Songlist Title] , [MainButtons] , [ArtistBarLetters] , and [AZSlider]
-can now add DoubleWidthEDV=1 and FontSizeEDV= to colors.ini under [MainButtons]
FontName=MS Sans Serif
FontSize=8
FontBold=1
FontItalic=0
FontUnderline=0

Full and Upgrade installers are now available for v5.43 at http://audiosoft.net/download.htm
For smallest download do Tools->Check for New Version in EJukebox

v5.42 - November 2nd, 2010
-Speed Optimizations
-new "Open Album List on Startup" option on the AlbumList Options panel
-new cached Albumlist preloading begins right after startup
-EJukebox already running dialog box now has a Retry button
-new + Restart buttons on Shutdown dialog box
-new yes/no prompt "Rebuild while EJukebox is closed?" after you click to rebuild the database
-moved option "AlbumList Jump on ArtistList Artist Click" from Other tab to AlbumList Options panel
-fixed scroll button flicker when clicking Albums button to top already open album list

v5.41 - October 29th, 2010
-fixes Database Rebuild and Add New Files was not always getting the cover image correctly with v5.36-v5.40
-fixes the scheduler actions were not always being performed when set to run on a specific day of the week
-fixes autoscroll stopped working after scrollbutton mouseup
-now allows the same album name more than once in the album list

v5.40 - October 27th, 2010
*updated 4:00PM EDT - skin fonts now working
-improved Shelf3D image cache performance
-fixed non mp3 tag read/write was not working on 64 bit windows since v5.35
-added AutoClick Display Option for Shelf3D
-Shelf3D non-fullscreen Autoscrolling is now tied to the "Disable Autoscrolling" display option
-fixed editing Netrelated streams in the editor was not saving the edits
-cleaned up the ListBuilder's skin
-updated Vinyl skin's main buttons
-fixes >> click when next song is a video stream was not working in v5.39


Full and Upgrade installers are now available for v5.43 at http://audiosoft.net/download.htm
For smallest download do Tools->Check for New Version in EJukebox


Pirk - 10-27-2010 at 07:54 PM

Thanks for this v5.40!

i noticed a few bugs remaining:
-when you start ej the now playing album image is not enlarged to the panel current size.

-it seems, since the latest versions, some skin fonts are not always loaded on skin change. in playlist.dis:
.pmnextsongtop {
font-family: bitsumishi, Arial, Helvetica, sans-serif;
the arial font is loaded instead of bitsumishi.
in songlist.dis:
.artisthide {
font-family:LCD BOLD, Arial, Helvetica, sans-serif;
this time the arial font is loaded instead of LCD BOLD.
weird!

otherwise the shelf3d seems quite fast. i not tried v5.39 with the trick you gave to see the speed improvement?


Audiosoft - 10-27-2010 at 08:07 PM

Thank you Pirk for the report about the fonts not installing!
fonts now fixed in v5.40
if you already have the old v5.40 you can download this to update
http://dl.filekicker.com/send/file/227980-F50C/EJukebox_v5.40_LIVEUpgrade.exe

not seeing the now playing size problem...is it every startup for you?


Pirk - 10-27-2010 at 08:32 PM

Quote:
Message original : Audiosoft
not seeing the now playing size problem...is it every startup for you?

well yes. i think it also occurs since the lastest updates.

thanks for the font fix.


Pirk - 10-27-2010 at 08:41 PM

Audiosoft,

i tried more.. it seems the now playing size problem only occurs with my version of the A5 Vinyl skin. maybe it's related to the ie9 standards?


Audiosoft - 10-27-2010 at 08:49 PM

probally ie9 related.
can you resize it after startup?


Pirk - 10-27-2010 at 08:53 PM

yes no problem to resize it after startup.


Audiosoft - 10-27-2010 at 09:55 PM

ok Pirk well that is good. i will test out startup on my next win7 boot.

sorry about putting up so many new versions #'s lately. i kept spotting issues after the speed improvements. they should be fixed now in v5.40 fonts redux ;)

RE: i not tried v5.39 with the trick you gave to see the speed improvement?

how i got the extra speed with the shelf image cache : the cached images are the same. it used to check if the image was square and under the resolution supported by the shelf 2800x2800...if not it created a re-sized image. then it detected the resized cached image so it didn't need to do the square image check.
That is all the same. The problem was when the image was already square and didn't need to make a re-sized image it would check again if the image was square every time those were loaded in the shelf. with v5.39 it logs these already square image locations to memory and saves a log of them on shutdowns and loads the log at startup. This allows EJ to always skip the square image checks after they already have been performed once for the image in v5.39+. This makes the shelf and the songlist/shelf load faster with less disk activity...it is the same slower speed for ONLY the Very First time the image is loaded in the shelf in v5.39+. no extra cached images are created.


Pirk - 10-27-2010 at 10:15 PM

Quote:
Message original : Audiosoft
ok Pirk well that is good. i will test out startup on my next win7 boot.

in my case the now playing image is not enlarged each time i run ej using my ie9 skin. i think my problem is not related to the win7 boot.

thanks a lot for all these explanations, and for your continuous work on ejukebox!
a lot of images are cached for ejukebox. albumlist and now for the shelf! i suppose that all these cached images are still deletable if i clear the iexplorer cache? i don't want to delete the cached images, but sometimes it can be useful after i messed up my db...


Audiosoft - 10-27-2010 at 10:31 PM

Quote:

in my case the now playing image is not enlarged each time i run ej. i think my problem is not related to win7 boot. thanks a lot for all these explanations, and for your continuous work on ejukebox! a lot of images are cached for ejukebox. albumlist and now for the shelf! i suppose that all these cached images are still deletable if i clear the iexplorer cache? i don't want to delete the cached images, but sometimes it can be useful after i messed up my db...


Pirk,

nothing changed with the # of images cached.
it doesn't cache any images for the shelf unless the original full size image is over 2800x2800 or not square. otherwise it uses the same original art file. the speed difference now is EJ now only does the square image check 1 time instead of every time. The cache is really intelligent and should not be messed with. My advice is EJukebox will handle it so don't mess with it. The non-lookup image cache is cleared on database rebuild.

RE:
in my case the now playing image is not enlarged each time i run ej. i think my problem is not related to win7 boot.

no but IE9 only works on Win7 for me :P
i will have to try it on IE9 myself.
-the only thing i changed recent in now playing was getting rid of default line-height: 14px; in the album title.


Pirk - 10-27-2010 at 10:45 PM

ok it seems you don't use win7 much! well i am now reassured.. i need some sleep! :D


Audiosoft - 10-29-2010 at 09:46 PM

v5.41 is up! :o

there was a problem with cover art import in db setup with v5.36-v5.40. :(

If you see allot of repeating incorrect album covers and
you setup, rebuilt or added new files to the database with v5.36-v5.40 then do Tools->Update Music Database->Rebuild Database to fix it.


Audiosoft - 11-2-2010 at 11:13 PM

v5.42 is up
-Speed Optimizations
-new "Open Album List on Startup" option on the AlbumList Options panel
-new cached Albumlist preloading begins right after startup
-EJukebox already running dialog box now has a Retry button
-new + Restart buttons on Shutdown dialog box
-new yes/no prompt "Rebuild while EJukebox is closed?" after you click to rebuild the database
-moved option "AlbumList Jump on ArtistList Artist Click" from Other tab to AlbumList Options panel
-fixed scroll button flicker when clicking Albums button to top already open album list


Audiosoft - 11-3-2010 at 08:03 AM

v5.42 downloads updated 4am EDT
- fixed "open albumlist on startup" was not working on Win7/Vista


Audiosoft - 11-5-2010 at 04:14 AM

v5.43 is up!


Pirk - 11-5-2010 at 12:44 PM

-in colors.ini can now add font styling to [Songlist Title] , [MainButtons] , [ArtistBarLetters] , and [AZSlider]
-can now add DoubleWidthEDV=1 and FontSizeEDV= to colors.ini under [MainButtons]

Ah good, i'll try all that.. Thanks! :)


Pirk - 11-5-2010 at 05:27 PM

Audiosoft, could you add a way to center the TEXT vertically in [MainButtons] and [Songlist Title] adding offset values +/- (Top=) in colors.ini? Because the fonts are not always centered or even cut!

Thanks.


CiXel - 11-6-2010 at 06:55 PM

The album list and startup time in 5.43 seems pretty snappy.
So far I like it.