| Sponsored Ads |
|
|||||||
| MediaPortal 1 Talk General talk regarding our HTPC-software MediaPortal 1 takes place here. |
![]() |
|
|
LinkBack | Thread Tools | Display Modes |
|
|
#51 (permalink) | ||
|
MP Donator
![]() |
With Autohotkey.
Quote:
Quote:
-level20peon
__________________
some of my [HowTo] guides Backup your TV-Server configuration (advanced) Backup your MediaPortal configuration WebEPG (XMLTV) configuration most annoying bugs TV + 7 or more audio channels = lockup DVD + seek = lockup |
||
|
|
|
|
|
#53 (permalink) |
|
Portal Member
Join Date: Nov 2005
Posts: 28
Thanks: 0
Thanked 0 Times in 0 Posts
|
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 |
|
|
|
|
|
#54 (permalink) |
|
MP Donator
![]() |
I have described the setup procedure as detailed as possible in this thread... what exactly is your problem ?
-level20peon
__________________
some of my [HowTo] guides Backup your TV-Server configuration (advanced) Backup your MediaPortal configuration WebEPG (XMLTV) configuration most annoying bugs TV + 7 or more audio channels = lockup DVD + seek = lockup |
|
|
|
|
|
#55 (permalink) | |
|
Portal Member
Join Date: May 2008
Posts: 10
Thanks: 0
Thanked 0 Times in 0 Posts
|
Quote:
|
|
|
|
|
|
|
#56 (permalink) |
|
MP Donator
![]() |
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
__________________
some of my [HowTo] guides Backup your TV-Server configuration (advanced) Backup your MediaPortal configuration WebEPG (XMLTV) configuration most annoying bugs TV + 7 or more audio channels = lockup DVD + seek = lockup |
|
|
|
|
|
#58 (permalink) |
|
Portal Member
Join Date: May 2008
Posts: 10
Thanks: 0
Thanked 0 Times in 0 Posts
|
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.
|
|
|
|
|
|
#59 (permalink) |
|
MP Donator
![]() |
Works fine here with RC1.
-level20peon
__________________
some of my [HowTo] guides Backup your TV-Server configuration (advanced) Backup your MediaPortal configuration WebEPG (XMLTV) configuration most annoying bugs TV + 7 or more audio channels = lockup DVD + seek = lockup |
|
|
|
![]() |
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Is this Remote/Keyboard Supported? | spiked | Hardware Selection Help | 2 | 2007-08-13 15:36 |
| Gyration GP2000-01 RF MCE remote supported? | jmphx | General Support | 2 | 2006-11-18 22:47 |
| Gyration Go 2.4 und MP? | Bonebasser | Hardware | 0 | 2006-10-30 08:14 |
| AVerTV Purity 3D MCE 250 supported? | fasteddie | General Support | 0 | 2006-10-25 20:38 |
| I this remote currently supported? | Nirious | General Support | 3 | 2006-02-20 20:36 |