Jump to content

Getting rid of baby album art images


Recommended Posts

arrbee99
Posted

Am wondering, in this view -

200986546_EmbyU2noalbumart2.thumb.JPG.2dd875a6d1d4b5287452019e7d27e4dd.JPG

I can use this to get rid of the baby albums on the right -

/*Get Rid of Baby Album Images*/
div.listItemImageContainer {display: none;}

but that also gets rid of the space they used, so there's no graphic equaliser thing. Would anyone know of a way to get rid of the image but leave the space for the equaliser to appear. Thanks.

 

Happy2Play
Posted (edited)

@arrbee99 You mean something like this

 div.listItemImageContainer img {display: none;}
 
or

img.listItemImage {display: none;}

Have not validate if it affects other area though.

Edited by Happy2Play
Happy2Play
Posted

Will looks some more as it affects Season view.

arrbee99
Posted

And there was me just about the say the first one works (so far)....

Happy2Play
Posted

@arrbee99 Something like this

div.osdPlaylist .listItemImageContainer img {display: none;}

or

div.osdPlaylist img.listItemImage {display: none;}

 

  • Like 1
arrbee99
Posted

Thanks very much. Far as I can see after extensive (not) testing, both work great. A teeny nitpick is if you put your mouse over the tracks and get that play arrow thing, and it happens to be the the one with the equaliser, the arrow appears under the equaliser, which looks a truffle strange, but thats obviously teenie weenie.

arrbee99
Posted

There you go. The little things make all the difference (as the actress said to the bishop....)

1299903053_EmbyU2noalbumart3.thumb.JPG.8cf0f8b46e538a03b6c3405ed67aaad7.JPG

 

Happy2Play
Posted (edited)

Will look at if hover play can be hidden on actively playing item with eq (later though).

Edited by Happy2Play
arrbee99
Posted

Thank you 😀

Happy2Play
Posted
16 hours ago, Happy2Play said:

Will look at if hover play can be hidden on actively playing item with eq (later though).

 

16 hours ago, arrbee99 said:

Thank you 😀

add something like this.

div.playlistIndexIndicatorImage .listItemOverlayButton-imagehover i {display: none;}

 

  • Like 1
arrbee99
Posted

Excellent. Thanks very much. Works well.

Posted

I tried a couple of things to try to align the text above the player to the left..

Anyone figure that out?

Probably just need to spend more investigative time with it..

Happy2Play
Posted
6 minutes ago, Hxemby001 said:

I tried a couple of things to try to align the text above the player to the left..

Anyone figure that out?

Probably just need to spend more investigative time with it..

You mean this?  If so look at "align-items", I just changed from "center" to "baseline" but you have other options.

left.thumb.jpg.9cc5a2ef09ce83f8a38703db465c8ffe.jpg

Posted

That actually will probably put me on the right track..

Thanks.. 👍

Happy2Play
Posted (edited)
20 minutes ago, Hxemby001 said:

That actually will probably put me on the right track..

Thanks.. 👍

Or were you talking about this?   Align-items and Margin

left1.thumb.jpg.1b7c8a6b589ff95ed925888e66b0230e.jpg

 

Looks like text length is still a issue though.

Edited by Happy2Play
Posted

No the first one...

I was indicating the first line of this in mine .. since I was testing a STRM in place .. I never thought about the second line either..LOL

I will have to edit my first post as well.. I started not share that part of it and just make it about adjust size and vertical alignment.

Happy2Play
Posted

Minor adjustment of Play queue to align with tracks as shown in images above.

div.osdPlayQueue .upNextTitle {margin: 0 2em;}

 

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...