Video addon assistance querying artist information
#1
To start off I will say that I am new to Kodi addon development but have some Python experience.  I am working on an existing addon that was developed by another developer I am working with.,  It is a video addon which works against a uPNP server with an Sqlite backend.  It is working perfectly but I am looking to add some functionality but need pointed in the right direction.  I am still learning Kodi windows, skins etc. 
The additional functionality involves querying the uPNP server for a list of movies that a particular actor / actress stars in.  The existing addon has a search capability that works fine when a user enters the name (or part of a name) into the search dialog.  What I am trying to enhance is in the video info / details window.  The info / details window has an artists button which then lists then from the uPNP Sqlite database but when you click on an individual artist it searches the Kodi internal database vs. wanting to direct it to the uPNP backend.  I am sure I can leverage the existing addon search code and pass it the artist info but I need to understand whether I can override Kodi functionality to query the internal database and call the existing addon search function with the artist name that the user clicks on.
I haven’t found Kodi documentation on exactly how to do this and does it vary across skins.  I am hoping someone can point me in the right direction.  Thanks in advance.
Running with the Mezzmo Kodi addon.  The easier way to share your media with multiple Kodi clients.
Service.autostop , CBC Sports, Kodi Selective Cleaner and Mezzmo Kodi addon author.
Reply


Messages In This Thread
Video addon assistance querying artist information - by jbinkley60 - 2020-03-23, 12:02
Logout Mark Read Team Forum Stats Members Help
Video addon assistance querying artist information0