leothlon wrote:i've been able to get it running the spotify playlist with a workaround, its not pretty but it works atleast :/..
Mind sharing with the class?
however i am still having issues understanding the xbmc json-rpc api.
if i want to get information for a tv episode with id 16888, what would i type in the parameterwindow?
i choose video libary - > get episode information. but then what?
VideoLibrary->GetEpisodeDetails with parameter:
Code: Select all
[16888,['title','tvshowid','file']]
will give you the title, tvshowid and filepath. this part ['title','tvshowid','file'] is a list of properties you want information about, here is the list of available
properties (press the show link for the list), just add the ones you want.
or is it best to get the information from the http api?
The HTTP API is not available in newer versions of XBMC.
so if anyone can help me or explain how i use the json/http api that would be awsome.
If you want to learn JSON-RPC you kinda need to read the JSON-RPC spec
here then try to understand XBMCs API
here, and read the XBMC JSON-RPC forum
here. It's kinda much to learn depending on your skill level.
If you want to learn specific commands you want to use, just ask here and I'll try to help as much as I can. It just might take a while for me to reply sometimes.
jonib