<displayremotecodes>true</displayremotecodes> doesn't work

  Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
dave1233345 Offline
Member
Posts: 53
Joined: Jan 2009
Reputation: 0
Post: #1
i created advancedsettings.xml added the code no joy..

and i;ve read this: http://wiki.xbmc.org/?title=Keymap.xml#U...al_Remotes not helpful if the codes don't appear

i don't get what im doing wrong
find quote
jmarshall Offline
Team-XBMC Developer
Posts: 24,523
Joined: Oct 2003
Reputation: 138
Post: #2
You're not searching:

http://forum.xbmc.org/search.php?searchid=2372688

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]
find quote
dave1233345 Offline
Member
Posts: 53
Joined: Jan 2009
Reputation: 0
Post: #3
how the hell do i use eventghost. all the tutorials are rubbish. can someone post a none forum tutoril to use eventghost
find quote
david81 Offline
Senior Member
Posts: 156
Joined: Dec 2008
Reputation: 0
Post: #4
dave1233345 Wrote:how the hell do i use eventghost. all the tutorials are rubbish. can someone post a none forum tutoril to use eventghost

No offense, but the tutorials are not rubbish. There is quite a bit of information available on the forums that make it very easy to set up eventghost with XBMC. It took me all of 10 minutes I think.

Calling the information that is freely given by others "rubbish" is not typically the best way to get help in places like this.

Just my 2 cents....
find quote
afail Offline
Senior Member
Posts: 121
Joined: Feb 2007
Reputation: 0
Post: #5
I had some trouble figuring out eventghost also

I found it worked way better to map each remote button to a keyboard command (new action)
find quote
david81 Offline
Senior Member
Posts: 156
Joined: Dec 2008
Reputation: 0
Post: #6
The only buttons that I ended up mapping to keypresses were the directional keys. Everything else mapped directly through EventGhost to XBMC's EventServer.

If there is something in particular you need help with, feel free to ask.
find quote
neurosis13 Offline
Fan
Posts: 333
Joined: Jan 2009
Reputation: 5
Location: Germany
Post: #7
remote control is very poorly solved in xbmc.
Whatever, i use intelliremote and no need for this eventghost.
Just find a xbmc xml config file for your remote Modell, search the forum for it, and
load it into intelliremote.
That is how i got my remote working in 4 minutes.
Just do it.
Nod
find quote
david81 Offline
Senior Member
Posts: 156
Joined: Dec 2008
Reputation: 0
Post: #8
How exactly is it poorly solved?

You can use EventGhost to map your remote keys to direct actions within XBMC via the EventServer, or you can use the software of your choice to map the remote keys to key presses that are set in the keymap.xml file.

Why spend money on intelliremote (not that I have anything against it) when there are multiple free options available that work perfectly well?
find quote
waldo22 Offline
Donor
Posts: 764
Joined: Sep 2007
Reputation: 2
Location: Chapel Hill, NC, USA
Post: #9
How to use EventGhost:

1) download and install the latest version here:
http://www.eventghost.org/downloads/
(look at the dates)

2) Click on the "add plugin" button. Select XBMC. (it's included in the latest SVN)

3) Click "add plugin" again. Select the plugin for the type of remote you are using. If there isn't one yet, search the EventGhost fourms (http://www.eventghost.org/forums)

4) with EventGhost open, click a button on your remote that you want to use to control XBMC. The button press will appear in the EG log (the left-hand pane) Drag the "button" to the action you want it to do in XBMC in the right pane under "XBMC".

5) repeat for each button you want to control something in XBMC.

6) you may also want to add an action to "autorepeat current macro" for button presses such as the up, down, left, and right arrows and the ffwd and rewind buttons. That way, when you hold down the right arrow, it scrolls through your movie list. (click the event under XBMC that you want repeated, click "add action" -> eventghost -> "autorepeat current macro". Do this for each button you want repeated when you hold down the remote control button)

You can also set EventGhost to start with your computer, and set it to start XBMC when it starts, if you want. Do this by clicking on "Autostart" in EventGhost and clicking "Add action".
pick "system -> start application".
Code:
Filepath to executable: (keep the quotes IN)
"C:\Program Files\XBMC\XBMC.exe"

Command line options: (for fullscreen startup of XBMC)
-fs -p

Working directory: (again, KEEP the quotes)
"C:\Program Files\XBMC"
-Wes
(This post was last modified: 2009-02-15 06:19 by waldo22.)
find quote
Hitcher Online
Skilled Skinner
Posts: 9,927
Joined: Aug 2007
Reputation: 67
Location: Eastleigh, UK
Post: #10
waldo22 Wrote:
Code:
Filepath to executable: (keep the quotes IN)
"C:\Program Files\XBMC\XBMC.exe"

Command line options: (for fullscreen startup of XBMC)
-fs -p

Working directory: (again, KEEP the quotes)
"C:\Program Files\XBMC"
-Wes

You don't need '-p' if you're using one of the later XBMC builds as that now indicates 'portable'.

[Image: sig_zps3af3b48e.jpg]
find quote