Jump to content

Remove more album (and episode) art ?


Recommended Posts

arrbee99
Posted

In vague connection with this  https://emby.media/community/index.php?/topic/78519-remove-album-art/  thread, I've tried adding this (quite general) css -

 

/*Remove album from album list*/
.osdPoster-img {
 
display: None !important}

 

to remove the album art from an actual album playlist and it gives this -

 

5db8a672452ff_EmbyRemovealbumartfromalbu

 

so am wondering if anyone could help to please move the other bits (album name etc over to the left (while preferably keeping the logo in the same place). Thank you.

Happy2Play
Posted

@@arrbee99

 

Are you just wanting for music or that image container from all content types?

arrbee99
Posted

Can't actually decide. Haven't browsed around Emby too much, but noticed it also removes episodes, which was accidental, but could also look rather good....

 

5db8bcc24f8bb_EmbyRemoveepisodeartfromep

 

Actually, if possible could it just be for the music one ? (maybe add to others later possibly). Thanks again.

Happy2Play
Posted (edited)

@@arrbee99

 

I am not sure what code you have used to remove the image as the code above only works on Now Playing OSD for me.

/*Remove the DetailImageContainer for Music*/
#itemDetailPage div.squareDetailImageContainer {display: none; }

Where episodes are usually are "div.thumbDetailImageContainer" and Movies/Series/Season/no episode image(inherit Series) "div.portraitDetailImageContainer".

 

 

But I would assume the code you used to remove the img would be something like this (could be much longer), since the image is removed instead of the container.

#itemDetailPage img {display: none;}
Edited by Happy2Play
arrbee99
Posted

Thanks very much, that all works well. Have added the separate ones for Music and Episodes so far.

 

Yes I think I posted the wrong stuff into the first post, should have been -

 

/*Remove album from album list*/
.itemDetailImage {
 
display: None !important}
 
Maybe that makes more sense (though it might not, as I seldom know what I'm doing).
  • 6 months later...
Posted

 

@@arrbee99

 

I am not sure what code you have used to remove the image as the code above only works on Now Playing OSD for me.

/*Remove the DetailImageContainer for Music*/
#itemDetailPage div.squareDetailImageContainer {display: none; }

Where episodes are usually are "div.thumbDetailImageContainer" and Movies/Series/Season/no episode image(inherit Series) "div.portraitDetailImageContainer".

 

 

But I would assume the code you used to remove the img would be something like this (could be much longer), since the image is removed instead of the container.

#itemDetailPage img {display: none;}

 

Hi,

I liked it. Remove the album image only on the now playing screen.

I applied on EmbyServer 4.4.2.0 and it didn't work.

Could you review the code for the new version, please.

Thank you

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