• 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 Is it possible to change the ui fade time in the web player on windows

     
    • 0 Vote(s) - 0 Average

    Is it possible to change the ui fade time in the web player on windows

    AwesomeQuest
    Offline

    Junior Member

    Posts: 1
    Threads: 1
    Joined: 2024 Sep
    Reputation: 0
    #1
    2024-09-12, 08:58 PM
    I saw a reddit post where the ui fade timer was changed by editing a videoosd.js file inside a docker image that was running Jellyfin. But as far as I can tell this file doesn't exist in the windows installation.

    Is this possible in the windows version? I find the fade time to be much too long.
    4n8
    Offline

    Junior Member

    Posts: 1
    Threads: 0
    Joined: 2025 Jan
    Reputation: 0
    #2
    2025-01-11, 09:17 PM
    This is mega scuffed but I use this JS in my browser


    (function() {
    const originalSetTimeout = window.setTimeout;
    const targetDelay = 3000;
    const newDelay = 500;

    window.setTimeout = function(func, delay) {
    if (delay === targetDelay) {
    return originalSetTimeout(func, newDelay);
    }
    return originalSetTimeout(func, delay);
    };
    })();
    « 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