Gyration MCE Remote Supported (3 Viewers)

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

    Sorted, it is a Rating flag that I have never seen before, silly me !! Cheers Tony
    Sorted, it is a Rating flag that I have never seen before, silly me !! Cheers Tony
    I have just done a clean install of v1.36. Current setup Media Portal 1.36 Titan skin (only classic home) TV Series 4.5.1.737...
    Replies
    1
    Views
    293
    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
    1K
    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
    MP1 MP2 MP Shutting down DE
    I got a similar error yesterday just when a watched episode ended... Didn't copy the logs unfortunately but now i'm in a weird situation. Trakt website shows that episode as watched, but in onlinevideos (where i watched that episode) it still is not flagged as watched. The watched.json doesn't contain that episode but i think it...
    I got a similar error yesterday just when a watched episode ended... Didn't copy the logs unfortunately but now i'm in a weird...
    I have an issue that started in 1.37 and so I updated to 1.38 and updated all my installed plugins but the issue has continued. My...
    Replies
    6
    Views
    647
    Thankyou High_Five, that worked perfectly, I now remember doing that 10 years ago, thanks for jogging my old memory. Cheers Tony
    Thankyou High_Five, that worked perfectly, I now remember doing that 10 years ago, thanks for jogging my old memory. Cheers Tony
    Hi everyone, I have been using it For 16 years now (from V1.1.1) and it has worked flawlessly. I only use TV Series and Moving...
    Replies
    2
    Views
    354
    Top Bottom