Reply to thread

OK using the MCE remote copy Microsoft MCE.xml from

C:\Program Files (x86)\Team MediaPortal\MediaPortal\defaults\InputDeviceMappings

to

C:\ProgramData\Team MediaPortal\MediaPortal\InputDeviceMappings


(this is Win7 x64 so adjust for XP / Win 7 32 bit but you do not have system spec showing)


look for

[code]        <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="6" sound="click.wav" />

        </button>[/code]

and update change cmdproperty="6" in the last line to cmdproperty="96742" and that will get your video button to open moving pictures (TV series is 9811)


Top Bottom