• 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

    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)


    Messages In This Thread
    Trickplay Black Bar Issue - by ca2ju - 2024-11-08, 02:45 AM
    RE: Trickplay Black Bar Issue - by theguymadmax - 2024-11-08, 04:12 AM
    RE: Trickplay Black Bar Issue - by Efficient_Good_5784 - 2024-11-08, 07:18 AM
    RE: Trickplay Black Bar Issue - by ca2ju - 2024-11-18, 11:10 PM
    RE: Trickplay Black Bar Issue - by Jamestorn - 2024-12-17, 06:32 AM

    • 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