Kodi Community Forum
v20 No metadata artwork is showing - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: Meta-Data provider and Artwork Packs (https://forum.kodi.tv/forumdisplay.php?fid=71)
+--- Thread: v20 No metadata artwork is showing (/showthread.php?tid=376850)



No metadata artwork is showing - Offsprin - 2024-03-31

Like a few others, I was running into the odd case where a few of my movies and TV shows were not showing artwork, but others were. I wiped the DB completely, and started fresh and re-scanned everything however I'm still not seeing any artwork. The logs show lots of the following:

2024-03-31 10:38:25.557 T:403961   error <general>: DoWork - Direct texture file loading failed for special://masterprofile/Thumbnails/4/4ced3ab5.jpg

I've run the texturecache.py script, both to delete the cruft but also to try and do a QAX on it, but no joy. I'm not sure what i can do to try and fix this, as it seems like my system is just refusing to load any metadata images. The text is fine, however.

Running MySQL DB, Kodi 20.2 from the Ubuntu PPA with sshfs mounting the folder directly to the system. I've got a debug log, as well, but I don't remember where to paste it. What other info would you like?


RE: No metadata artwork is showing - Karellen - 2024-03-31

(2024-03-31, 11:52)Offsprin Wrote: I've got a debug log, as well, but I don't remember where to paste it.
Paste here... Kodi Paste Site


RE: No metadata artwork is showing - Offsprin - 2024-03-31

Done: https://paste.kodi.tv/dihobomome.kodi


RE: No metadata artwork is showing - Karellen - 2024-03-31

(2024-03-31, 12:02)Offsprin Wrote: Done: https://paste.kodi.tv/dihobomome.kodi
Easy issue first...
All those <...extraart> entries in your advancedsettings.xml are obsolete in v21 and later. The code for that was removed... https://github.com/xbmc/xbmc/pull/22748

As for the images, seems to be a problem creating the thumbnail cache folder on Lines 138-175
error <general>: Create - Error creating /home/offspring/.kodi/userdata/Thumbnails
Permissions problem?


RE: No metadata artwork is showing - Offsprin - 2024-04-06

Welp, thank you. The Thumbnails folder is symlinked to a folder that seems to have been moved at some point, but I didn't even see that error. Thanks for the note on the advancedSettings extraart entries, as well. I'll remove them.