[RELEASE] Texture Cache Maintenance utility
(2020-05-12, 00:49)Milhouse Wrote:
(2020-05-11, 20:35)WolfIsMyName Wrote: Thank you so much, it's the biggest breakthrough I've had in weeks. Sadly I'm now faced with another issue Sadhttps://paste.kodi.tv/zocifiwuve.kodi

I don't know what command you are running, but I would suggest redirecting stderr to /dev/null as you don't need that to appear in the kodi log, and you might also want to redirect stdout to a separate file, for example:
text:

texturecache.py YOURARGSHERE @logfile=/tmp/tc.log 2>/dev/null >/tmp/stdout.log
where you replace YOURARGSHERE with c movies (or whatever).

Remove >/tmp/stdout.log if you want the script output to appear in kodi.log.

Upload the log file /tmp/tc.log (along with kodi.log and/or /tmp/stdout.log) if you still have problems and I'll see what I can do (but I don't test on Android and am not very familiar with that environment from a Python point of view - it's usually fairly locked down). 
Yeah I see what you mean, struggling with it for weeks now. I was able to generate the tc.log file: https://paste.kodi.tv/moderosuke.kodi , kodi.log remains the same: https://paste.kodi.tv/ruxawejeco.kodi. I hope that helps, thank you once again.
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 WolfIsMyName - 2020-05-12, 23:55
Logout Mark Read Team Forum Stats Members Help
[RELEASE] Texture Cache Maintenance utility17