Giter Club home page Giter Club logo

Comments (8)

iwalton3 avatar iwalton3 commented on May 18, 2024

To clarify the current implementation, the application only uses jellyfin-web keyboard shortcuts. The keyboard.json is currently unused.

TV mode should not disable mouse input. TV mode is enabled through the web app and not through any config files or command line arguments. However it is important to note that TV mode was broken in a regression in the most recent release. This has already been fixed in master and will be in the next release. (It will additionally include support for some media keys and remote control devices.)

It is unlikely that TV mode would fix the audio delay settings. Audio delay support has not been implemented, either in this player, or to my knowledge, in jellyfin-web. I did implement subtitle delay offsets, however they appear to be broken. I have fixed it and it will be fixed in the next release.

from jellyfin-media-player.

gggirlgeek avatar gggirlgeek commented on May 18, 2024

Oh wow! No audio delay control? This is a deal breaker for me. For some reason most of my videos play out of sync with all Jellyfin clients. It's surprising how distracting it can be. I've been seeing it on Youtube randomly too. I wonder if it's me?

from jellyfin-media-player.

iwalton3 avatar iwalton3 commented on May 18, 2024

There isn't support for adjusting this per-video like subtitles. If you need to adjust the audio delay across all videos, you can do so with the mpv.conf. (Use the audio-delay option.)

Maybe this sync option could help? It was inherited from Plex Media Player.
image

from jellyfin-media-player.

TheTyrius avatar TheTyrius commented on May 18, 2024

If you need to adjust the audio delay across all videos, you can do so with the mpv.conf. (Use the audio-delay option.)

I can't seem to make that work. I created an mpv.conf alongside the jellyfinmediaplayer.conf, with audio-delay=0.2 (I tried multiple values), but didn't observe any effect. Do you have an idea what I might do wrong?

from jellyfin-media-player.

TheTyrius avatar TheTyrius commented on May 18, 2024

As mentioned in the other issue, I suspect the audio-delay option in the mpv.conf is overridden later, I guess that happens here:

mpv::qt::set_property(m_mpv, "audio-delay", (fixedDelay + m_playbackAudioDelay) / 1000.0);

I then tried setting delays for the various settings-keys (normal/24/25/...) in jellyfinmediaplayer.conf and it worked. Just be aware that while the mpv audio-delay setting is based on seconds, the jellyfin setting is done in milliseconds and divided by 1000 in above line :)

from jellyfin-media-player.

dephcon avatar dephcon commented on May 18, 2024

I'm seeing similar issues with v1.71 with navigation shortcuts. J and K work just fine for rewind/fastforward as per jellyfin-web but the right and left keys do not work for the same function, unlike jelylfin-web.

when watching a video and the playback interface is hidden, if you press left or right it just brings up the ui and you need to navigate to fwd/rwd icons and press enter to perform the action.

from jellyfin-media-player.

sevenrats avatar sevenrats commented on May 18, 2024

What is the status of this issue? I'd like to close it as it is ambiguous and very old.

from jellyfin-media-player.

sevenrats avatar sevenrats commented on May 18, 2024

Im closing this issue in a week if we can't get a recent confirmation.

from jellyfin-media-player.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.