Hi,
Just curious if anyone could point me in the right direction here. I've been trying to workout how to retrieve the recently added TV Shows using VideoLibrary.GetRecentlyAddedEpisodes
{ "jsonrpc" : "2.0", "method": "VideoLibrary.GetRecentlyAddedEpisodes", "id": 1 }
That works fine, but only retrieves the episode name and not the actual TV Show or an id for the TV Show.
I've seen some examples where people are using the params with this call, but so far I haven't been able to nail down the syntax.
{ "jsonrpc" : "2.0", "method": "VideoLibrary.GetRecentlyAddedEpisodes", "params": { "fields": [ "title", "showtitle" ] }, "id": 1 }
I've tried all sorts of variations of the above with no success getting either parse error or too many parameters.
Just curious if anyone could point me in the right direction here. I've been trying to workout how to retrieve the recently added TV Shows using VideoLibrary.GetRecentlyAddedEpisodes
{ "jsonrpc" : "2.0", "method": "VideoLibrary.GetRecentlyAddedEpisodes", "id": 1 }
That works fine, but only retrieves the episode name and not the actual TV Show or an id for the TV Show.
I've seen some examples where people are using the params with this call, but so far I haven't been able to nail down the syntax.
{ "jsonrpc" : "2.0", "method": "VideoLibrary.GetRecentlyAddedEpisodes", "params": { "fields": [ "title", "showtitle" ] }, "id": 1 }
I've tried all sorts of variations of the above with no success getting either parse error or too many parameters.