MySQL/Sharing artwork: Difference between revisions

From Official Kodi Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 24: Line 24:
./texturecache.py c @xbmc.host=<ipaddress>
./texturecache.py c @xbmc.host=<ipaddress>
</pre>
</pre>
{{Isengard updated}}

Revision as of 02:59, 12 May 2015

Share libraries w/MySQL, guide:

  1. Introduction
  2. Setting up MySQL
  3. Setting up Kodi
Home icon grey.png   ▶ MySQL ▶ Sharing artwork


Artwork Downloader

Artwork Downloader

The Artwork downloader addon makes it easy to share artwork across a mysql database. Only one client needs to run the addon.

Texture Cache Maintenance Utility

Texture Cache Maintenance Utility

The texture cache utility makes it easy to recache artwork that is stored in the database. This needs to be done occasionally on all clients using the mysql database.

This can be done from one machine as long as remote access is enabled on each Kodi install.

./texturecache.py c @xbmc.host=<ipaddress>