[RELEASE] Texture Cache Maintenance utility
Hi,

I've noticed my thumbnails folder is currently at 10.7gb so I'm trying to run the following command, "python texturecache.py p" on my Win7 machine with python 2.7 installed and I am receive the following error:

Code:
Loading Songs: Rob Ford | VictoriaÔÇÖs Secret Fashion Show Pt. 1 | Wha Happened
Loading Songs: Saturday...
Loading Genres: club  trance house VA  ACID TECHNO HARDCORE HARDSTYLE DEEP UNDER
Loading Genres: Compilation...
Traceback (most recent call last):
  File "texturecache.py", line 6982, in <module>
    main(sys.argv[1:])
  File "texturecache.py", line 6843, in main
    pruneCache(remove_nonlibrary_artwork=False)
  File "texturecache.py", line 5222, in pruneCache
    libraryFiles = getAllFiles(keyFunction=getKeyFromFilename)
  File "texturecache.py", line 5537, in getAllFiles
    files[keyFunction(picture["thumbnail"])] = "thumbnail"
  File "texturecache.py", line 5367, in getKeyFromFilename
    return MyUtility.normalise(filename, strip=True)
  File "texturecache.py", line 3233, in normalise
    v = bytes(v.encode("iso-8859-1")).decode("utf-8")
UnicodeEncodeError: 'latin-1' codec can't encode characters in position 39-41: ordinal not in range(256)

I think its giving an error while scanning my music which I must admit is a mess when it comes to tagging.

Any advise? Thanks in advance.
Reply


Messages In This Thread
RE: [RELEASE] Texture Cache Maintenance utility - by ADA2D - 2014-03-05, 07:40
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