Gyration MCE Remote Supported (1 Viewer)

level20peon

MP Donator
  • Premium Supporter
  • January 4, 2007
    1,082
    102
    44
    Aachen
    Home Country
    Germany Germany
    How do you supress the Power button???

    With Autohotkey.


    also, has anyone been able to detect long keypresses in Eventghost with this remote??

    What do you mean ? I can press and hold the volume down button for example and the volume goes all the way from 100% to 0%.


    That might look like a dumb question, but i just discovered the remote through a friend that works for gyration. Can the HID plugin for evenghost allow special movements done with the remote to be mapped to an action?

    There are no stupid questions. However, I am not aware of a function like this.


    -level20peon
     

    esajesa

    Portal Member
    November 14, 2005
    28
    0
    Hi!

    thanks for the answers!

    With long keypress I mean eg holding the Green button for say 5 secs.. Volume up and down is a repeat function. Eventghost has functionality for this, but I haven't gotten it to work with my Gyration remote.

    thanks,
    Jens
     

    level20peon

    MP Donator
  • Premium Supporter
  • January 4, 2007
    1,082
    102
    44
    Aachen
    Home Country
    Germany Germany
    Code:
    #NoTrayIcon
    #SingleInstance force
    
    OnMessage(0x218, "WM_POWERBROADCAST")
     
    WM_POWERBROADCAST(wParam, lParam)
        {
        If wParam=0
            {
    	Process, Exist, MediaPortal.exe
    	If ( errorlevel > 0 )
    ;		Process, Close, MediaPortal.exe
    		Send, !{F4}
    	Else
    		Run, "C:\Programme\Team MediaPortal\RC.exe"
            Return  0x424D5144
            }
        Else
            Return
        }


    -level20peon
     

    ObiYawn

    Portal Member
    May 4, 2008
    10
    0
    Has anyone had any success with the MyKeys plugin that was mentioned on the first page of this thread? It's not working for me with the 1.0 RC1 version of MediaPortal. I dropped it into the correct plugin folder, activated it in the configuration dialog, but none of the key actions, even when using the keyboard, translate into a direct jump to Videos, Pictures etc.
     

    ObiYawn

    Portal Member
    May 4, 2008
    10
    0
    Thanks -- will have another look tonight. Perhaps I am accidentally intercepting the key actions through AutoHotKey.
     

    Users who are viewing this thread

    Similar threads

    MP1 MP2 TVGuide Users DE
    Greetings Fellow MP'rs. Does anyone out there use tvguide.com to access TV listings..? :unsure: If so, can you advise on how it is set up for use with MediaPortal..? I havebeen using Zap2XML / GraceNote but that just died (for me alone seemingly) and I am out of listings. :( Would appreciate any help - Thanks.
    Greetings Fellow MP'rs. Does anyone out there use tvguide.com to access TV listings..? :unsure: If so, can you advise on how it...
    Greetings Fellow MP'rs. Does anyone out there use tvguide.com to access TV listings..? :unsure: If so, can you advise on how it...
    Replies
    0
    Views
    756
    4.5 is really old. I'm not sure 4.5.5 even is a version that actually existed. You should be able to install .NET Framework 4.8.0 on Windows 7 SP1
    4.5 is really old. I'm not sure 4.5.5 even is a version that actually existed. You should be able to install .NET Framework 4.8.0...
    My TV PC is more a cast-off on older hardware (a 'Quiet PC' i5 4690, 16GB ram, 2xSSD 1xHDD, system graphics), mainly as a cheap way...
    Replies
    5
    Views
    2K
    Are the media/video folders on the Mint host?
    Are the media/video folders on the Mint host?
    I've used Mediaportal for years on a Windows Host with restricted online-access. Lately I reinstalled...
    Replies
    1
    Views
    1K
    I have an Antec Fusion Remote case with LCD display. Sorry I don't know the driver version, I have to check. But I installed the latest one for Windows 8.1.
    I have an Antec Fusion Remote case with LCD display. Sorry I don't know the driver version, I have to check. But I installed the...
    Good evening, HELP! I have an old installation because I have a family member who relies on the MiniDisplay plug in. It is...
    Replies
    6
    Views
    2K
    I don't know about MP2 but as you said you tried MP1 too, how is the MP music config ? MP(1) will only use LAV if you select "Internal DirectShow player" as music output, but then you lose gapless playback. If you you don't have multichannel music you can choose WASAPI as the output and set the number of speakers to stereo. I have...
    I don't know about MP2 but as you said you tried MP1 too, how is the MP music config ? MP(1) will only use LAV if you select...
    Not sure if this a a bug/config/settings problem. I am running a media portal 2.5 server with 2.41 client but it seems I get the...
    Replies
    1
    Views
    653
    Top Bottom