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

[Bug] Default audio track is not the original one #5157

Open
ildoc opened this issue Jan 24, 2025 · 4 comments
Open

[Bug] Default audio track is not the original one #5157

ildoc opened this issue Jan 24, 2025 · 4 comments
Labels
bug Something isn't working

Comments

@ildoc
Copy link

ildoc commented Jan 24, 2025

Follow up of #2007

The PR should've already set the original audio track as the default one
#2007 (comment)

Describe the bug
default audio track is not the original one

Steps to Reproduce

  1. Go to /watch?v=QRwMmw7a0VQ (video chosen just as example, not any affiliation or intent to advertise)
  2. Click on play
  3. the video is played in english while the original audio track is in italian

Additional context
invidious version: 2025.01.22-164d764

@ildoc ildoc added the bug Something isn't working label Jan 24, 2025
@compilenix
Copy link

I just updated from quay.io/invidious/invidious:latest (2024.11.10-5d2dd40) to quay.io/invidious/invidious:master (2025.01.22-164d764). Audio track switching in 2025.01.22-164d764 works as expected.

In both versions the English audio track is playing by default.

@syeopite

This comment has been minimized.

@ildoc
Copy link
Author

ildoc commented Jan 27, 2025

in newpipe, the default track is the original one though

maybe they parse the displayName looking for "original" (I guess, I don't really know)

@syeopite
Copy link
Member

Apparently YouTube does provide information on which tracks are dubbed and which are the original variants. It is harder to access though.

Invidious current logic isn't really built for parsing the extra data required to differentiate between original and dubbed tracks in a clean and performant unfortunately.

The fix for this issue will likely have to wait until #3620 is merged

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