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.

Speed-Link MCE remote

If you have a question or need help, this is the place to be.
Post Reply
vlad
Posts: 1
Joined: Thu Nov 13, 2008 11:58 pm

Speed-Link MCE remote

Post by vlad »

Hi,
This is my first post on this form.
I am trying to control VLC using Eventghost and a MCE remote control manufactured by Spped-Link
http://www.speed-link.com/?p=2&cat=144&pid=15937&paus=1
I am using eventghost 0.3.5 and VLC 0.8.6h
So far i couldn't control anything....when i open eventghost the VLC and MCE plugging run without errors but im not sure if the program recognizes my remote control
I enabled RC in VLC using port 1234 but still eventghost cant connect to vlc

Any help or advice welcomed
Sorry if I'm being noobish but is my first time using a remote control with my PC
User avatar
topix
Experienced User
Posts: 441
Joined: Sat May 05, 2007 3:43 pm
Location: Germany
Contact:

Re: Speed-Link MCE remote

Post by topix »

moritz
Posts: 3
Joined: Tue Mar 24, 2009 9:18 pm

Re: Speed-Link MCE remote

Post by moritz »

hi, i searched the board but i only found this topic.

i am also using this sl mce remote control.

when i load the mce plugin to eventghost the following error occurs:

Code: Select all

Microsoft MCE Remote
   Traceback (most recent call last) (851):
     File "C:\Programme\EventGhost\eg\Classes\PluginInfo.py", line 312, in Start
     File "C:\Programme\EventGhost\plugins\MceRemote\__init__.py", line 279, in __start__
     File "C:\Programme\EventGhost\plugins\MceRemote\__init__.py", line 349, in CheckHidState
   AttributeError: type object '_Exception' has no attribute 'DeviceNotFound'



i got the latest version of EvenGhost.

greets
moritz
Posts: 3
Joined: Tue Mar 24, 2009 9:18 pm

Re: Speed-Link MCE remote

Post by moritz »

sorry for pushing, any ideas?
User avatar
jinxdone
Plugin Developer
Posts: 443
Joined: Tue Jan 02, 2007 4:08 pm

Re: Speed-Link MCE remote

Post by jinxdone »

Try changing the line 349 in EventGhost\plugins\MceRemote\__init__.py:

Code: Select all

from:            raise self.Exception.DeviceNotFound
to:            raise self.Exceptions.DeviceNotFound
Restart EG after the change.

-jinxdone
moritz
Posts: 3
Joined: Tue Mar 24, 2009 9:18 pm

Re: Speed-Link MCE remote

Post by moritz »

ok, now the plugin cannot find the device "Device not Found"
User avatar
Melloware
Plugin Developer
Posts: 86
Joined: Mon May 12, 2008 6:18 pm

Re: Speed-Link MCE remote

Post by Melloware »

The MCE plugin won't do you any good. You will need the Generic HID plugin for some remote buttons and some of the Speedlink remote buttons map right to keyboard keypresses.
-----------------------------------
Melloware Inc.
EventPhone iPhone Application
Intelliremote - HTPC Remote Application
-----------------------------------
User avatar
Bitmonster
Site Admin
Posts: 2239
Joined: Mon Feb 06, 2006 10:28 pm

Re: Speed-Link MCE remote

Post by Bitmonster »

jinxdone wrote:Try changing the line 349 in EventGhost\plugins\MceRemote\__init__.py:

Code: Select all

from:            raise self.Exception.DeviceNotFound
to:            raise self.Exceptions.DeviceNotFound
Restart EG after the change.

-jinxdone
fixed in 0.3.7.r918
Please post software-related questions in the forum - PMs will only be answered, if really private, thanks!
Post Reply