@
Angelinas
I know you said recently that the SHS does not delete/remove artwork from a users download folder, but I've had 4-5 instances recently of artwork that I created from scratch because they did not exist previously, suddenly disappear from my download folder sometime later. My only conclusion was that the SHS addon must remove artwork after a certain period of time, since I did not remove these artwork files myself.
Also, with regard to the webservice not working for Matrix which I used for both my PVR recordings and NextUp items with Leia I did a small test last week to see if I could somehow use local artwork instead. By using the below code and naming each artwork file exactly the same as the epg programme title, local artwork can used anywhere for the PVR screens. I have all my PVR screens now working with local artwork files, just pointing to either poster, landscape, fanart or banner directories:-
xml:
$INFO[ListItem.Title,E:\PVR Art\landscape\,.jpg]
This approach does have some limitations though, as you cannot include ':' in the file name on Windows. I guess it will be the same for other special characters that you can't use in file names as well. But what I really like is the fact that all this local artwork is never touched/removed. Artwork is displayed instantly and if you make any changes (ie you want to change to a different poster for instance) they are picked up and displayed the moment you've made the change.
I wrote more on it here, as I would still prefer to be able to use the same kind of folder structure as the SHS, then I could just have one single folder named after the EPG title and everything inside that folder could use the standard naming conventions, ie poster, fanart, landscape etc. It's just trying to work out how to code such a thing that is the problem:-
https://forum.kodi.tv/showthread.php?tid...pid3003447
If you have any bright ideas on how I might achieve what I'm looking for, let me know!
Cheers