Table of Contents

Cleaning Kodi Thumbnail Cache Directory

Kodi stores cached artwork (posters, fanart, icons, previews) locally. Clearing the thumbnail cache can free disk space and fix corrupted or outdated artwork. Kodi will rebuild the cache automatically during browsing.

What Gets Cleared

Kodi thumbnail cache consists of:

For a full reset, delete both.

  1. Close Kodi - Kodi must be fully closed before deleting cache files.
  2. Locate userdata Folder
    ~/.kodi/userdata/
  3. Delete Files
    Thumbnails/
    Database/Textures*.db

    Do not delete other database files.

  4. Restart Kodi

Kodi will rebuild:

Expect slower browsing until rebuilt.

Method 2 — Database Reset Only

If artwork mappings are broken but disk usage is acceptable:

Delete only:

Database/Textures*.db

Keep:

Thumbnails/

Kodi will rebuild the index only.

Typical Space Usage

Library Size Cache Size
Small 200–500 MB
Medium 1–3 GB
Large 5–20+ GB

Side Effects

After clearing:

Forcing Kodi to Prefer Embedded Music Artwork and Metadata

Goal: Make Kodi prefer embedded tags and artwork instead of online scraping or folder images.

Method 1 - Use Local Information Only Scrapers

Settings -> Media -> Music -> Library

Set:

Default provider for artist information -> Local information only
Default provider for album information -> Local information only

This disables online metadata scraping.

Method 2 - Enable Embedded Tag Reading

Settings -> Media -> Music

Enable:

Read embedded tags
Extract thumbnails and video information

(Names vary slightly by version.)

Method 3 - advancedsettings.xml Overrides

Edit:

userdata/advancedsettings.xml

Add:

<advancedsettings>
  <musiclibrary>
    <preferonlineinfo>false</preferonlineinfo>
  </musiclibrary>

  <music>
    <prioritiseembeddedart>true</prioritiseembeddedart>
  </music>
</advancedsettings>

This forces embedded artwork preference.

Method 4 - Clean and Rescan Library

After changing settings:

Clean library:

Music -> Library -> Clean library

Optional full artwork reset:

Delete:

userdata/Thumbnails/
userdata/Database/Textures*.db

Restart Kodi and rescan.

Method 5 - Proper Tag Requirements

Kodi prefers embedded data only if tags are complete.

Recommended fields:

Recommended artwork specs:

JPEG or PNG
500–1200 px square
< 1 MB preferred

Very large images may be skipped or downscaled.

Method 6 - Set Source Scraper to Local Only

When adding a music source:

Set content -> Music -> Information provider -> Local information only

Apply per source.

Common Causes of Embedded Art Being Ignored