Board Logo

Disable mouseover "now playing" cover image
Bru - 11-19-2011 at 12:58 PM

I seriously dislike the "mouseover" handler on the cover image in the "now playing" section. Is there a way to disable that feature and just leave the front cover there? If not, I would suggest this as a new menu option...

Cheers,
Bru


Audiosoft - 11-20-2011 at 11:32 AM

you can add this to the end of the skin's nowplaying.dis (Tools->Skin name->Now Playing) to set filters for the now playing cover.

[CoverFilter]
Normal=Alpha(Opacity=100)Shadow(Direction=130)
Hi=Alpha(Opacity=100)
Click=Alpha(Opacity=65)


if that is no help then what version of Windows, EJukebox and which skin?

if you want to stop background animations then see the top of Tools->Skin name->Colors


Pirk - 11-21-2011 at 05:52 PM

Audiosoft,

Is there a way to do the same thing for the "coversmall" images in the Playlist ?

I would like more opacity when no mouse over the playlist (normal). Could i add a filter somewhere which would overload the default semi-transparent effect?
I already tried in #coversmall{opacity:1;}, but no success!

Maybe the opacity of the small images can only be changed from [coversmall]... after you allowed it like for the nowplaying cover?

Thanks.


Audiosoft - 11-22-2011 at 12:35 AM

Pirk try #coversmall:hover { opacity: 0.5;}
does that work?


Pirk - 11-22-2011 at 10:09 AM

Audiosoft still not working

well, in fact i want to change coverbig, but same problem... i tried #coverbig:link {opacity: 1;} and still no change. the image opacity is still 50% before i mouse over my playlist:


Audiosoft - 11-22-2011 at 12:05 PM

maybe? #coverbig src {opacity: 1;}


Pirk - 11-22-2011 at 08:31 PM

src in the css? no success


Bru - 12-9-2011 at 05:05 PM

Hmm, don't get it...

I added the code to the end of nowplaying.dis for the currently loaded skin (A5VinylMatrix) and reloaded it, the displayed front cover in now playing still changes when I mouse over it. No idea what it tries to load, but it displays the browser's default "image not found" icon, which looks really crappy. I just want the front cover to stay there, no matter what...


Bru - 1-5-2012 at 08:45 PM

no? worked fine in old versions, can't you just add a "disable" option for this feature??? cuz it seriously sucks when there are no back covers...


Audiosoft - 1-6-2012 at 08:55 AM

Bru, that is odd EJ must think there is a back cover jpg image but there is none. i will look into this and add an option to disable to back cover detection if i can't figure out what is going wrong.

the missing image always shows up when you mouse over the now playing cover or just sometimes?


Bru - 1-6-2012 at 07:21 PM

It happens for all my mp3s, although I do pass all through Mp3tag v.2.49a to make sure they are all the same no matter their origin (Mac, Win7, Linux, various applications for ripping), maybe that touches the ID3 structure of the file to make eJukebox think there's somthing there...

But I just checked with some really old files, same thing.

The option to disable the switching and just have a static front cover would be much appreciated.


nikkil - 2-28-2012 at 12:29 AM

+1 right here. It would be nice to have this feature. http://imagicon.info/cat/0/vbulletin-smile.gif


Bru - 6-15-2012 at 06:50 PM

BUMP


Audiosoft - 7-12-2012 at 09:16 PM

v5.72 is up at http://audiosoft.net/download.htm and updates it so it only looks for coversback.jpg or back.jpg in the same folder as the mp3. it used to also look for a back.jpg in the folder above the mp3 folder.
Please try v5.72 and let me know if this fixes the cover mouseover problem for you or not
if not let me know what version of internet explorer you have installed and which skin you are using


Bru - 7-22-2012 at 03:23 PM

Just updated. No cigar, mouseover still displays a broken image. Wouldn't be kind of simple to just add another option to the display settings disabling the mouseover alltogether? I just want the dang front cover displayed. It's not a killer, it's just really ugly.

I use IE9 on Win7 with the A5 VinylMatrix skin.


Bru - 8-25-2012 at 02:49 PM

No? Too hard to add another checkbox to the preferences pane? Too hard to pack the mousevent code that changes the display of the album art into an if-block?


tristmerri - 8-28-2012 at 05:37 AM

Quote:
Originally posted by Bru
No? Too hard to add another checkbox to the preferences pane?


True....It is working a bit difficult!!!


Audiosoft - 8-28-2012 at 07:19 PM

ok this v5.73 beta exe adds a check to make sure it is a valid image before it uses it for the back cover image.
so this should fix the missing icon on now playing cover mouseover.

shutdown ejukebox and replace this over C:EJukeboxejukebox.exe
please let me know if this fixes it for you or not.


Bru - 9-8-2012 at 01:16 PM

Works like a charm, thanks!