Screenshot-button on medion remotecontrol (1 Viewer)

babu

Portal Member
May 10, 2006
5
0
Germany
I´m very happy, that the screenshot-function is now available in Media portal, triggered by F11. It would be convenient, if the screenshot-button on the Medion-remote, which can be preselected, would work. Thanks for delivering such a great product. :D
 

smnnekho

Retired Team Member
  • Premium Supporter
  • February 6, 2006
    507
    7
    41
    Germany
    go to configuration -> Remote -> X10 --> medion model --> mapping

    then select medion x10 remote -> snapshot --> no condition

    and change "switch to last channel" to "take screenshot" with using the Action-Drop down list (text written in green on the right side)

    OR:

    go to ...\Team MediaPortal\MediaPortal\InputDeviceMappings\defaults\ and open the Medion X10.xml

    then search for this line:

    </button>
    <button name="Snapshot" code="157">
    <action layer="0" condition="*" conproperty="-1" command="ACTION" cmdproperty="111" />
    </button>


    and change the value 111 to 85:

    </button>
    <button name="Snapshot" code="157">
    <action layer="0" condition="*" conproperty="-1" command="ACTION" cmdproperty="85" />
    </button>


    ok, the second one is quite useless if the first one is working fine for you :D
     

    Users who are viewing this thread

    Top Bottom