[RELEASE] Texture Cache Maintenance utility
Hello

I'm doing it wrong then.
My setup is your OE V7 build #203 with Aeon Nox Silvo from the github-master and script.extendedinfo-master.
EDIT : Running your 2.2.9 version

Quote:Yes, that's pretty much it:

1) Scrape new movies
2) Run mklocal.py to pick up any local non-standard artwork (ie. logo.png, clearart.png) that I may have manually created alongside the new movies scraped in #1
3) Run AD to find logo/clearart for movies that don't already have such artwork - don't allow AD to download anything
4) Run mklocal.py again to download any non-standard local artwork that AD may have found in step #3

My current script running on a schedule
Code:
1 - /usr/bin/python /storage/script/texturecache/texturecache.py vclean
2 - /usr/bin/python /storage/script/texturecache/texturecache.py vscan
3 - kodi-send --action="XBMC.runscript(script.artwork.downloader, silent=true)"
4 - kodi-send --action="XMBC.runScript(script.toolbox,info=extrafanarttvshow, silent=true)"
5 - kodi-send --action="XBMC.runScript(script.toolbox,info=extrafanartmovie, silent=true)"
6 - texturecache.py jd movies | ./mklocal.py --local /media/MyBook/_FilmsWD --prefix /media/MyBook/_FilmsWD --artwork discart clearlogo extrafanart3 extrafanart5 banner extrafanart1 extrafanart2 extrafanart4 extrafanart extrathumbs fanart landscape poster thumb clearart logo --ignorebadprefix --output 3.log
7 - cat 3.log | texturecache.py set
8 - texturecache.py c movies
9 - texturecache.py imdb movies | texturecache.py set

In hope to have a better setup, I would appreciate if you can assist me in my understanding
A) I should also run my lines 6-7 after 2 ?
B) find the switch and implement "No download" at my line 3 ?
C) run again my lines 6-7 after 3 ?
D) 4 and 5 are used by Aeon Nox Silvo, I run 6-7 after... that might be a question for Phil65 and mikesilvo164
I'm still confused with the extrafanarts so I have included them all in my line #6. (kodi export: created them as extrafanartx)
E) I'm not certain that your 4 is my 6-7 , is it ok?

Thank you very much.

(this is my config file)
Code:
userdata = /storage/.kodi/userdata
dbfile = Database/Textures13.db
thumbnails = Thumbnails/
xbmc.host = localhost
webserver.port = 8080
webserver.username = kodi
webserver.password = kodi
rpc.port = 9090
download.threads = 2
qaperiod = 30
qa.file = no
cache.castthumb = no
logfile = /storage/videos/milhouse.log
logfile.verbose = yes
Reply


Messages In This Thread
Crash on Gotham on OS X - by desepticon - 2014-05-29, 17:57
RE: [RELEASE] Texture Cache Maintenance utility - by morstef4 - 2016-02-22, 18:48
Cleaning - by AleisterHH - 2018-05-28, 22:03
RE: Cleaning - by Milhouse - 2018-05-28, 22:16
qax genre not updated - by Just-Me_A-User - 2018-06-12, 22:06
RE: qax genre not updated - by Milhouse - 2018-06-12, 23:40
Logout Mark Read Team Forum Stats Members Help
[RELEASE] Texture Cache Maintenance utility17