XBMC Remote Control (control XBMC with a PocketPC)

  Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
tobe81cwb Offline
Junior Member
Posts: 5
Joined: Mar 2009
Reputation: 0
Post: #1
I developed a simple application to control the XBMC with a PocketPC. DIfferent from others similars programs, I like to use the PPC like a remote control (looking to the TV), and not like a remote media management.
I have only tested with a Ipaq hx2000 series.

Check the program in action:
http://www.youtube.com/watch?v=wcY8o9mRWoI

The program 'talk' with XBMC using network (a small server on the XBMC computer to 'send the keys') and with HTTP server of XBMC.

Anybody to help-me with tests? (this is the first time that I program to Windows Mobile).

Requirements:
XBMC for Windows (anybody like to port do other OS?)
XBMC with webserver running.
A device with Windows Mobile.

I'm considering release the source-code Big Grin

update: get the test version in the following address:
http://tinyurl.com/d95xsb
(This post was last modified: 2009-03-03 01:36 by tobe81cwb.)
find quote
Lucleonhart Offline
Senior Member
Posts: 158
Joined: Jan 2009
Reputation: 0
Post: #2
Well great! Something similar to my Project? -> http://forum.xbmc.org/showthread.php?tid=45277
find quote
tobe81cwb Offline
Junior Member
Posts: 5
Joined: Mar 2009
Reputation: 0
Post: #3
yes, it's very similar Tongue
what program language to you use in your project?
how to you communicate with XBMC? using event server?

maybe we can 'merge' the projects Big Grin
(This post was last modified: 2009-03-02 13:56 by tobe81cwb.)
find quote
Zeron Offline
Member
Posts: 73
Joined: Feb 2009
Reputation: 0
Location: BC, Canada
Post: #4
I would be interested in trying it. What version of Windows Mobile/PocketPC is required to run it?
find quote
Lucleonhart Offline
Senior Member
Posts: 158
Joined: Jan 2009
Reputation: 0
Post: #5
I'm using the Event server Lib ported to .NET Compact Framework by myself. Code is C#.
find quote
Zeron Offline
Member
Posts: 73
Joined: Feb 2009
Reputation: 0
Location: BC, Canada
Post: #6
I think it will work then with the .net Compact Framework for PPC2002

I can dig out my pocketpc and give it a try.
find quote
tobe81cwb Offline
Junior Member
Posts: 5
Joined: Mar 2009
Reputation: 0
Post: #7
Anybody that want to test the application, can download in the following link:
http://rapidshare.com/files/204602476/XB...ontrol.zip

the program have some bugs.
check the README.txt on the ZIP file.
find quote
Livin Offline
Posting Freak
Posts: 3,432
Joined: May 2004
Reputation: 17
Location: above ground
Post: #8
this is a great app... if you can expand to add some "direct access" buttons on the main screen... like "TV Shows", "Movies", etc to mimic the home screen menu that would be very nice!

also, I think there is a native API so you may not been the separate sendkeys app?

I'm not an expert but I play one at work.
find quote
tobe81cwb Offline
Junior Member
Posts: 5
Joined: Mar 2009
Reputation: 0
Post: #9
Livin Wrote:this is a great app... if you can expand to add some "direct access" buttons on the main screen... like "TV Shows", "Movies", etc to mimic the home screen menu that would be very nice!

also, I think there is a native API so you may not been the separate sendkeys app?

the 'native API' it's using event server.
It's possible to make a remote control without the app to send the keys, but this will be more complex (maybe in next release Big Grin - I made this in a weekend)

I can make another version without the client, only using the http server (to retrieve media info) and event server (to send keys) with same features.

I don't have checked the eventserver api yet, but I believe it's not possible to send direct access to main screen menu (movies, tv shows, etc)
(This post was last modified: 2009-03-03 18:51 by tobe81cwb.)
find quote
Gibaja Offline
Junior Member
Posts: 5
Joined: Mar 2009
Reputation: 0
Post: #10
Awesome dude! Please could u upload again the program, the download is disable Sad

Great work!
find quote
Post Reply