Download texturecache.py from https://github.com/MilhouseVH/texturecache.py
wget https://raw.githubusercontent.com/MilhouseVH/texturecache.py/master/texturecache.py chmod 755 texturecache.py #reload/replace even if it exists #./texturecache.py C @webserver.username=kodi @webserver.password=kodi @allow.recacheall=yes #load only missing artwork ./texturecache.py c @webserver.username=kodi @webserver.password=kodi #reload only missing artwork of specific class and including a filter: ./texturecache.py c movies earring @webserver.username=kodi @webserver.password=kodi
Kodi stores artwork path references in its database table 'art'. Truncating this table and running Artwork Beef, refreshes all of your art.
Step-by-step guide:
truncate table 'art';