Posts: 802
Joined: Aug 2009
Reputation:
187
roidy
Posting Freak
Posts: 802
When using VideoLibrary.GetEpisodeDetails
you can't return studio or genres. Could this be added?
Posts: 4,007
Joined: Jan 2023
Reputation:
407
right on, good solution for now, hopefully the kodi devs consider the alteration for the next iteration of the JSON-RPC
-----
while it would be possible to pull the information direct from the database with a single sql statement
i believe that method actually would add far more code than a single second rpc call if you are not already accessing the database
(the need to locate and identify the database file location, considering potential for the user using mysql or another external database before ever making a request)