Quantcast
Channel: Pebble Watchapp Directory - Pebble Forums
Viewing all articles
Browse latest Browse all 5890

Xbmc player

$
0
0
Hello, I would like to start a discussion about the creation of a xbmc player.

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}

image

Viewing all articles
Browse latest Browse all 5890

Trending Articles