• Login
  • Register
  • Login Register
    Login
    Username/Email:
    Password:
    Or login with a social network below
  • Forum
  • Website
  • GitHub
  • Status
  • Translation
  • Features
  • Team
  • Rules
  • Help
  • Feeds
User Links
  • Login
  • Register
  • Login Register
    Login
    Username/Email:
    Password:
    Or login with a social network below

    Useful Links Forum Website GitHub Status Translation Features Team Rules Help Feeds
    Jellyfin Forum Support General Questions J Media Player imbd rating

    Pages (2): 1 2 Next »

     
    • 0 Vote(s) - 0 Average

    J Media Player imbd rating

    atma_weaponvi
    Offline

    Junior Member

    Posts: 12
    Threads: 3
    Joined: 2024 Jun
    Reputation: 0
    Country:Canada
    #1
    2024-06-04, 03:11 PM
    Hi,

    With the new update to the media player they introduced so new additions to the main video player screen like notches for the chapter selction, a favourite button and the IMBD star and rating. I really like the first two, but I find the IMBD rating really distracting and unpleasant to see. Any way to remove it that you know of other than rolling back to previous?

    Thanks,
    Atma


    Attached Files Thumbnail(s)
       
    Efficient_Good_5784
    Offline

    Community Moderator

    Posts: 1,167
    Threads: 3
    Joined: 2023 Jun
    Reputation: 50
    #2
    2024-06-04, 04:08 PM
    You can hide all ratings by using this CSS code:

    Code:
    .starRatingContainer.mediaInfoItem,
    .mediaInfoCriticRating.mediaInfoCriticRatingFresh,
    .mediaInfoCriticRating.mediaInfoCriticRatingRotten {
         display: none;
    }

    Note that this will hide the ratings from everywhere they appear in the server. As in, they will also disappear from the movie/show descriptions.
    atma_weaponvi
    Offline

    Junior Member

    Posts: 12
    Threads: 3
    Joined: 2024 Jun
    Reputation: 0
    Country:Canada
    #3
    2024-06-04, 05:50 PM
    (2024-06-04, 04:08 PM)Efficient_Good_5784 Wrote: You can hide all ratings by using this CSS code:

    Code:
    .starRatingContainer.mediaInfoItem,
    .mediaInfoCriticRating.mediaInfoCriticRatingFresh,
    .mediaInfoCriticRating.mediaInfoCriticRatingRotten {
         display: none;
    }

    Note that this will hide the ratings from everywhere they appear in the server. As in, they will also disappear from the movie/show descriptions.

    Thanks, that's a perfect solution for me. I'm a little new to inserting code, is there any easy way to explain to me how or where I have to add this script?

    Appreciated,
    Atma
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,374
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #4
    2024-06-04, 05:54 PM
    Dashboard > General > Custom CSS

    Copy and paste what Efficient posted.

       
    Jellyfin 10.10.7 (Docker)
    Ubuntu 24.04.2 LTS w/HWE
    Intel i3 12100
    Intel Arc A380
    OS drive - SK Hynix P41 1TB
    Storage
        4x WD Red Pro 6TB CMR in RAIDZ1
    [Image: GitHub%20Sponsors-grey?logo=github]
    Efficient_Good_5784
    Offline

    Community Moderator

    Posts: 1,167
    Threads: 3
    Joined: 2023 Jun
    Reputation: 50
    #5
    2024-06-04, 06:03 PM
    You can also paste it in:

    Client Settings > Display > "Custom CSS Code"

    Doing it there only applies to that client only (and not for everyone else).

    There's even an option in this same page that lets you disable the server's custom theme so that you can use yours. It's useful if you're using someone else's server.
    atma_weaponvi
    Offline

    Junior Member

    Posts: 12
    Threads: 3
    Joined: 2024 Jun
    Reputation: 0
    Country:Canada
    #6
    2024-06-04, 07:35 PM
    Awesome, thanks so much everyone, the fix is working as expected!

    Atma
    whatever_namee
    Offline

    Junior Member

    Posts: 5
    Threads: 0
    Joined: 2024 Jun
    Reputation: 0
    #7
    2024-06-12, 07:22 PM
    The issue is back again with the latest update, despite the custom CSS.
    Honestly a bit annoying to implement a semi-controversial feature with no way to natively turn it off.

    https://imgur.com/a/eSzywyf
    Efficient_Good_5784
    Offline

    Community Moderator

    Posts: 1,167
    Threads: 3
    Joined: 2023 Jun
    Reputation: 50
    #8
    2024-06-12, 09:46 PM
    (2024-06-12, 07:22 PM)whatever_namee Wrote: The issue is back again with the latest update, despite the custom CSS.
    Honestly a bit annoying to implement a semi-controversial feature with no way to natively turn it off.

    https://imgur.com/a/eSzywyf
    Did you copy and paste the CSS code that I provided earlier in this thread? If so, that code still works. I tried it again right now on v10.9.6 and it does in fact remove the ratings.

    From the screenshot, it looks like you did remove the rotten tomato (critics) rating, but not the community star rating. Maybe you missed something with the CSS when you pasted it in.
    Could you provide a screenshot of how you entered the CSS code into the dashboard?
    ThomasPGH
    Offline

    Member

    Posts: 85
    Threads: 5
    Joined: 2023 Nov
    Reputation: 0
    Country:United Kingdom
    #9
    2024-06-13, 12:01 AM
    (2024-06-12, 07:22 PM)whatever_namee Wrote: Honestly a bit annoying to implement a semi-controversial feature with no way to natively turn it off.
    I noticed this too today. It entirely eludes me what whoever implemented this "feature" thought of when they chucked this in.
    whatever_namee
    Offline

    Junior Member

    Posts: 5
    Threads: 0
    Joined: 2024 Jun
    Reputation: 0
    #10
    2024-06-13, 06:57 PM
    (2024-06-12, 09:46 PM)Efficient_Good_5784 Wrote:
    (2024-06-12, 07:22 PM)whatever_namee Wrote: The issue is back again with the latest update, despite the custom CSS.
    Honestly a bit annoying to implement a semi-controversial feature with no way to natively turn it off.

    https://imgur.com/a/eSzywyf
    Did you copy and paste the CSS code that I provided earlier in this thread? If so, that code still works. I tried it again right now on v10.9.6 and it does in fact remove the ratings.

    From the screenshot, it looks like you did remove the rotten tomato (critics) rating, but not the community star rating. Maybe you missed something with the CSS when you pasted it in.
    Could you provide a screenshot of how you entered the CSS code into the dashboard?

    My screenshot shows the exact same paste as you posted earlier in this thread? (which worked last week).
    Pages (2): 1 2 Next »

    « Next Oldest | Next Newest »

    Users browsing this thread: 1 Guest(s)


    • View a Printable Version
    • Subscribe to this thread
    Forum Jump:

    Home · Team · Help · Contact
    © Designed by D&D - Powered by MyBB
    L


    Jellyfin

    The Free Software Media System

    Linear Mode
    Threaded Mode