Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Integrated player: Duration / Runtime seems to be taken from metadata instead of the actual data #585

Closed
1 of 3 tasks
rluetzner opened this issue Dec 8, 2021 · 2 comments
Labels
bug Something isn't working

Comments

@rluetzner
Copy link

Describe the bug

  1. Add two different versions of a movie (having different runtimes).
  2. Play both versions and check the runtime. Both runtimes should be equal, so one of them is off.

The only explanation I can think of is that the runtime is not actually determined by the data, but from the metadata instead.

This only happens with the integrated player. The web player and any external players are fine. When seeking, this will also cause issues as the progress is not mapped accurately to the actual position in the stream.

Logs

No response

Application version

2.4.2

Where did you install the app from?

F-Droid

Device information

Realms 7

Android version

Android 11

Jellyfin server version

10.7.7

Which video player implementations does this bug apply to?

  • Web player (default)
  • Integrated player (ExoPlayer)
  • External player (VLC, mpv, MX Player)
@rluetzner rluetzner added the bug Something isn't working label Dec 8, 2021
@Maxr1998
Copy link
Member

Maxr1998 commented Apr 4, 2022

@mingyech that seems to be the case. I thought I had handled the multiple versions in the integrated player, but it's possible that I broke them again.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants
@Maxr1998 @rluetzner and others