[RELEASE] Texture Cache Maintenance utility
Hey Milhouse

Am coming across some oddities.

embedded art in albums etc not coming up properly, and it refuses to read the Folder.jpg in each album, so I really dont want to manually pull info > choose thumb for each to load local music thumbs for albums or songs etc as its already embedded in tags.
Code:
C          Re-cache artwork even when it exists. Class can be movies, tags, sets, tvshows, artists, albums or songs. Filter mandatory.

However running

Code:
./texturecache.py C songs
./texturecache.py C albums
./texturecache.py C artists

I gets something like
Code:
File "./texturecache.py", line 7063, in <module>
    main(sys.argv[1:])
  File "./texturecache.py", line 6801, in main
    loadConfig(argv)
  File "./texturecache.py", line 6392, in loadConfig
    gConfig = MyConfiguration(argv)
  File "./texturecache.py", line 291, in __init__
    self.QAPERIOD = int(self.getValue(config, "qaperiod", "30"))
ValueError: invalid literal for int() with base 10: '30 (added after 2014-02-05)'

So is this me or something worng in script, I though filter mandatory measnt you could pass movies, tags, sets, tvshows, artists, albums or song to C

Yes Im adding allow.recacheall=yes to the cfg.
Reply


Messages In This Thread
RE: [RELEASE] Texture Cache Maintenance utility - by un1versal - 2014-03-09, 20:21
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
Logout Mark Read Team Forum Stats Members Help
[RELEASE] Texture Cache Maintenance utility17