Kodi Community Forum
Easy way to get a list of all movie sets via JSON RPC - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Development (https://forum.kodi.tv/forumdisplay.php?fid=32)
+--- Forum: Kodi Application (https://forum.kodi.tv/forumdisplay.php?fid=93)
+---- Forum: JSON-RPC (https://forum.kodi.tv/forumdisplay.php?fid=174)
+---- Thread: Easy way to get a list of all movie sets via JSON RPC (/showthread.php?tid=317320)



Easy way to get a list of all movie sets via JSON RPC - Noddell - 2017-06-26

Hi Guys,

any ideas? I tried differnet approaches - but i only get all movies (incl. movies in movie sets). Is there an way to get a list of all movie sets. And in the next step all movies of a specific movies set?

Thx


RE: Easy way to get a list of all movie sets via JSON RPC - nickr - 2017-06-27

http://kodi.wiki/view/JSON-RPC_API/v8#VideoLibrary.GetMovieSets


RE: Easy way to get a list of all movie sets via JSON RPC - Noddell - 2017-06-27

(2017-06-27, 03:04)nickr Wrote: http://kodi.wiki/view/JSON-RPC_API/v8#VideoLibrary.GetMovieSets

Thx a lot....also any ideo with JSON V6 (is use ISENGARD). Perhaps something like GetDirectory(Huh)... some help would be great.