Hello.
I need to get selected scraper for each source, added to Kodi.
So I do request "Files.GetSources" to get all the sources, I get "file" for each movie/episode.
But how to get scraper selected for that source?
Why I need it: because "uniqueid" is filled with "unknown" field, which can be tmdb/tvdb/trakt item, as they all use integers for IDs, and I want to properly know which ID is that.
Plugin will run locally, so probably will have access to Kodi's xml files (if needed) and sure JSON RPC.
I need to get selected scraper for each source, added to Kodi.
So I do request "Files.GetSources" to get all the sources, I get "file" for each movie/episode.
But how to get scraper selected for that source?
Why I need it: because "uniqueid" is filled with "unknown" field, which can be tmdb/tvdb/trakt item, as they all use integers for IDs, and I want to properly know which ID is that.
Plugin will run locally, so probably will have access to Kodi's xml files (if needed) and sure JSON RPC.