How can I map MyVideos and MyMusic button on MCE remote to plugins? (1 Viewer)

svortevik

Portal Pro
February 15, 2008
94
1
Is there a way to change what Mediaportal does when I press the MyVideos on my MCE Remote?

I want it to take me to the MovingPicture plugin, and not to the regular video section for Mediaportal.

I also want to map buttons to Radio and TvSeries if it is possible.
 

svortevik

Portal Pro
February 15, 2008
94
1
I figured it out. For anyone else that wants to get this done here is what I did:

Locate the Microsoft MCE.xml and open it in notepad

Code:
<button name="My Pictures" code="73">
            <action layer="0" condition="*" conproperty="-1" command="WINDOW" cmdproperty="9811" sound="click.wav" />
        </button>
        <button name="My Videos" code="74">
            <action layer="0" condition="WINDOW" conproperty="6" command="ACTION" cmdproperty="18" sound="click.wav" />
            <action layer="0" condition="WINDOW" conproperty="2005" command="ACTION" cmdproperty="18" sound="click.wav" />
            <action layer="0" condition="*" conproperty="-1" command="WINDOW" cmdproperty="96742" sound="click.wav" />
        </button>

This will make the MyPicture button open TV Series plugin, and MyVideo button open MovingPicture.

The only downside here is that i resets when ever I enter the Remote configuration, so be sure to do that first.
 

Users who are viewing this thread

Top Bottom