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

Default audio stream doesn't match selected site #19

Open
fgustafsson opened this issue Mar 29, 2018 · 6 comments
Open

Default audio stream doesn't match selected site #19

fgustafsson opened this issue Mar 29, 2018 · 6 comments

Comments

@fgustafsson
Copy link

As per the title, the Viaplay addon serves me the Danish audio track where it is supposed to serve a Swedish, e.g. children's shows. Subtitles behave as expected, as are English language shows doing. It is reliable across different titles.

Latest version, reinstalling does not change anything, nor changing addon preferences. Viaplay in browser does not behave this way.

I put on debug logs and checked them, but couldn't find anything relating to audio stream language, only site (viaplay.se in this case). Will of course upload if required.

Thank you!

@emilsvennesson
Copy link
Owner

Hi @fgustafsson!

You can set the default audio language in the Kodi settings. Player -> Language -> Preferred audio language

@fgustafsson
Copy link
Author

.. and that probably only includes English, since I have not touched that setting. There will certainly not be any Danish involved.

Thank you, @emilsvennesson , I will check if that helps asap.

@fgustafsson
Copy link
Author

Sorry for the late reply, Easter holidays got in the way. Indeed default audio language was set to "original stream" (or whatever that is called in English), and changing that to Swedish produced the desired results. You can close this if you like, but may I take the opportunity to suggest that unless default audio language is set (which is a feature for the addon, of course), the fallback should be the standard language of the selected site. That would probably be the expected desire for most users, while not getting in the way of customization options. E.g. When default audio is set to "Original stream" and Site to "viaplay.se", fall back to Swedish audio, when default audio is something else, respect that wish.

@emilsvennesson
Copy link
Owner

@fgustafsson Agreed, but this is easier said than done. Once the stream has been resolved from the add-on, it's basically in the hands of Kodi. The reason you can customize subtitles is because they're supplied externally and not included in the stream.

It might be possible to subclass xbmc.Player and change audio stream that way, but that's a bit of a workaround. I'm leaving this issue open for now because it would definitely be an enhancement.

@emilsvennesson emilsvennesson changed the title Danish audio track from swedish site version Audio doesn't match selected site Apr 11, 2018
@emilsvennesson emilsvennesson changed the title Audio doesn't match selected site Default audio stream doesn't match selected site Apr 11, 2018
@phalax
Copy link

phalax commented Jun 22, 2018

Thank you for the System settings tip. This was a real annoyance. 😉

@woj76
Copy link

woj76 commented Mar 26, 2019

Same here (thanks!), I was about to report a bug when I had to cancel watching a kids movie because of this issue ;)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants