James,
I reboot the computer, and now work too in port 8080, great...i don´t change anything...no more error send command in port 8080..
For PLAY music in Audioplaylist I use this
{"jsonrpc":"2.0","method":"Audioplaylist.Play"}
And work ok
Play Next Music, worked fine too
{ "jsonrpc": "2.0", "method": "AudioPlayer.SkipNext"}
Other commando ok, it´s work fine
{"jsonrpc": "2.0", "method": "XBMC.Quit"}
When I send This Command
{ "jsonrpc": "2.0", "method": "AudioLibrary.GetAlbums", "params": { "fields": ["album", "lyrics", "duration", "rating"], "end": 002 }, "id": 1 }
Return this Data:
{"id":1,"jsonrpc":"2.0","result":{"albums":[{"album":"One Cell In the Sea","albumid":1,"duration":0,"label":"One Cell In the Sea","rating":48,"thumbnail":"special://masterprofile/Thumbnails/Music/9/9293979f.tbn"},{"album":"Black Ice","albumid":2,"duration":0,"label":"Black Ice","rating":48,"thumbnail":"special://masterprofile/Thumbnails/Music/b/b325aa78.tbn"}],"end":2,"start":0,"total":205}}
Wanilton