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 waldo22
Fri Feb 13, 2009 12:22 am
Forum: Plugin Support
Topic: Xbox remote controller plugin
Replies: 20
Views: 15279

Re: Xbox remote controller plugin

So, I grabbed another universal remote that I had laying around and programmed it to emulate an RCA DVD player (which is what the Xbox Original DVD Dongle responds to).

It recognized the following additional codes in DVD mode:

006d100 < (left arrow? very common among RCA remotes, but not sure ...
by waldo22
Thu Feb 12, 2009 7:55 pm
Forum: Plugin Support
Topic: Xbox remote controller plugin
Replies: 20
Views: 15279

Re: Xbox remote controller plugin

I added the following lines:

'0064f0a': 'AUDIO',
'006af0a': 'ENT.',

so the key-mapping section should now read:

self.xbcdrc_mapping = {
'006d50a': 'DISPLAY', '0066a05': 'DISPLAY', '0066afd': 'DISPLAY',
'006e20a': 'REVERSE', '00671f5': 'REVERSE', '006710d': 'REVERSE',
'006ea0a': 'PLAY ...
by waldo22
Thu Feb 12, 2009 6:19 pm
Forum: Plugin Support
Topic: Xbox remote controller plugin
Replies: 20
Views: 15279

Re: Xbox remote controller plugin

I can't get this new SVN version to work.

I get:

Error finding an Xbox IR receiver: Vendor ID 1118

Under Device Manager, my device info is:

USB\VID_045E&PID_0284&MI_00\6&279BE874&0&0000

I tried changing line 710 of the plugin to read:

self.vendorID = 045E

but then EventGhost can't ...
by waldo22
Thu Feb 12, 2009 4:29 am
Forum: Plugin Support
Topic: Xbox remote controller plugin
Replies: 20
Views: 15279

Re: Xbox remote controller plugin

Thanks, jinxdone, that's great.

The error handling was really the important thing.

Those other buttons will probably be different for everyone. Of course, there's no harm in supporting them, but as long as every button on the XBox remote works and rogue codes don't crash the plugin, it's hard to ...
by waldo22
Wed Feb 11, 2009 2:32 pm
Forum: Plugin Support
Topic: Xbox remote controller plugin
Replies: 20
Views: 15279

Re: Xbox remote controller plugin

Ps. I know I should make a learning-mode and atleast handle the error when a new code comes across, I'll try to fix that later today

That's what I really meant, not really a bug, but handle the error when an unknown code is received.

That way, any random code that happens to be received by the ...
by waldo22
Wed Feb 11, 2009 3:19 am
Forum: Plugin Support
Topic: Xbox remote controller plugin
Replies: 20
Views: 15279

Re: Xbox remote controller plugin

Awesome! That did the trick. Where do I send the beer?

I had to replace the plugin folder, remove the plugin, and reinstall it, but it works like a charm now.

I did run in to a possible bug, but I don't know how big of a deal it is.

I am using my Yamaha receiver remote, programmed to control an ...
by waldo22
Tue Feb 10, 2009 1:29 am
Forum: Plugin Support
Topic: Xbox remote controller plugin
Replies: 20
Views: 15279

Re: Xbox remote controller plugin

Got these errors...


Plugin: Xbox remote control (XBCDRC / HID)
Error starting plugin: Xbox remote control (XBCDRC / HID)
Traceback (most recent call last) (1487):
File "C:\Program Files\EventGhost\eg\Classes\PluginInfo.py", line 300, in Start
TypeError: __start__() takes at least 10 arguments (1 ...
by waldo22
Sun Jan 25, 2009 5:33 am
Forum: Bug Reports
Topic: [FIXED] Error in 0.3.6.1308
Replies: 8
Views: 4853

Re: [FIXED] Error in 0.3.6.1308

So, I am running MicroXP, and the Terminal Services service has been removed.

That means EventGhost won't run properly.

I'm trying to add it back, but without luck.

Do you have any pointers?

I've managed to get the Terminal Services service to show up under services.msc by adding some entries to ...