Hello, I would like to start a discussion about the creation of a xbmc player.
![image]()
I dont have the necessary programming skills to do it, but would like to suggest the creation and idea for the app so that a programmer can do it!
Also, if many users are willing to pay for it, I'm sure it will be developed!
Anyway, here goes my initial idea, feel free to discuss the UI and features:
requests could be done with HTTP Requests
requests I need are to control XBMC with json ( http://wiki.xbmc.org/index.php?title=JSON-RPC_API/v6 ):
example for play / pause :
http://IPADDRESS:PORT/jsonrpc?request={"jsonrpc": "2.0", "method": "Player.PlayPause", "params": { "playerid": 1 }, "id": 1}
