XBMControl - a compact remote XBMC controller app for Windows (Open Source C# .NET)

  Thread Rating:
  • 3 Votes - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
vaton4 Offline
Junior Member
Posts: 37
Joined: Sep 2010
Reputation: 0
Post: #351
Tolriq Wrote:http api won't be removed from dharma Smile
They keep it up to eden and perhaps more depends on how Json RPC goes.
Json is far from finished to do everything httpapi and event server permits Smile

Agree. Today I explored xbmcontrol-web's files (see http://forum.xbmc.org/showthread.php?tid=51596) and found this app is based exclusively on JSON-RPC (and javascript, of course). Just met the same problem if XBMC runs under Linux (missing subdirs). With Windows Dharma (beta 3) the xbmcontrol-web (v1.37) works quite well.

Anyway compiled (not interpreted) program should work faster as can use TCP instead JSON. Not sure how fast will be Java app, as its speed is somewhere between binary and script.

===================================================================
P.S. Sorry for mystification; xbmcontrol-web is based on old web API, not JSON-RPC
(This post was last modified: 2010-10-30 19:08 by vaton4.)
find quote
Bram77 Offline
Skilled Python Coder
Posts: 1,327
Joined: Feb 2008
Reputation: 27
Location: Netherlands
Post: #352
Quote:Anyway compiled (not interpreted) program should work faster as can use TCP instead JSON. Not sure how fast will be Java app, as its speed is somewhere between binary and script.

Yeah, same goes for C# Smile

I started building a JSON-RPC JS library a while ago. If anyone feels compelled to finish it, be my guest Smile I can add you as a project contributer so you can do a checkout...

http://code.google.com/p/xbmcweb/source/...y/xbmc/lib

[Image: widget]

Please add to my reputation if you find my posts usefull (+/- button below posts)
Ubuntu 12.10 minimal XBMC auto-install script :: XBMControl :: Xbmc XBOX Skins :: XBMControl for Android :: Owner of Sudo Systems
find quote
Livin Online
Posting Freak
Posts: 3,446
Joined: May 2004
Reputation: 17
Location: above ground
Post: #353
bumping this old thread to see if any coder are interested in continuing/updating.

I'm not an expert but I play one at work.
find quote
Bram77 Offline
Skilled Python Coder
Posts: 1,327
Joined: Feb 2008
Reputation: 27
Location: Netherlands
Post: #354
A complete rebuild would be appropriate since the app is using the http api. Now the JSON RPC api is available (this wasn't the case when I wrote this client) which is much more powerful and efficient.

If anyone feels like building a new client, I really don't have the time, please build it using Java Smile. So Osx and Linux users can use the client too.

[Image: widget]

Please add to my reputation if you find my posts usefull (+/- button below posts)
Ubuntu 12.10 minimal XBMC auto-install script :: XBMControl :: Xbmc XBOX Skins :: XBMControl for Android :: Owner of Sudo Systems
find quote
Post Reply