2024-03-25, 16:10
Hi, I've got an addon that queries the Kodi library for various fanarts to create a bunch of globally available background slide shows.
I've had some requests to enable people to use custom plugin sources for background artwork e.g. tmdbhelper lists.
I can do this on a local basis by using skin.shortcuts in my skinsettings to let someone choose a custom path within their own video add-ons, then pass this to a skin string that is used as the content path for a container.
But ideally I want this to be persistent across windows. Is there a way to somehow parse the data from a plugin source, i.e. a list of fanarts, say, from a tmdb helper list, into my own addon?
I've had some requests to enable people to use custom plugin sources for background artwork e.g. tmdbhelper lists.
I can do this on a local basis by using skin.shortcuts in my skinsettings to let someone choose a custom path within their own video add-ons, then pass this to a skin string that is used as the content path for a container.
But ideally I want this to be persistent across windows. Is there a way to somehow parse the data from a plugin source, i.e. a list of fanarts, say, from a tmdb helper list, into my own addon?