[RELEASE] MCERemote Addon - MCE Remote Control Plugin for XBMC on Windows

  Thread Rating:
  • 3 Votes - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
kulprit Offline
Senior Member
Posts: 249
Joined: Jan 2009
Reputation: 0
Post: #31
EDIT: Also just ran the addon and it gave me the error for it only runs on windows as well. I am running Vista x64.

Thanks for the info jhsrennie on how to edit it all, but i'm pretty sure i had that stuff. I was more looking at how to write a keyboard.xml for my userdata folder that will actually work.

So how i find the code that button sends, then write that code, the mce keypress it sends, and what i want it to do in a specific xbmc window properly.
(This post was last modified: 2010-09-26 10:26 by kulprit.)
find quote
zpike1 Offline
Junior Member
Posts: 37
Joined: Sep 2010
Reputation: 0
Post: #32
jhsrennie Wrote:@mrpg and zpike: the plugin checks it's running on Windows by checking that the Python system.platform() function returns "Windows". However on Win7 the function unhelpfully returns "Microsoft" instead.

I'll fix this on Monday.

JR

thanks jhsrennie, looking forward to finally get my remote working Smile
find quote
jhsrennie Offline
Team-XBMC Developer
Posts: 7,237
Joined: Nov 2008
Reputation: 117
Location: Chester, UK
Post: #33
jhsrennie Wrote:@mrpg and zpike: the plugin checks it's running on Windows by checking that the Python system.platform() function returns "Windows". However on Win7 the function unhelpfully returns "Microsoft" instead.

I'll fix this on Monday.

JR

Fixed in v0.0.4 from http://xbmcmce.sourceforge.net/

JR
find quote
jhsrennie Offline
Team-XBMC Developer
Posts: 7,237
Joined: Nov 2008
Reputation: 117
Location: Chester, UK
Post: #34
kulprit Wrote:EDIT: Also just ran the addon and it gave me the error for it only runs on windows as well. I am running Vista x64.

Thanks for the info jhsrennie on how to edit it all, but i'm pretty sure i had that stuff. I was more looking at how to write a keyboard.xml for my userdata folder that will actually work.

So how i find the code that button sends, then write that code, the mce keypress it sends, and what i want it to do in a specific xbmc window properly.

Well the Showkey applet generates a line of XML that you can copy and paste into keyboard.xml. It even has a "Copy" button to do the copy for you. A list of possible actions is on the Wiki somewhere.

JR
find quote
zpike1 Offline
Junior Member
Posts: 37
Joined: Sep 2010
Reputation: 0
Post: #35
I got the 0.0.5 version and when i click the "Configure MCE keyboard shourtcuts" I get a error message : "MCERemote - Error opening the IR registry key"
find quote
jhsrennie Offline
Team-XBMC Developer
Posts: 7,237
Joined: Nov 2008
Reputation: 117
Location: Chester, UK
Post: #36
zpike1 Wrote:I got the 0.0.5 version and when i click the "Configure MCE keyboard shourtcuts" I get a error message : "MCERemote - Error opening the IR registry key"

That means your account doesn't have permissions to write to that registry key. Either you're not using an administrator account, or you have User Access Control enabled. Try right-clicking the XBMC shortcut and choosing "Run as administrator", and then see if it works.

JR
find quote
kulprit Offline
Senior Member
Posts: 249
Joined: Jan 2009
Reputation: 0
Post: #37
All working so awesome jhsrennie. A few additions to my userdata keyboard.xml and working better than when using eventghost. Still a bit of tweaking to do with my setup i think but overall very good.

Cheers
find quote
bramblepants Offline
Senior Member
Posts: 100
Joined: Oct 2008
Reputation: 0
Post: #38
This sounds like a great plugin!

What are your plans for further development? Would it be possible for when you press a button on your remote that isn't assigned, it pops up a window with a list of possible actions you can choose from?

It could then save the action to the specific button? That would make assigning the extra buttons on remotes easier, and also allow for reconfiguring without even leaving XBMC?!

OpenElec / Silverstone LC17 / 6TB / Toshiba 32WLT68

Get your freshly squeezed recipes, news and views at foodforfriendsyeah.co.uk!
find quote
jhsrennie Offline
Team-XBMC Developer
Posts: 7,237
Joined: Nov 2008
Reputation: 117
Location: Chester, UK
Post: #39
bramblepants Wrote:This sounds like a great plugin!

What are your plans for further development? Would it be possible for when you press a button on your remote that isn't assigned, it pops up a window with a list of possible actions you can choose from?

It could then save the action to the specific button? That would make assigning the extra buttons on remotes easier, and also allow for reconfiguring without even leaving XBMC?!

What you describe is really outside the scope of the plugin. The plugin is just to configure the remote to send the standard Media Center keypresses. Configuring XBMC to respond to those keypresses is a different matter.

I did start on a Java program to edit keyboard.xml files, but to be honest I got bored with it and abandoned it. You'd have to use something like Java as I don't think the plugin system is powerful enough for a fully fledged keymap editor.

JR
find quote
zpike1 Offline
Junior Member
Posts: 37
Joined: Sep 2010
Reputation: 0
Post: #40
jhsrennie Wrote:That means your account doesn't have permissions to write to that registry key. Either you're not using an administrator account, or you have User Access Control enabled. Try right-clicking the XBMC shortcut and choosing "Run as administrator", and then see if it works.

JR

thanks, working now Smile is there any way to change setting or add functions to a key ?

edit : seems my asrock remote can't launch XBMC. I used this launcher http://inchoatethoughts.com/launching-xb...ter-remote ?
(This post was last modified: 2010-09-28 21:53 by zpike1.)
find quote
Post Reply