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 3 matches

by macchina
Thu Jan 26, 2012 7:46 am
Forum: Plugin Support
Topic: Support for XBMC2 plugin (formerly XBMCRepeat)
Replies: 1402
Views: 616091

Re: Support for XBMC2 plugin (formerly XBMCRepeat)

Hi,

is it correct that eg.global-vars are not possible in the jsonrpc parameters?
I'm trying to configure the following using jsonrpc and python-scripts:

1. Get Player-ID (player.getplayers), write the id into eg.globlas.xbmcplayerid => works
2. Get currently playing song (player.getitem) using ...
by macchina
Sun May 01, 2011 11:20 am
Forum: Coding Corner
Topic: XBMC Event Receiver
Replies: 64
Views: 62102

Re: XBMC Event Receiver

Hi!

I'm getting the following error in EG:

error: uncaptured python exception, closing channel <eg.PluginModule.XBMCEventReceiver.Server connected :8278 at 0x4d69f58> (<type 'exceptions.UnicodeDecodeError'>:'ascii' codec can't decode byte 0xe2 in position 45: ordinal not in range(128) [asyncore ...
by macchina
Wed Apr 08, 2009 12:02 pm
Forum: Plugin Support
Topic: XBMC
Replies: 212
Views: 137230

Re: XBMC

Hi!

I'm using EG with the igorplug to control XBMC. First at all: Great Job!! Many Thanks!
I've found out, that the following XBMC-command are currently not supported in the eg-xbmc-plugin:

ActivateWindow(PlayerControls)

I tried to modify the __init__.py, but unfortunatly with no success ...