• 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 Focusable web player controls

     
    • 0 Vote(s) - 0 Average

    Focusable web player controls

    Have web player controls selectable without a mouse
    arc.
    Offline

    Junior Member

    Posts: 10
    Threads: 2
    Joined: 2024 Dec
    Reputation: 0
    Country:United Kingdom
    #1
    2024-12-24, 11:19 AM (This post was last modified: 2024-12-24, 12:11 PM by arc.. Edited 1 time in total.)
    Hi,

    Is it possible to have the web client player controls (e.g. play/pause) be focusable like tabindex?

    Someone from my household can only use eye tracking to interact with their PC and I would like them to be able to use Jellyfin. I'm already 99% of the way there: the only thing they can't do is interact with the media player. The eye tracking software (TD Control) only runs on a web client, so Jellyfin on a Chromium browser is the only option. The tracking software appears to only offer focusable objects as an option for the user to select, hence my question.
    Ted Hinklater
    Offline

    Member

    Posts: 149
    Threads: 8
    Joined: 2023 Nov
    Reputation: 22
    Country:United Kingdom
    #2
    2024-12-24, 12:40 PM
    if you go to Settings > Display > Display Mode and change it to TV, does it make it focusable then?
    arc.
    Offline

    Junior Member

    Posts: 10
    Threads: 2
    Joined: 2024 Dec
    Reputation: 0
    Country:United Kingdom
    #3
    2024-12-24, 05:29 PM
    Perfect! That solved my problem. Thank you very much, Ted.

    For future reference in case anyone is interested: by setting the display mode to TV and adding the following custom CSS (though it could do with some work) to prevent the controls disappearing (Original source: Zedt.eu), the controls should be accessible to people with Tobii eye tracking products:

    /* permanently show player controls */
    .osdHeader:hover,
    .videoOsdBottom:hover {
        opacity: 1 !important;
    }

    .osdHeader,
    .videoOsdBottom {
        opacity: 1 !important;
    }
    /* fix for player controls overlapping 'next video' panel */
    .upNextContainer {
      z-index: 5;
    }
    « 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