arrbee99 1712 Posted October 29, 2019 Posted October 29, 2019 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 - 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 9446 Posted October 29, 2019 Posted October 29, 2019 @@arrbee99 Are you just wanting for music or that image container from all content types?
arrbee99 1712 Posted October 29, 2019 Author Posted October 29, 2019 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.... Actually, if possible could it just be for the music one ? (maybe add to others later possibly). Thanks again.
Happy2Play 9446 Posted October 29, 2019 Posted October 29, 2019 (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 October 29, 2019 by Happy2Play
arrbee99 1712 Posted October 30, 2019 Author Posted October 30, 2019 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).
Guest Posted May 7, 2020 Posted May 7, 2020 @@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
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now