New EventGhost EventClient for XBMC available

  Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
kirs Offline
Junior Member
Posts: 15
Joined: Sep 2008
Reputation: 0
Thumbs Up  New EventGhost EventClient for XBMC available Post: #1
I took over dev of the EventGhost plugin from topfs2. The new plugin is available here:

http://www.eventghost.org/forum/viewtopic.php?t=1005

This will allow you to program all keys from the remote as well as several other actions you can map on a Harmony remote.

You'll need the latest beta of EventGhost to ensure this works:

http://www.eventghost.org/downloads/

Feel free to let me know if you want anything added to the plugin.
(This post was last modified: 2008-09-30 22:49 by kirs.)
find quote
Gamester17 Offline
Team-XBMC Forum Moderator
Posts: 10,595
Joined: Sep 2003
Reputation: 9
Location: Sweden
Question  EventClient? Post: #2
Cool! Cool So is this an continuation of the EventGhost EventClient for XBMC's EventServer API? Confused
See => http://forum.xbmc.org/showthread.php?tid=34080
and => http://forum.xbmc.org/showthread.php?tid=33812

Gamester17 Wrote:http://wiki.xbmc.org/index.php?title=EventServer
You will also find EventClient examples in both C++ and python in the XBMC SVN.
Look under "/xbmc/branches/linuxport/XBMC/tools/EventClients/"

PS Please refrain from calling it a "plugin" as plugins means something else in XBMC terminology Wink

Always read the XBMC online-manual, FAQ and search the forum before posting.
Do not e-mail XBMC-Team members directly asking for support. Read/follow the forum rules.
For troubleshooting and bug reporting please make sure you read this first.
(This post was last modified: 2008-10-01 11:59 by Gamester17.)
find quote
topfs2 Offline
Team-XBMC Developer
Posts: 3,852
Joined: Dec 2007
Reputation: 8
Post: #3
@Gamester17 it's a plugin for EventGhost. It is an EventClient for XBMC. Duality at it's best Smile

If you have problems please read this before posting

Always read the XBMC online-manual, FAQ and search the forum before posting.
Do not e-mail XBMC-Team members directly asking for support. Read/follow the forum rules.
For troubleshooting and bug reporting please make sure you read this first.


[Image: badge.gif]

"Well Im gonna download the code and look at it a bit but I'm certainly not a really good C/C++ programer but I'd help as much as I can, I mostly write in C#."
find quote
kirs Offline
Junior Member
Posts: 15
Joined: Sep 2008
Reputation: 0
Post: #4
Gamester17 Wrote:Cool! Cool So is this an continuation of the EventGhost EventClient for XBMC's EventServer API? Confused
See => http://forum.xbmc.org/showthread.php?tid=34080
and => http://forum.xbmc.org/showthread.php?tid=33812

Yes, I picked up where Topfs2 left off. It's been folded into the EventGhost distribution and will be in the next beta.

Quote:PS Please refrain from calling it a "plugin" as plugins means something else in XBMC terminology

Got it Wink
(This post was last modified: 2008-10-01 15:44 by kirs.)
find quote
anyo Offline
Member
Posts: 82
Joined: Mar 2008
Reputation: 0
Post: #5
This plugin is awesome! Thanks!!!

Is there a way to assign a button that will start XBMC when its pressed, but do something else when XBMC is already running?
find quote
kirs Offline
Junior Member
Posts: 15
Joined: Sep 2008
Reputation: 0
Post: #6
anyo Wrote:This plugin is awesome! Thanks!!!

Is there a way to assign a button that will start XBMC when its pressed, but do something else when XBMC is already running?

You can tell EventGhost to start XBMC when a button is pressed with the built-in "start program" action.

I mapped the start button on my MCE remote to start XBMC, bring it to the front, then give remote exclusivity to XBMC with the "enable exclusive" action.
find quote
xbs08 Offline
Posting Freak
Posts: 1,300
Joined: May 2008
Reputation: 0
Location: Portugal
Post: #7
For this to work i have to install eventghost and copy the "plugin" files to XBMC, right?
Are the remote keys already mapped or i've to map it myself?

Sry, if these are dumb questions Smile
find quote
Goofy2 Offline
Junior Member
Posts: 39
Joined: Aug 2008
Reputation: 0
Post: #8
xbs08 Wrote:For this to work i have to install eventghost and copy the "plugin" files to XBMC, right?
Are the remote keys already mapped or i've to map it myself?

Sry, if these are dumb questions Smile

As far as I understand, you need to map them yourself unless someone provide eventghost xml configuration for your remote.
find quote
Goofy2 Offline
Junior Member
Posts: 39
Joined: Aug 2008
Reputation: 0
Post: #9
Does anyone tried to use gamepad? Eventghost's "Joystick" and "XBMC" plugins can be used together, however there is no support for d-pad cursor or right stick.

I also tried general HID plugin, but it behaves strange in meaning that e.g. pressing a button on gamepad sends a bunch of the same action, or pressing d-pad "up" generates 4 events with space in name (I don't know how to map these to actions)...

There seems to be some definition for AXIS support in the plugin python source files. I there a way to use analog sticks or triggers?

Also sorry, for such dumb questions :-)
find quote
CrazyIvan Offline
Senior Member
Posts: 159
Joined: Dec 2004
Reputation: 0
Post: #10
Does this work with an old xbox dvd remote and receiver with the Xbox to PC USB adapter?

cheers,

crazyivan
find quote
Post Reply