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

by topfs2
Thu Oct 02, 2008 6:48 pm
Forum: Plugin Support
Topic: XBMC
Replies: 212
Views: 137124

Re: XBMC

Finally got a awfull keyboard down from the attic :)

What is the difference between a button action and a button press sent via PacketBUTTON?
The difference is that Button press via PacketBUTTON will emulate the selected remote, ie keyboard. The action the sent key will generate will depend on ...
by topfs2
Wed Oct 01, 2008 5:29 pm
Forum: Plugin Support
Topic: XBMC
Replies: 212
Views: 137124

Re: XBMC

I have a few pointers.
Mainly in the comming RC/Gold version of XBMC it will support better actions so I would recommehnd you to update xbmccliet.py from svhn

now Its possigble to cohntroll all actiohns.
chnahmngbe lihmne
self.plugin.xbmc.send_action(self.value)
to
self.plugin.xbmc.send ...
by topfs2
Sat Jul 05, 2008 1:40 am
Forum: Coding Corner
Topic: XBMC EventClient
Replies: 10
Views: 6708

Re: XBMC EventClient

Thanx alot for all your help! In the autumn Ill look into updating it to support more of XBMC and the newer EventGhost system

Topfs2
by topfs2
Mon Jun 16, 2008 3:59 pm
Forum: Coding Corner
Topic: XBMC EventClient
Replies: 10
Views: 6708

XBMC EventClient

Hi, this is my first EventGhost plugin and it's very shaky at best. It wrapps the XBMC EventClient system so EventGhost can send directly to a remote XBMC.
Currently it's only tested against a XBMC for linux but it *should* work against windows aswell.

This plugin is mostly to get the ball rolling ...