[RELEASE] Texture Cache Maintenance utility
#66
Thx for your work, MilhouseVH...

I want to speed up my Raspberry running on Openelec 3.0.0 and a MySQL DB.
But...
Code:
openelec:~ # ./texturecache.py c movies
Querying localhost:9090 for all Movies...
Movie: #9                                        [ . fanart     ]  [ . poster     ]
Movie: ...denn sie wissen nicht, was sie tun     [ . fanart     ]  [ . poster     ]
Movie: ...und dann kam Polly                     [ . fanart     ]  [ . poster     ]
Movie: .45                                       [ . fanart     ]  [ . poster     ]
Movie: 3 Idiots                                  [ . fanart     ]  [ . poster     ]
Movie: 3 Schweinchen und ein Baby                [ . fanart     ]  [ . poster     ]
Movie: 3D Sex and Zen: Extreme Ecstasy           [ . fanart     ]  [ . poster     ]
Movie: 4.3.2.1 - 4 Girls, 3 Tage, 2 Städte, 1   [ . fanart     ]  [ . poster     ]
Movie: 7 Psychos                                 [ . fanart     ]  [ . poster     ]
Movie: 7 Sekunden                                [ . fanart     ]  [ . poster     ]
Movie: 7 Zwerge - Der Wald ist nicht genug     Traceback (most recent call last):
  File "./texturecache.py", line 1869, in <module>
    main(sys.argv[1:])
  File "./texturecache.py", line 1815, in main
    libraryQuery("cache", argv[1])
  File "./texturecache.py", line 617, in libraryQuery
    libraryAllMovies(action, filter, force, extraFields, rescan, decode, isTag=False)
  File "./texturecache.py", line 871, in libraryAllMovies
    loadImage(force, artwork, art[artwork], imagesCache, imgErrors)
  File "./texturecache.py", line 1303, in loadImage
    URL = getDownloadURL(filename)
  File "./texturecache.py", line 1250, in getDownloadURL
    data = sendJSON(REQUEST, "1")
  File "./texturecache.py", line 491, in sendJSON
    data = sendWeb("POST", "/jsonrpc", json.dumps(request), {"Content-Type": "application/json"})
  File "./texturecache.py", line 466, in sendWeb
    web.request(request_type, url, request, headers)
  File "./Lib/httplib.py", line 958, in request
  File "./Lib/httplib.py", line 992, in _send_request
  File "./Lib/httplib.py", line 954, in endheaders
  File "./Lib/httplib.py", line 814, in _send_output
  File "./Lib/httplib.py", line 776, in send
  File "./Lib/httplib.py", line 757, in connect
  File "./Lib/socket.py", line 571, in create_connection
socket.error: [Errno 111] Connection refused
... got this error.

Any idea? A hint?

Thx
Reply


Messages In This Thread
RE: [RELEASE] Texture Cache maintenance utility - by hydra75 - 2013-03-29, 08:35
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