Jump to content

Getting rid of baby album art images


arrbee99

Recommended Posts

arrbee99

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.

 

Link to comment
Share on other sites

Happy2Play

@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
Link to comment
Share on other sites

Happy2Play

Will looks some more as it affects Season view.

Link to comment
Share on other sites

Happy2Play

@arrbee99 Something like this

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

or

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

 

  • Like 1
Link to comment
Share on other sites

arrbee99

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.

Link to comment
Share on other sites

arrbee99

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

1299903053_EmbyU2noalbumart3.thumb.JPG.8cf0f8b46e538a03b6c3405ed67aaad7.JPG

 

Link to comment
Share on other sites

Happy2Play

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

Edited by Happy2Play
Link to comment
Share on other sites

Happy2Play
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
Link to comment
Share on other sites

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..

Link to comment
Share on other sites

Happy2Play
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

Link to comment
Share on other sites

Happy2Play
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
Link to comment
Share on other sites

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.

Link to comment
Share on other sites

Happy2Play

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

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

 

Link to comment
Share on other sites

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...