Posts: 3,925
Joined: Apr 2004
Reputation:
33
kricker
Team-XBMC QA Specialist
Posts: 3,925
Whenever I bring up the OSD keyboard I can not navigate around with my remote like on the Xbox. It is as if it never gaind focus for the controls. Typing on the keyboard works though. My remote works fine in all other screens as far as I can tell.
Posts: 39
Joined: Mar 2005
Reputation:
-10
wHack
Junior Member
Posts: 39
Are you using keyboard mapping for the remote?
If so I think the keyboard arrows and remote arrows are treated differently in the Virtual Keyboard. The only way I know of to get around it is maybe to use Remote Events to handle the remote so it is recognized as a remote.
Posts: 39
Joined: Mar 2005
Reputation:
-10
wHack
Junior Member
Posts: 39
XBMC has an Events server built into it and Events clients can connect to it. The Events clients inerpret the remote commands and then send them to XBMC as remote commands this allows XBMC to utilise any remote configuration with the proper Events client. Only problem is there are very few Remote clients and they aren't all working for XBMC for Win32. Currently for XBMC for windows all that works with Remote Events is the PS3 remote with a bluetooth adapter or a J2ME cell phone. WiSo might be looking into something to use IR Server Suite to interface with Remote Events but thats just a possibility there is of course no guarantee.
There may be some other work around but if so I don't know what it is.
Posts: 3,925
Joined: Apr 2004
Reputation:
33
kricker
Team-XBMC QA Specialist
Posts: 3,925
Is there some docs for the event remotes? Are they in the wiki?
Posts: 3,925
Joined: Apr 2004
Reputation:
33
kricker
Team-XBMC QA Specialist
Posts: 3,925
Currently I use Evenghost to control everything onmy HTPC, even using the number pad as mouse control when I need it. It is very powerful. I see that topfs2 has started a XBMC plugin for it.
You can use Evenghost to send key commands, or send window messages for apps that use those (Meedio/SageTV), or tcpip controls like in Zoom Player with plugins. Plus it can do so much more than just remote controls.
I'll look into IR Server Suite, but I do know Eventghost is contantly worked on and Bitmonster on the forums is quite helpful to software and plugin developers.
Posts: 10,520
Joined: Sep 2003
Reputation:
10
Gamester17
Team-XBMC Forum Moderator
Posts: 10,520
EventGhost is open source and C++, a few plugins for it are python and a few are C++
Posts: 39
Joined: Mar 2005
Reputation:
-10
wHack
Junior Member
Posts: 39
hey WiSo what version of IR Server Suite did you try and what remote do you have?
Posts: 2,745
Joined: Oct 2003
Reputation:
1
WiSo
Team-Kodi Developer
Posts: 2,745
I guess it was 1.4.1 something? My remote is from a Satelco DVB-C card. It's recognized as normal HID device (cypress mouse, keyboard, mouse).
Posts: 39
Joined: Mar 2005
Reputation:
-10
wHack
Junior Member
Posts: 39
You could try 1.4.2 RC1 he has updated the Custom HID driver and added support for several new recivers and improved girder plugin and WinLirc support. It looks like you actually have a Cypress chip in your receiver but I couldn't find much info on getting those to work with any of the IR apps so I'm not sure which plugin would be your best bet, but I'm guessing it will work with your remote just might take some fiddling.
If Custom HID doesn't work try glancing over this thread and on page 2 there should be a link to a file called Debug.zip get it and run the Custom HID Receiver.exe hit ok and then press buttons on your remote if they come up you can probably have and-81 write up a plugin for your remote. ?While your at it try some other remotes as well if the buttons on those register too then the plugin might be able to recieve from a variety of remotes.
Posts: 2,745
Joined: Oct 2003
Reputation:
1
WiSo
Team-Kodi Developer
Posts: 2,745
Could you please post a link to the thread?
I've tested now my usb remote and the apple remote on my mac mini (XP) with 1.4.2 RC1 but both doesn't work with the suite.
Charly's MCE v2 works really well with it and his new implementation in XBMC.