[RELEASE] Texture Cache Maintenance utility
Nothing unusual in the xbmc.log (except for not finding some fonts).

Here is the output of texturecache.py c

Code:
./texturecache.py c
Traceback (most recent call last):                          
  File "./texturecache.py", line 6350, in <module>
    main(sys.argv[1:])
  File "./texturecache.py", line 6206, in main
    extraFields=_extraFields, query=_query)
  File "./texturecache.py", line 3373, in jsonQuery
    cacheImages(mediatype, jcomms, database, data, title_name, id_name, force, nodownload)
  File "./texturecache.py", line 3428, in cacheImages
    for r in database.getRows(allfields=False):
  File "./texturecache.py", line 1270, in getRows
    data = self.mydb.getTextures(filter, order, allfields)
  File "./texturecache.py", line 2622, in getTextures
    return self.sendJSON(REQUEST, "libTextures", checkResult=False)
  File "./texturecache.py", line 1567, in sendJSON
    udata = MyUtility.toUnicode(data)
  File "./texturecache.py", line 3070, in toUnicode
    data = unicode(data, encoding="utf-8", errors="ignore")

Texture.db link is on your way.
Reply


Messages In This Thread
RE: [RELEASE] Texture Cache Maintenance utility - by theowiesengrund - 2014-01-25, 04:23
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