• 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 White bars on the playback line in Video player of browser

     
    • 0 Vote(s) - 0 Average

    White bars on the playback line in Video player of browser

    deep_space
    Offline

    Junior Member

    Posts: 2
    Threads: 1
    Joined: 2024 Jul
    Reputation: 0
    Country:India
    #1
    2024-07-29, 02:47 AM
    What are these white bars on the playback line(or video timeline)? This is being played on browser
    [Image: image.png]
    Efficient_Good_5784
    Offline

    Community Moderator

    Posts: 1,173
    Threads: 3
    Joined: 2023 Jun
    Reputation: 50
    #2
    2024-07-29, 02:54 AM
    Those are chapter markers. They are placed wherever a chapter is indicated by your file's chapter file.
    If you look at the very beginning of your screenshot, you can see they turn blue by default when you go past a chapter (watched).

    If you want to hide them, add this to your custom CSS:

    Code:
    .sliderMarker.unwatched,
    .sliderMarker.watched {
      display: none;
    }
    deep_space
    Offline

    Junior Member

    Posts: 2
    Threads: 1
    Joined: 2024 Jul
    Reputation: 0
    Country:India
    #3
    2024-07-29, 11:31 AM
    (2024-07-29, 02:54 AM)Efficient_Good_5784 Wrote: Those are chapter markers. They are placed wherever a chapter is indicated by your file's chapter file.
    If you look at the very beginning of your screenshot, you can see they turn blue by default when you go past a chapter (watched).

    If you want to hide them, add this to your custom CSS:

    Code:
    .sliderMarker.unwatched,
    .sliderMarker.watched {
      display: none;
    }

    Oh thanks :)
    « 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