• 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 Troubleshooting SOLVED: Trickplay Black Bar Issue

     
    • 0 Vote(s) - 0 Average

    SOLVED: Trickplay Black Bar Issue

    ca2ju
    Offline

    Junior Member

    Posts: 19
    Threads: 5
    Joined: 2024 May
    Reputation: 0
    Country:Canada
    #1
    2024-11-08, 02:45 AM (This post was last modified: 2024-11-18, 11:09 PM by ca2ju. Edited 3 times in total.)
    Jellyfin Version: 10.10.0
    Installation Method and Platform: Ubuntu Server


    Hi everyone, can someone explain to me how to remove this black bar with the scene number on the trickplay image?  I looked for posts here in the forum about this and didn't find any.


    Attached Files Thumbnail(s)
       
    Jellyfin 10.10.7 (natively installed)
    Ubuntu Server 24.04.2 LTS
    No dedicated GPU
    Main storage: 2x 4TB NVMe SSDs

    theguymadmax
    Offline

    Community Moderator

    Posts: 1,075
    Threads: 0
    Joined: 2024 Jun
    Reputation: 58
    #2
    2024-11-08, 04:12 AM
    Code:
    .chapterThumbText, .chapterThumbName {
        display: none;
    }

    On the homepage of the web UI, click your user profile in the top right corner, select "Display," and enter that in the Custom CSS code section.
    Efficient_Good_5784
    Offline

    Community Moderator

    Posts: 1,167
    Threads: 3
    Joined: 2023 Jun
    Reputation: 50
    #3
    2024-11-08, 07:18 AM (This post was last modified: 2024-11-08, 07:19 AM by Efficient_Good_5784. Edited 1 time in total.)
    You can also use this code to make that overlay smaller and give it a design (along with the trickplay container):

    Code:
    .chapterThumbTextContainer {
        width: fit-content;
        margin: 0 auto 9px 9px;
        position: absolute;
        border-radius: 12px !important;
        padding: 0px 5px 0px 4px;
        backdrop-filter: blur(6px);
        background: rgba(0,0,0,.5);
    }
    .chapterThumbContainer,
    .chapterThumbWrapper,
    .sliderBubble {
        border-radius: 12px !important;
    }
    h2.chapterThumbText {
        font-size: 1.7em;
        font-weight: 450;
        padding: .15em 0;
    } 
    .chapterThumbText {
        font-size: 1.4em;
        padding: .15em 0;
    }
    .chapterThumbText-dim {
        opacity: 1;
    }

       
    ca2ju
    Offline

    Junior Member

    Posts: 19
    Threads: 5
    Joined: 2024 May
    Reputation: 0
    Country:Canada
    #4
    2024-11-18, 11:10 PM
    thank you guys !!!!!!
    Jellyfin 10.10.7 (natively installed)
    Ubuntu Server 24.04.2 LTS
    No dedicated GPU
    Main storage: 2x 4TB NVMe SSDs

    Jamestorn
    Offline

    Junior Member

    Posts: 10
    Threads: 0
    Joined: 2024 Nov
    Reputation: 0
    Country:United States
    #5
    2024-12-17, 06:32 AM (This post was last modified: 2024-12-17, 06:33 AM by Jamestorn. Edited 1 time in total.)
    Thanks for this guys. I only wanted the black bar gone. I still like to have the time stamp and the chapter number is nice too. This is the only line needed to remove the black bar.

    .chapterThumbTextContainer {
        background: rgba(0,0,0,0);
    }

    The last digit sets the transparency. 1 is solid black and 0 is clear.

    This is all my customization if you want to declutter a bit more

    Code:
    /* This removes (in order) tags, video file, audio type, studios and genres from displaying. It also removes the black bar when scrolling*/
    .itemTags {
        display: none !important;
    }
    .selectVideoContainer {
        display: none !important;
    }
    .selectAudioContainer {
        display: none !important;
    }
    .studiosGroup {
        display: none !important;
    }
    .genresGroup {
        display: none !important;
    }
    .chapterThumbTextContainer {
        background: rgba(0,0,0,0);
    }
    « 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