Mapping extended buttons (1 Viewer)

Nicoolai

MP Donator
  • Premium Supporter
  • February 9, 2011
    84
    3
    42
    Denmark
    Home Country
    Denmark Denmark
    Hi,
    I'm having a hard time mapping keys on my remote, in mediaportal.
    I would like to change the Videos key, to goto Moving pictures, and I would like to add a key for TV Series.
    Is this not possible?

    I read an old forum post, where someone edited values in an xml file, in C:\ProgramData\Team MediaPortal\MediaPortal\InputDeviceMappings\, but my folder is empty.
     

    jameson_uk

    Retired Team Member
  • Premium Supporter
  • January 27, 2005
    7,258
    2,528
    Birmingham
    Home Country
    United Kingdom United Kingdom
    What type of remote is it? To remap buttons you go into the remote section in MP config and then go to the relevant remote tab and click the mappings button

    edit: no I lied... you want to open a plugin and these windows are not listed. Will explain how to fix when I get home
     

    jameson_uk

    Retired Team Member
  • Premium Supporter
  • January 27, 2005
    7,258
    2,528
    Birmingham
    Home Country
    United Kingdom United Kingdom
    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>
    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)
     

    Users who are viewing this thread

    Top Bottom