Posts: 3
Joined: Jan 2015
Reputation:
0
What would the best way be to remove all Fanart and actors images?
Posts: 8
Joined: Jan 2015
Reputation:
0
I have a (difficult ?) question : Is it possible to update fanarts of a film and force the update to be with the latest version of the film. For exemple, I have "The Great Gatsby" but by default, the scrapper chose the older version, not the last one. And, if it is possible, only the fanarts will be replaced, or does the script manage all the other informations (synopsis, actors, ...)
Thx.
Posts: 8
Joined: Jan 2015
Reputation:
0
Thx for this answer. I'm still trying to figure out what exactly this script does :-p
Posts: 2
Joined: Jan 2014
Reputation:
0
Noob here...and needing some help.
I have both Amazon Fire TV box and stick running SPMC (XBMC Gotham 13.3). I'd love to use your utility, but I'm having difficulty understanding how to connect to the AFTVs when running Python and your script on my Windows 7 box. I read one post that said all I need to do is specify the IP address of the AFTV--but I'm not sure where/how to do this.
On my Win7 box, I have installed Python 2.7 and modified the PATH and PATHEXT variables.
I put texturecache.py and texturecache.cfg in the Python27 folder. From the command line, I type:
texturecache.py s "Sons of Anarchy"
and get:
FATAL: The task you wish to perform requires read/write file access to the XBMC sqlite3 Texture Cache database.
The following sqlitedatabase could not be opened: \sdcard\android/data\com.semperpax.spmc\files\.xbmc\userdata
Check settings in properties file texturecache.cfg, or upgrade your XBMC client to use a more recent version that supports Textures JSON API
I'm guessing I need to modify the texturecache.cfg file to tell texturecache.py where to look for the AFTV (e.g. on my local network, ip address 192.168.2.116). In texturecache.cfg, I've changed the userdata variable to /sdcard/android/data/com.semperpax.spmc/files/.xbmc/userdata and the xbmc.host variable to 192.168.2.116
I'm sure this is basic stuff, but I'd appreciate any help especially if it explains it in very direct steps easy for a noob to understand!
Posts: 17,855
Joined: Jan 2011
Reputation:
1,056
Milhouse
Retired Team-Kodi Member
Posts: 17,855
The problem is your AFTV is running an old version of XBMC, that doesn't support the Textures JSON API. Without the JSON API, which provides remote access to the texture cache, the script is forced to directly access the userdata folder of the AFTV. Since you're running the script on Windows, that's never going to work, as Windows can't mount the AFTV SD card.
Your best option is to run the script directly on the AFTV, so that the script has direct access to userdata, or upgrade the AFTV to Helix which does support the Textures JSON API.
Texture Cache Maintenance Utility: Preload your texture cache for optimal UI performance. Remotely manage media libraries. Purge unused artwork to free up space. Find missing media. Configurable QA check to highlight metadata issues. Aid in diagnosis of library and cache related problems.
Posts: 19,982
Joined: May 2009
Reputation:
452
nickr
Retired Team-Kodi Member
Posts: 19,982
Do you have webserver enabled?
If I have helped you or increased your knowledge, click the 'thumbs up' button to give thanks :) (People with less than 20 posts won't see the "thumbs up" button.)
Posts: 17,855
Joined: Jan 2011
Reputation:
1,056
Milhouse
Retired Team-Kodi Member
Posts: 17,855
Have you restarted Kodi after enabling the "Allow programs" options - sometimes Kodi fails to reconfigure the RPC server when the options are changed, a restart of Kodi usually fixes it.
Texture Cache Maintenance Utility: Preload your texture cache for optimal UI performance. Remotely manage media libraries. Purge unused artwork to free up space. Find missing media. Configurable QA check to highlight metadata issues. Aid in diagnosis of library and cache related problems.