[RELEASE] Texture Cache Maintenance utility
(2020-03-13, 21:05)Milhouse Wrote:
text:

texturecache.py c tvshows @cache.artwork=thumb
should work, I think. 

This is exactly what I'm looking for! I added ,poster to test and it works!
text:

texturecache.py c tvshows @cache.artwork=thumb,poster
 

Also regarding my question 6., you didn't get what I was asking.
Its mainly, How do you separate "Batman Beyond" and "Batman Animated Series" and "Batman Adventures". More like precise exact pinpoint tvshow. like
ONLY Batman Beyond,
text:
texturecache.py c tvshows "Batman Beyond" @cache.artwork=thumb,poster

ONLY Batman Animated Series,
text:
texturecache.py c tvshows "Batman Animated Series" @cache.artwork=thumb,poster

ONLY Batman Adventures,
text:
texturecache.py c tvshows "Batman Adventures" @cache.artwork=thumb,poster

Better yet, can you choose a specific source path location to be cached? E.g.

text:
texturecache.py c tvshows "/storage/emulated/0/Anime" @cache.artwork=thumb,poster

or

text:
texturecache.py c tvshows "source=Anime" @cache.artwork=thumb,poster

as per sources.xml
text:
<sources>
    <video>
        <default pathversion="1"></default>
        <source>
            <name>Anime</name>
            <path pathversion="1">/storage/emulated/0/Anime/</path>
            <allowsharing>true</allowsharing>
        </source>

</sources>
I've tried this, doesn't work.
Reply


Messages In This Thread
Crash on Gotham on OS X - by desepticon - 2014-05-29, 17:57
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
RE: [RELEASE] Texture Cache Maintenance utility - by clockwerk - 2020-03-14, 09:40
Logout Mark Read Team Forum Stats Members Help
[RELEASE] Texture Cache Maintenance utility17