You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
i have some problems to play the correct audio format video on movies with multiple audio streams. CE selects the wrong audio stream and thats because the wrong audio format video is played.
CE extracts the audio codec information from the first stream found in the movie.
If "Default Audio Language" is set, XBMC looks at all the audio streams in a video and if there is one of the "Default Audio Language" it chooses that.
If there is more than one stream with the default audio language it chooses the one with the most number of channels / best codec if same number of channels.
If none found with "Default Audio Language" revert to what dvdplayer does already.
I don't know if it is possible to get the preferred audio stream settings via jsonRPC to reproduce the same logic.
Looking forward to positive response from you :-)
The text was updated successfully, but these errors were encountered:
Hi,
i have some problems to play the correct audio format video on movies with multiple audio streams. CE selects the wrong audio stream and thats because the wrong audio format video is played.
CE extracts the audio codec information from the first stream found in the movie.
script.cinema.experience/ resources/lib/ce_playlist.py
As noted in the following post http://forum.kodi.tv/showthread.php?tid=105362 there should be some magic to select the right audio stream.
I don't know if it is possible to get the preferred audio stream settings via jsonRPC to reproduce the same logic.
Looking forward to positive response from you :-)
The text was updated successfully, but these errors were encountered: