Notice: This forum has been recovered from an old backup, so some content, links, and dates may be outdated. The forum is currently read-only while we restore sign-in and registration functionality. Details

If you find this forum valuable and would like to help keep it online, donations to help cover hosting and domain costs are greatly appreciated, but never expected. You can support the forum through Buy Me a Coffee or Ko-fi. Thank you for helping preserve the EventGhost community.

Search found 8 matches

by supertusse
Fri Apr 25, 2014 8:12 am
Forum: Plugin Support
Topic: Support for XBMC2 plugin (formerly XBMCRepeat)
Replies: 1402
Views: 615859

Re: Support for XBMC2 plugin (formerly XBMCRepeat)

I'll add more code to handle missing information. I would prefer to see any error messages as those give better understanding what went wrong. But thanks for the debugging anyway.

Yeah, I understand the need for debugging output, my main problem with that was that I couldn't actually get anything ...
by supertusse
Wed Apr 23, 2014 9:40 am
Forum: Plugin Support
Topic: Support for XBMC2 plugin (formerly XBMCRepeat)
Replies: 1402
Views: 615859

Re: Support for XBMC2 plugin (formerly XBMCRepeat)

Hello

I've been having problems with xbmc2 crashing (latest eventghost, xbmc2 testversion, xbmc gotham), seemingly related to handling ssdp-messages. I know far to little about this to provide a proper fix, but after changing line 1634 (or thereabouts, I added some debugging statements, so it might ...
by supertusse
Fri Jun 01, 2012 10:37 pm
Forum: Plugin Support
Topic: Support for XBMC2 plugin (formerly XBMCRepeat)
Replies: 1402
Views: 615859

Re: Support for XBMC2 plugin (formerly XBMCRepeat)

Hi again.

I did a small modification in the send method inside class XBMC_JSON_RPC . The 'try' block now reads:

try:
#responce = urllib.urlopen('http://'+self.ip+':'+self.port+'/jsonrpc', json.dumps(self.jsoninit)).read()
request = urllib2.Request('http://'+self.ip+':'+self.port+'/jsonrpc',json ...
by supertusse
Fri Jun 01, 2012 6:34 pm
Forum: Plugin Support
Topic: Support for XBMC2 plugin (formerly XBMCRepeat)
Replies: 1402
Views: 615859

Re: Support for XBMC2 plugin (formerly XBMCRepeat)

Hello!

Does XBMC2 work with the new v12 alphas (aka nightlies?).

I've been running eventghost 0.3.7 and xbmc eden with xbmcrepeat for a long time, but decided I want to change to the 12 alphas because of some database improvements. Thing is, after upgrading xbmc, xbmcrepeat/xbmc2 doesn't work ...
by supertusse
Sun Nov 21, 2010 10:51 am
Forum: Plugin Support
Topic: Support for XBMC2 plugin (formerly XBMCRepeat)
Replies: 1402
Views: 615859

Re: XBMCRepeat XBMC plugin based on the official plugin

Thanks! That helped a lot. I will post more later, but in case anyone else would like a working example of how you can access these plugins from code, I'll do a little snippet.

Short explanation:

Prior to this script I have another script that picks up fresh episode downloads and moves them into ...
by supertusse
Sat Nov 20, 2010 5:27 pm
Forum: Plugin Support
Topic: Support for XBMC2 plugin (formerly XBMCRepeat)
Replies: 1402
Views: 615859

Re: XBMCRepeat XBMC plugin based on the official plugin

Thanks - I'll try this.

However, I have two xbmc's to control, so there are two XBMCRepeat instances in my tree. How do I control which one is called? I'll have to experiment :-)

Edit: spleling
by supertusse
Sat Nov 20, 2010 2:00 pm
Forum: Plugin Support
Topic: Support for XBMC2 plugin (formerly XBMCRepeat)
Replies: 1402
Views: 615859

Re: XBMCRepeat XBMC plugin based on the official plugin

Heh, that was quick :-)

I solved the above by copying the .dat files from a computer running XP, btw. But that's not really a fix :-)

I have a couple more questions for you.

Is it possible to call your plugin from a PythonScript action? I would like to use your plugin for communication with xbmc ...
by supertusse
Sat Nov 20, 2010 10:16 am
Forum: Plugin Support
Topic: Support for XBMC2 plugin (formerly XBMCRepeat)
Replies: 1402
Views: 615859

Re: XBMCRepeat XBMC plugin based on the official plugin

Hello!

Been playing with the new beta. Seems it isn't too Windows 7 friendly:

Traceback (most recent call last):
File "C:\Program Files (x86)\EventGhost\plugins\XBMCRepeat\__init__.py", line 686, in OnUpdate
UpdateCommands()
File "C:\Program Files (x86)\EventGhost\plugins\XBMCRepeat\__init__.py ...