Re: Support for XBMC2 plugin (formerly XBMCRepeat)
Posted: Tue Aug 07, 2012 5:07 pm
Windows Server 2008 R2 (64-bit)
Event Ghost 0.4.1.r1572
XBMC2 Plug-in
USB-UIRT Plug-in
Event Ghost 0.4.1.r1572
XBMC2 Plug-in
USB-UIRT Plug-in
Support Forum
http://www.eventghost.net:80/forum/
I meant your EventGhost config file (.xml). With all your EventGhost settings.KeithB wrote:Windows Server 2008 R2 (64-bit)
Event Ghost 0.4.1.r1572
XBMC2 Plug-in
USB-UIRT Plug-in
OK, in folder Context folder\Keyboard emulation there is a macro Power -> Alt+F4. You need to disable/change/delete it.KeithB wrote:Is it normal for EG to shutdown/close itself when the Power button on the MCE remote is pressed?
Thank you VERY MUCH!!jonib wrote:OK, in folder Context folder\Keyboard emulation there is a macro Power -> Alt+F4. You need to disable/change/delete it.KeithB wrote:Is it normal for EG to shutdown/close itself when the Power button on the MCE remote is pressed?
Edit: You should disable the Keyboard emulation folder when ever you are controlling XBMC or other programs you are going to use the same buttons on.
It's a good idea to disable any macros you don't use.
jonib
Thanks for reporting. Unfortunately that error don't tell me anything. If you get this error again please activate "Log raw events from XBMC" in the XBMC2 plugin settings. Hopefully I will work on the plugin soon, then I will make the error a bit more useful.blaher wrote:I'm using version 0.6.3e, which as far as I can tell is the latest beta, and I just got the following error:
Error: JSON-RPC event (<type 'exceptions.KeyError'>, KeyError('item',), <traceback object at 0x04699058>)
Hope that helps. Restarting XBMC seems to fix it.
Cheers, I have done that now.jonib wrote:Thanks for reporting. Unfortunately that error don't tell me anything. If you get this error again please activate "Log raw events from XBMC" in the XBMC2 plugin settings. Hopefully I will work on the plugin soon, then I will make the error a bit more useful.
I'm using Eden version 11.What version of XBMC are you using and ware you doing anything specific when you got that error?
Any news regarding pause Live TV?jonib wrote:Thanks, and damn soon it's three years when I started to work on the plugin.spitz66 wrote:Thanks for a great plugin! I've used it for a couple of years now and it works really well.
Sorry didn't see any pause related new action. I'll check if I can find other missing actions and hopefully get the PVR functionality to work to test. But don't know when.A question regarding the PVR actions added, did you add an action for "pause"? I don't know what action XBMC use in the OSD for Live TV to pause.Just overwrite the plugin in Plugins\XBMCRepeat dir, and you will probably need to change the GUID in your EventGhost config, look here.Another maybe silly question is if there's an easy way to update your plugin so that I don't have to copy all my events to a new tree?
I'm for the moment using v0.6.3...
jonib
I wasn't able to get XBMCPVR working with my MythTV back-end when I tested a while ago, so wasn't able to test what was needed.spitz66 wrote:Any news regarding pause Live TV?
Code: Select all
<?xml version="1.0" encoding="UTF-8" ?>
<EventGhost Version="1572">
<Action>
XBMC2.HTTPAPI(u'ExecBuiltIn', u'PlayerControl(Play)', 4, True)
</Action>
</EventGhost>Thanks for your effort, however I don't succeed in creating those actions.jonib wrote:I wasn't able to get XBMCPVR working with my MythTV back-end when I tested a while ago, so wasn't able to test what was needed.spitz66 wrote:Any news regarding pause Live TV?
But now I did some searching and think I found what command is needed.
Try this action: XBMC2\Experimental\HTTPAPI configure it to use Category: Miscellaneous commands and Command: ExecBuiltin and this: PlayerControl(Play) Or try pasting the below code in EventGhost:If this action works I can put it in the plugin.Code: Select all
<?xml version="1.0" encoding="UTF-8" ?> <EventGhost Version="1572"> <Action> XBMC2.HTTPAPI(u'ExecBuiltIn', u'PlayerControl(Play)', 4, True) </Action> </EventGhost>
jonib


If you do, the latest version I can see in this thread is here: viewtopic.php?f=9&t=1562&start=405#p21771 with some instructions here: viewtopic.php?f=9&t=1562&start=390#p21652spitz66 wrote: I don't know if I do it the wrong way or if I need your "test version" or something else...
Hmm, that shouldn't say Python script. Would you mind attaching your EventGhost config with both commands? and what version of the plugin are you using?spitz66 wrote:The second method results in:
I don't know if I do it the wrong way or if I need your "test version" or something else...
Sorry, my bad!jonib wrote:Hmm, that shouldn't say Python script. Would you mind attaching your EventGhost config with both commands? and what version of the plugin are you using?spitz66 wrote:The second method results in:
I don't know if I do it the wrong way or if I need your "test version" or something else...
I don't remember changing anything related in the new test versions but you could try this test version. Just keep a backup of your current plugin and EventGhost config just in case.
jonib
Your config worked for me so you added the actions correctly. I had to change the port by doubleclicking on the XBMC2 entry in the Autostart folder and changed from 80 to my port. Hopefully thats your problem.spitz66 wrote:Seems like it try to establish connection on port 80 and my XBMC listens on port 9514 for HTTP.
Tried to edit the "__init__.py" file and change to port 9514 but with no luck.