[solved] Channel up/down buttons not repeated when using HID input handler (1 Viewer)

Stéphane Lenclud

Retired Team Member
  • Premium Supporter
  • April 29, 2013
    2,576
    1,294
    Home Country
    Germany Germany
    Hi Stéphane,

    I don't have such a folder C:\ProgramData\Team MediaPortal\MediaPortal\InputDeviceMappings neither on the HTPC with MP1 nor on my other PC with MP1.

    I only have a folder C:\Program Files (x86)\Team MediaPortal\MediaPortal\defaults\InputDeviceMappings

    Is there anything wrong? Could it be the update from 1.12 to 1.13 deleted the folder C:\ProgramData\Team MediaPortal\MediaPortal\InputDeviceMappings ?


    Cheers

    Blue Max

    No nothing wrong, it just means you don't have a custom configuration.
     

    joEhSuper

    MP Donator
  • Premium Supporter
  • June 2, 2011
    1,012
    589
    Home Country
    Austria Austria
    Sorry @Stéphane Lenclud
    Where should I add repeat="true"
    This what I find in my Generic-HID.xml...


    Code:
            <button code="ChannelIncrement">
                <action layer="0" condition="FULLSCREEN" conproperty="TRUE" command="ACTION" cmdproperty="95" sound="cursor.wav" />
                <action layer="0" condition="WINDOW" conproperty="7701" command="ACTION" cmdproperty="9979" sound="cursor.wav" />
                <action layer="0" condition="WINDOW" conproperty="7700" command="ACTION" cmdproperty="9979" sound="cursor.wav" />
                <action layer="0" condition="WINDOW" conproperty="2007" command="ACTION" cmdproperty="31" sound="cursor.wav" />
                <action layer="0" condition="WINDOW" conproperty="1" command="ACTION" cmdproperty="95" sound="cursor.wav" />
                <action layer="0" condition="WINDOW" conproperty="602" command="ACTION" cmdproperty="95" sound="cursor.wav" />
                <action layer="0" condition="WINDOW" conproperty="3003" command="ACTION" cmdproperty="95" sound="cursor.wav" />
                <action layer="0" condition="*" conproperty="-1" command="ACTION" cmdproperty="5" sound="cursor.wav" />
            </button>
            <button code="ChannelDecrement">
                <action layer="0" condition="FULLSCREEN" conproperty="TRUE" command="ACTION" cmdproperty="94" sound="cursor.wav" />
                <action layer="0" condition="WINDOW" conproperty="7701" command="ACTION" cmdproperty="9980" sound="cursor.wav" />
                <action layer="0" condition="WINDOW" conproperty="7700" command="ACTION" cmdproperty="9980" sound="cursor.wav" />
                <action layer="0" condition="WINDOW" conproperty="2007" command="ACTION" cmdproperty="30" sound="cursor.wav" />
                <action layer="0" condition="WINDOW" conproperty="1" command="ACTION" cmdproperty="94" sound="cursor.wav" />
                <action layer="0" condition="WINDOW" conproperty="602" command="ACTION" cmdproperty="94" sound="cursor.wav" />
                <action layer="0" condition="WINDOW" conproperty="3003" command="ACTION" cmdproperty="94" sound="cursor.wav" />
                <action layer="0" condition="*" conproperty="-1" command="ACTION" cmdproperty="6" sound="cursor.wav" />
            </button>
    [DOUBLEPOST=1453752493][/DOUBLEPOST]
    Hi Stéphane,

    I don't have such a folder C:\ProgramData\Team MediaPortal\MediaPortal\InputDeviceMappings neither on the HTPC with MP1 nor on my other PC with MP1.

    I only have a folder C:\Program Files (x86)\Team MediaPortal\MediaPortal\defaults\InputDeviceMappings

    Is there anything wrong? Could it be the update from 1.12 to 1.13 deleted the folder C:\ProgramData\Team MediaPortal\MediaPortal\InputDeviceMappings ?


    Cheers

    Blue Max
    This file is being created by MP when you customize your Remote Mappings
    (MP Configuration --> remotes & Input devices --> HID --> Mapping)
     
    Last edited:

    BlueMax1916

    Super User
  • Team MediaPortal
  • Super User
  • January 29, 2007
    704
    125
    Home Country
    Germany Germany
    Thanks to you both. Still searching for the solution of the problem with the channel up/down kesy on my MCE remote.
     

    Stéphane Lenclud

    Retired Team Member
  • Premium Supporter
  • April 29, 2013
    2,576
    1,294
    Home Country
    Germany Germany
    Sorry @Stéphane Lenclud
    Where should I add repeat="true"
    This what I find in my Generic-HID.xml...


    Code:
            <button code="ChannelIncrement">
                <action layer="0" condition="FULLSCREEN" conproperty="TRUE" command="ACTION" cmdproperty="95" sound="cursor.wav" />
                <action layer="0" condition="WINDOW" conproperty="7701" command="ACTION" cmdproperty="9979" sound="cursor.wav" />
                <action layer="0" condition="WINDOW" conproperty="7700" command="ACTION" cmdproperty="9979" sound="cursor.wav" />
                <action layer="0" condition="WINDOW" conproperty="2007" command="ACTION" cmdproperty="31" sound="cursor.wav" />
                <action layer="0" condition="WINDOW" conproperty="1" command="ACTION" cmdproperty="95" sound="cursor.wav" />
                <action layer="0" condition="WINDOW" conproperty="602" command="ACTION" cmdproperty="95" sound="cursor.wav" />
                <action layer="0" condition="WINDOW" conproperty="3003" command="ACTION" cmdproperty="95" sound="cursor.wav" />
                <action layer="0" condition="*" conproperty="-1" command="ACTION" cmdproperty="5" sound="cursor.wav" />
            </button>
            <button code="ChannelDecrement">
                <action layer="0" condition="FULLSCREEN" conproperty="TRUE" command="ACTION" cmdproperty="94" sound="cursor.wav" />
                <action layer="0" condition="WINDOW" conproperty="7701" command="ACTION" cmdproperty="9980" sound="cursor.wav" />
                <action layer="0" condition="WINDOW" conproperty="7700" command="ACTION" cmdproperty="9980" sound="cursor.wav" />
                <action layer="0" condition="WINDOW" conproperty="2007" command="ACTION" cmdproperty="30" sound="cursor.wav" />
                <action layer="0" condition="WINDOW" conproperty="1" command="ACTION" cmdproperty="94" sound="cursor.wav" />
                <action layer="0" condition="WINDOW" conproperty="602" command="ACTION" cmdproperty="94" sound="cursor.wav" />
                <action layer="0" condition="WINDOW" conproperty="3003" command="ACTION" cmdproperty="94" sound="cursor.wav" />
                <action layer="0" condition="*" conproperty="-1" command="ACTION" cmdproperty="6" sound="cursor.wav" />
            </button>
    [DOUBLEPOST=1453752493][/DOUBLEPOST]
    This file is being created by MP when you customize your Remote Mappings
    (MP Configuration --> remotes & Input devices --> HID --> Mapping)
    Check your channel buttons in the default xml.
     

    Stéphane Lenclud

    Retired Team Member
  • Premium Supporter
  • April 29, 2013
    2,576
    1,294
    Home Country
    Germany Germany
    @Testers could anyone validate that for me?
    Customize HID mapping and check that channel up down still repeats?
     

    Users who are viewing this thread

    Top Bottom