MySQL/Sharing artwork: Difference between revisions

From Official Kodi Wiki
Jump to navigation Jump to search
No edit summary
mNo edit summary
 
(One intermediate revision by one other user not shown)
Line 3: Line 3:
{{divbox|orange||'''Note:''' Do not share the thumbnails folder or the texture.db under any circumstances.}}
{{divbox|orange||'''Note:''' Do not share the thumbnails folder or the texture.db under any circumstances.}}


__TOC__
{{-}}
==Artwork Downloader==
[[Add-on: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==


 
[[Texture_Cache_Maintenance_utility|Texture Cache Maintenance Utility]]
[[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.
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.
Line 24: Line 15:
./texturecache.py c @xbmc.host=<ipaddress>
./texturecache.py c @xbmc.host=<ipaddress>
</pre>
</pre>
{{Isengard updated}}

Latest revision as of 10:06, 20 July 2020

Share libraries w/MySQL, guide:

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


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>