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 tom101
Thu Apr 14, 2011 7:18 pm
Forum: Plugin Support
Topic: Support for XBMC2 plugin (formerly XBMCRepeat)
Replies: 1402
Views: 614827

Re: Support for XBMC2 plugin (formerly XBMCRepeat)

Scratch that, it's started working now. jsonrpc.dat is in the xbmcrepeat plugin directory. The plugin doesn't quite do what I thought it would though. Is there any way to get it to catch events from XBMC and then get eventghost to perform an action according to the event?
by tom101
Thu Apr 14, 2011 7:09 pm
Forum: Plugin Support
Topic: Support for XBMC2 plugin (formerly XBMCRepeat)
Replies: 1402
Views: 614827

Re: Support for XBMC2 plugin (formerly XBMCRepeat)

Thanks, but I thought it was enabled. Is this not right?
xbmcconfig.PNG
And here is a screenshot of the error
eventghost.PNG
by tom101
Thu Apr 14, 2011 6:27 pm
Forum: Plugin Support
Topic: Support for XBMC2 plugin (formerly XBMCRepeat)
Replies: 1402
Views: 614827

Re: Support for XBMC2 plugin (formerly XBMCRepeat)

Hi,

I'm trying to use the JSON-RPC part of this plugin (specifically to change the audio output of XBMC to analog when music is playing and back to HDMI when anything else is) but as soon as I open it I get the error

Error opening: jsonrpc.dat

What is jsonrpc.dat and where should it be?

The ...
by tom101
Tue Jul 14, 2009 9:51 am
Forum: Coding Corner
Topic: Plugin for USB PC Remote Controller
Replies: 111
Views: 78329

Re: Plugin for USB PC Remote Controller

There may be a bug in the usb driver. If I resume from standby a few minutes later the PC goes back into standby mode. This only happens if the system is idle and when using the conceptronic remote to resume. It doesn't matter if eventghost runs on startup or not, and it doesn't happen after a ...
by tom101
Thu Jul 02, 2009 9:58 am
Forum: Coding Corner
Topic: Plugin for USB PC Remote Controller
Replies: 111
Views: 78329

Re: Plugin for USB PC Remote Controller

That's great! Waking from standby now works, but unfortunately as soon as it wakes it goes back into standby, I think because event ghost registers the button press that was made when the pc was in standby. A workaround for this is to use a different button to put the pc into standby though.
by tom101
Wed Jul 01, 2009 5:20 pm
Forum: Coding Corner
Topic: Plugin for USB PC Remote Controller
Replies: 111
Views: 78329

Re: Plugin for USB PC Remote Controller

Well this seems to work extremely well with the Conceptronic remote so thank you very much. The only thing I cannot do is wake the PC from standby now that the device is not a HID. Is there a way to do this, or would it take the aforementioned filter driver?
by tom101
Thu Jun 25, 2009 3:14 pm
Forum: Coding Corner
Topic: Plugin for USB PC Remote Controller
Replies: 111
Views: 78329

Re: Plugin for USB PC Remote Controller

OK. I'll do that. Thanks again.
by tom101
Thu Jun 25, 2009 10:59 am
Forum: Coding Corner
Topic: Plugin for USB PC Remote Controller
Replies: 111
Views: 78329

Re: Plugin for USB PC Remote Controller

Hello bitmonster,

I have the aforementioned conceptronic remote control and came across this page searching for a way to enable it for use with media portal. I installed the driver and copied the text from the svn into a text file, renamed it to __init__.py and placed it in the plugins directory in ...