Gyration MCE Remote Supported (2 Viewers)

level20peon

MP Donator
  • Premium Supporter
  • January 4, 2007
    1,082
    102
    43
    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
    43
    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

    Ran into this problem following an otherwise sucessful upgrade from MP 1.34 x64 to MP 1.35 x64 the CEC Remote plugin which I use just to control volume and standby, will no longer put my devices (TV & AVR) to sleep when the HTPC is put in standby. Also when I wake up the HTPC MP closes or crashes (not sure which) as per the example in...
    Ran into this problem following an otherwise sucessful upgrade from MP 1.34 x64 to MP 1.35 x64 the CEC Remote plugin which I use...
    Ran into this problem following an otherwise sucessful upgrade from MP 1.34 x64 to MP 1.35 x64 the CEC Remote plugin which I use...
    Replies
    0
    Views
    404
    If you remember, I wrote about it when tests because of x86/x64 problems
    If you remember, I wrote about it when tests because of x86/x64 problems
    Hia all, So, decided to setup a new client instance and getting fed-up with the tonne of bloatware and cr*p that comes with...
    Replies
    9
    Views
    872
    Ok, so perhaps a solution, but not the "right" solution. On the client, within media portal configuration, under TV settings, advanced options, I switched to UNC paths instead of the default RSS, and it's working very well. Sure I had to figure out the paths, but no big deal. Maybe helpful for someone in the future. Thanks for the...
    Ok, so perhaps a solution, but not the "right" solution. On the client, within media portal configuration, under TV settings...
    Hi folks. I have an issue with a new install/integration into my mediaportal system. I have a “mediaportal server” which has the TV...
    Replies
    5
    Views
    510
    Does anyone else have problem with long (several hours) pauses of TV broadcasts? If I pause and forget, I can still resume TV the next day, but if I try to change channel or stop, MP freezes. Only way to fix is to restart both MP and TV Service. Sometimes I need to restart PC It seems that TVServer cannot proprtly handle large...
    Does anyone else have problem with long (several hours) pauses of TV broadcasts? If I pause and forget, I can still resume TV the...
    Does anyone else have problem with long (several hours) pauses of TV broadcasts? If I pause and forget, I can still resume TV the...
    Replies
    0
    Views
    388
    MP1 MP2 1.31.0 Cannot view Changelog anymore DE
    Hi all, I don't frequently update my MediaPortal and before seeing if it's really useful I used to browse the Changelog to determine if this update is necessary for my system or not. Today I wanted to check the Changelog for version 1.34 (1.31 installed on my system) and I was asked for a “Jira” login. I tried to use the same one as...
    Hi all, I don't frequently update my MediaPortal and before seeing if it's really useful I used to browse the Changelog to...
    Hi all, I don't frequently update my MediaPortal and before seeing if it's really useful I used to browse the Changelog to...
    Replies
    0
    Views
    422
    Top Bottom