Hello,
i have a little problem.
I control my MCC PC with mediola, an controlsystem which can control devices with IR, or with Networkcommands and home automation systems and so on.
I integrate a lots aof MCC commands from the wiki (
http://wiki.jriver.com/index.php/Media_Center_Core_Commands), but there are some commands which didnt work in network, so i have to send them over IR.
Playbackfunctions, navigation all work fine with MCC commands, but changing the view mode like theaterview, audioview, videoview and so on didnt work with the commands in the wiki, only with IR.
Then, i cant change any subtitle oder audiotrack on a video, i was trying the mcc commands in the wiki, but the only reaction is that the menu with the available subtitle oder audiotracks will shown, but i cant change them.
I try all these commands like
10053 MCC_SET_AUDIO_STREAM int nIndex (-1 toggles forward, -2 toggles backwards)
10052 MCC_SET_SUBTITLES int nIndex (-1 toggles forward, -2 toggles backwards)
(in mediola the lool like these for example <key id="Videostream Zurueck" code="Control/MCC?Command=10054,-2"/>)
or
28032 MCC_PLAYBACK_ENGINE_SET_SUBTITLES int nIndex (-1 toggles forward, -2 toggles backwards)
28033 MCC_PLAYBACK_ENGINE_SET_AUDIO_STREAM int nIndex (-1 toggles forward, -2 toggles backwards)
but no one does work. All commands only show the menu with available tracks and subtitles, but a cant change anything.
Navigate with arrowbuttons in the menu also didnt work.
Has anyone a solution for me which commands or enums did work?
Thanks for your help