BigGoose62 71 Posted August 10, 2016 Posted August 10, 2016 In the web client, there are icons that are displayed over movie posters, which include a grey play button, a green check mark, and a green number for collections. I had previously disabled these icons by using the following in the Custom css: /*Remove Played indicator*/.playedIndicator {display: none;} /*Hide poster play button*/.cardOverlayButtonContainer {display: none;} That is still saved, but the icons recently came back. I'm not sure exactly when, but I would guess within the last week or two because I've been very busy over the past couple weeks and would have recognized the change before then. Anyway, I'm looking for any help for a workaround. Thanks!
Solution Happy2Play 9785 Posted August 10, 2016 Solution Posted August 10, 2016 The cards were overhauled, in the new release cycle, so you need to change the custom css, see here. 1
BigGoose62 71 Posted August 10, 2016 Author Posted August 10, 2016 The cards were overhauled, in the new release cycle, so you need to change the custom css, see here. Thank you! Fixed it right away.
godbodian 57 Posted January 29, 2021 Posted January 29, 2021 On 8/10/2016 at 4:18 PM, Happy2Play said: The cards were overhauled, in the new release cycle, so you need to change the custom css, see here. Hey @Happy2Play, is this fix still available? And if so, is it something I can just cut and paste, if given the proper code and can it be localized to only the "Movies" folder and left alone in TV? I LOVE Emby but I have NO use for the played indicators in my movie library and honestly can't think of why anyone would utilize it. LOL. I mean most movies are meant to be watched repeatedly if they're any good or loved in any way. I played indicator for something that's going to be reuse kinda defeats the notion of "needing" tracking. TV or episodic viewing is something different entirely. Thanks in advance, either way.
Happy2Play 9785 Posted January 30, 2021 Posted January 30, 2021 17 hours ago, godbodian said: Hey @Happy2Play, is this fix still available? And if so, is it something I can just cut and paste, if given the proper code and can it be localized to only the "Movies" folder and left alone in TV? I LOVE Emby but I have NO use for the played indicators in my movie library and honestly can't think of why anyone would utilize it. LOL. I mean most movies are meant to be watched repeatedly if they're any good or loved in any way. I played indicator for something that's going to be reuse kinda defeats the notion of "needing" tracking. TV or episodic viewing is something different entirely. Thanks in advance, either way. I guess something like this. [data-type="Movie"] i.playedIndicator {display:none;} 1
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