I'd appreciate a pointer to where/how. Could not find anything relevant inside xbmc.kricker wrote:You may need to experiment with XBMC event server settings.
Thanks
I'd appreciate a pointer to where/how. Could not find anything relevant inside xbmc.kricker wrote:You may need to experiment with XBMC event server settings.
Go into settings/network/eventserverdbbd wrote:I'd appreciate a pointer to where/how. Could not find anything relevant inside xbmc.kricker wrote:You may need to experiment with XBMC event server settings.
Thanks
Aha, I didn't realise that! Think I got it now!kricker wrote:Putting the XBMC plugin in the startup items only enables the ability to use the plugin. To have the XBMC controls available at startup of EG, you need to have a macro that enables those controls at startup (most likely after the plugin in enabled).
If you have the MCE plugin activated to receive the commands from your remote, then EG should eat all the commands sent by the remote and allow to to map them to whatever you want them to do.Dark Helmet wrote:....In XBMC for xbox these buttons were "show, hide context menu", "OSD", "home screen" and "go back to previous menu". Here's a picture:
http://xbmc.org/wiki/?title=XBOX_DVD-Re ... l_Controls
It turns out that while "go back to previous menu" worked right out of the box (even without EG), the other three buttons are left and right mouse button and "info" (no idea what that button's supposed to do, it does the same as right mouse in EG).
Is it possible to use these buttons at all and if so how? Is it even possible to map other functions to "mouse actions" in xbmc or in EG? Is it possible to have other actions for buttons in an application specific way? Like mapping "OSD" to the left mouse button while xbmc is running but have it act "normal" when xbmc is closed? After all the mouse buttons are needed to work the way they're supposed to do in windows.
Another odd thing. I mapped a button to "OSD". This works while I'm playing videos, the same button does nothing while playing music. The OSD just won't show up. Strange. Can anyone confirm?
Thanks in advance, cheers.
I don't know what you mean by sending it to the eventserver. I used EG to appoint the "events" from to certain actions in the xbmc plugin of EG. I then start EG and XBMC and it works. I didn't touch anything in the settings of xbmc itself. The eventserver of xbmc is activated though.kricker wrote:I assume you are using the XBMC plugin to send the action to XBMC EventServer and not just keystrokes?
Bump...Anyone?nymart wrote:This action is available in XBMC but it's not mapped in EventGhost. Can someone tell me how to get it mapped if it's not a choice in the actions?
what action?nymart wrote:Bump...Anyone?nymart wrote:This action is available in XBMC but it's not mapped in EventGhost. Can someone tell me how to get it mapped if it's not a choice in the actions?
Sorry kricker...the one in my subject ShowDVDMenukricker wrote:what action?nymart wrote:Bump...Anyone?nymart wrote:This action is available in XBMC but it's not mapped in EventGhost. Can someone tell me how to get it mapped if it's not a choice in the actions?
ahhh okay. You can add it to the list of actions. Look in the EventGhost\plugins\XBMC folder. Open the __init__.py file in something like notepadd ++. Find the ACTIONS = ( section. You can add the action into that last. I believe the format is something like:nymart wrote:Sorry kricker...the one in my subject ShowDVDMenu
Thanks kricker, I'll give it a shot when I get home tonight...kricker wrote:ahhh okay. You can add it to the list of actions. Look in the EventGhost\plugins\XBMC folder. Open the __init__.py file in something like notepadd ++. Find the ACTIONS = ( section. You can add the action into that last. I believe the format is something like:nymart wrote:Sorry kricker...the one in my subject ShowDVDMenu
("EG Action Name", "Short description", "Long description", "XBMC action")
That being said the actions listed at http://xbmc.org/wiki/?title=Action_IDs shows the following:So it appears to not be functional yet but you can try and let us know if it does.
- Action-Description
showvideomenu-Show DVD menu (not implemented yet)
("VideoMenu", "DVD menu", "Show DVD menu", "showvideomenu")
Just set it up and it works PERFECTLY!!!! Thanks so much for the help krickernymart wrote:Thanks kricker, I'll give it a shot when I get home tonight...kricker wrote:ahhh okay. You can add it to the list of actions. Look in the EventGhost\plugins\XBMC folder. Open the __init__.py file in something like notepadd ++. Find the ACTIONS = ( section. You can add the action into that last. I believe the format is something like:nymart wrote:Sorry kricker...the one in my subject ShowDVDMenu
("EG Action Name", "Short description", "Long description", "XBMC action")
That being said the actions listed at http://xbmc.org/wiki/?title=Action_IDs shows the following:So it appears to not be functional yet but you can try and let us know if it does.
- Action-Description
showvideomenu-Show DVD menu (not implemented yet)
("VideoMenu", "DVD menu", "Show DVD menu", "showvideomenu")
I read some post on the xbmc forum that said it was implemented in 8.10 but I can't find it right now...