Jellyfin Forum
J Media Player imbd rating - Printable Version

+- Jellyfin Forum (https://forum.jellyfin.org)
+-- Forum: Support (https://forum.jellyfin.org/f-support)
+--- Forum: General Questions (https://forum.jellyfin.org/f-general-questions)
+--- Thread: J Media Player imbd rating (/t-j-media-player-imbd-rating)

Pages: 1 2


RE: J Media Player imbd rating - Efficient_Good_5784 - 2024-06-13

(2024-06-13, 06:57 PM)whatever_namee Wrote: My screenshot shows the exact same paste as you posted earlier in this thread? (which worked last week).
Well I feel dumb. I don't know how I missed the CSS screenshot you shared.

Anyways, looks alright. Your issue is on Jellyfin Media Player correct? I'll check later to see if it happens to me on that. So far, I only checked that the CSS code works on Brave (which is Chrome based).


RE: J Media Player imbd rating - Efficient_Good_5784 - 2024-06-13

So I checked and tried with Chrome, Firefox, and Jellyfin Media Player. I could not reproduce the issue with any.

Have you tried clearing out the cache for your browser or JMP?


RE: J Media Player imbd rating - whatever_namee - 2024-07-05

(2024-06-13, 10:45 PM)Efficient_Good_5784 Wrote: So I checked and tried with Chrome, Firefox, and Jellyfin Media Player. I could not reproduce the issue with any.

Have you tried clearing out the cache for your browser or JMP?

July 5. It works for movies, but TV shows still shows the rating per individual episode during playback.
I am using the standalone media player client, not through a browser.


RE: J Media Player imbd rating - TheDreadPirate - 2024-07-05

Which JMP version are you using? Starting with 1.11.0 of JMP, by default it uses the server's jellyfin-web for rendering. So if you have CSS that works in a browser it should also carry over to JMP.


RE: J Media Player imbd rating - Ted Hinklater - 2024-07-06

I use this to hide it

Code:
#videoOsdPage .osdRatingsText {
  opacity: 0;
}



RE: J Media Player imbd rating - whatever_namee - 2024-07-07

(2024-07-06, 02:27 AM)Ted Hinklater Wrote: I use this to hide it

Code:
#videoOsdPage .osdRatingsText {
  opacity: 0;
}

THANK YOU!
That did the trick. 

Still boggles me why there isn't just a toggle in the settings. (Why would I ever want to know the IMDB rating of an episode of a tv show im literally watching? I want to form my own opinion)