Hi,
in Configure->General->Keys the A-Key is assigned to switch the audio stream in fullscreen video playback.
This did not work, because the relevant method SwitchToNextLanguage() was not existant in g_player.cs. And therefore the call was commented out in GUIVideoFullscreen.cs.
Changed files:
g_player.cs
- added method SwitchToNextLanguage()
GUIVideoFullscreen.cs
- changed Action.ActionType.ACTION_NEXT_AUDIO: to call SwitchToNextLanguage() and display the language
C# files can be found on Sourceforge
Now you can press A in fullscreen playback to cycle through the audio streams in AVIs and DVDs.
Unfortunatly I did not managed to get this work with my Hauppauge Remote. I added the Action to the green button, but this does not seem to work. Perhaps mPod can take a look into this?
Happy stream switching.
Flip.
in Configure->General->Keys the A-Key is assigned to switch the audio stream in fullscreen video playback.
This did not work, because the relevant method SwitchToNextLanguage() was not existant in g_player.cs. And therefore the call was commented out in GUIVideoFullscreen.cs.
Changed files:
g_player.cs
- added method SwitchToNextLanguage()
GUIVideoFullscreen.cs
- changed Action.ActionType.ACTION_NEXT_AUDIO: to call SwitchToNextLanguage() and display the language
C# files can be found on Sourceforge
Now you can press A in fullscreen playback to cycle through the audio streams in AVIs and DVDs.
Unfortunatly I did not managed to get this work with my Hauppauge Remote. I added the Action to the green button, but this does not seem to work. Perhaps mPod can take a look into this?
Happy stream switching.
Flip.