PDA

View Full Version : How to switch audio channels...


stefor
2005-02-26, 12:57
hi everybody.
here is my problem: i would like to switch between audio channels while i am watching a bivx or mkv just by pressing a remote control key. for instance, i am watching a mkv in fullscreen, and i want to go from the first audio language (let say english) to the second one (french for exemple) just by pressing a key on my remote control (i am lazy and i do not want to go into the osd to select the proper audio channel).

i have found in the key.h file the action nb 56 which seems to do what i would like to have :
#define action_audio_next_language * *56 // select next language in movie. can b used in videofullscreen.xml window id=2005
so in my dear keymap.xml file i have just put the action id 56 with a working remotecode from my remote control into the fullscreen video section. here is the result:
...
<window>
*<description>fullscreen video specific actions</description>
*<id>2005</id>
*<action>
* *<description>audio next language</description>
* *<id>56</id>
* *<remote></remote>
* *<remotecode>176</remotecode>
* *<keyboard></keyboard>
*</action>
...
but unfortunately it does not work at all. *http://www.xboxmediaplayer.de/forums/non-cgi/emoticons/cry.gif

is there somebody who knows what i am doing wrong or if there is another way to do ? *:sniffle: