Kodi Community Forum
KCleaner (Clean up temporary files & other stuff) - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: Add-on Support (https://forum.kodi.tv/forumdisplay.php?fid=27)
+---- Forum: Program Add-ons (https://forum.kodi.tv/forumdisplay.php?fid=151)
+---- Thread: KCleaner (Clean up temporary files & other stuff) (/showthread.php?tid=307919)

Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33


RE: KCleaner (Clean up temporary files & other stuff) - User 325245 - 2019-02-19

It was stuck on local copy of kodi repository:

GZFILE >>/storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/temp/addon.gz


RE: KCleaner (Clean up temporary files & other stuff) - MB1968 - 2019-02-19

(2019-02-19, 14:43)DaLanik Wrote: It was stuck on local copy of kodi repository:

GZFILE >>/storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/temp/addon.gz
That file returns as soon as I run one of the check options in KCleaner. The addon.gz file contains an addon.xml file that's more than 5mb in size.


RE: KCleaner (Clean up temporary files & other stuff) - User 325245 - 2019-02-19

I'll make some checks so it doesn't crash on this one...


RE: KCleaner (Clean up temporary files & other stuff) - MB1968 - 2019-02-19

(2019-02-19, 16:25)DaLanik Wrote: I'll make some checks so it doesn't crash on this one...
I'm glad you found the culprit. We are men, we want it perfect Wink


RE: KCleaner (Clean up temporary files & other stuff) - MAX404 - 2019-03-06

Hi everyone

Just to comment how great this add on is

Working real good with Version 18.1 + Estuary mod V2 (Guilouz) on my Nvidia Shield TV


RE: KCleaner (Clean up temporary files & other stuff) - User 325245 - 2019-12-04

If anyone is on latest development builds, they now have Python 3. So I will try to update my addons to P3. This is the 1st addon... seems ok, but I didn't test it very much. Notice, that it is ONLY Python 3, it probably won't work on older Kodi releases with Python 2.7.

That's why I made new repo, which should be visible from my TEST repo, P3 repo.... use only if you have Python 3 Kodi!

D.


RE: KCleaner (Clean up temporary files & other stuff) - jmh2002 - 2019-12-04

@DaLanik

I just wanted to add an extra THANKS for your addon. I don't think much about it to be honest. Why? Because it just runs perfectly, automatically, in the background, without any trouble.

Thanks again for this great addon Nod


RE: KCleaner (Clean up temporary files & other stuff) - MAX404 - 2019-12-05

@DaLanik

Same here mate , thanks a lot for the great work !!


RE: KCleaner (Clean up temporary files & other stuff) - snyft - 2019-12-28

How does this work with Artwork beef? Does it delete anything that i have downloaded?


RE: KCleaner (Clean up temporary files & other stuff) - seeker_ktf - 2019-12-31

I hate it when the first time I post on a sub its for a bug, but...

I have this in my advancedsettings.xml:
Code:
<pathsubstitution>
<substitute>
<from>special://masterprofile/Thumbnails</from>
<to>smb://192.168.100.7/Thumbnails</to>
</substitute>
</pathsubstitution>
But the cleaner is not picking up the substitution. It's pointing into the default location, which is now empty since very correctly, none of those thumbnails were being used.
Still thanks.


RE: KCleaner (Clean up temporary files & other stuff) - User 325245 - 2019-12-31

(2019-12-31, 17:47)seeker_ktf Wrote: I hate it when the first time I post on a sub its for a bug, but...

I have this in my advancedsettings.xml:
Code:
<pathsubstitution>
<substitute>
<from>special://masterprofile/Thumbnails</from>
<to>smb://192.168.100.7/Thumbnails</to>
</substitute>
</pathsubstitution>
But the cleaner is not picking up the substitution. It's pointing into the default location, which is now empty since very correctly, none of those thumbnails were being used.
Still thanks. 

Hmm, it is possible, I am not sure I'm doing anything about substitution... I'll have to check the source code.


RE: KCleaner (Clean up temporary files & other stuff) - tomas.kazragis - 2020-01-04

Is there a way to add exclusion path? To be more exact, I want to add to exclusions a directory special://temp/lrt. I've tried to add it to Custom Paths, but it was deleted...

Thank you in advance.


RE: KCleaner (Clean up temporary files & other stuff) - lpt2007 - 2020-01-04

Hi,

KCLEANER works on android tv?

I just tried and won't start.


KCleaner (Clean up temporary files & other stuff) - msnow - 2020-01-04

(2020-01-04, 22:36)lpt2007 Wrote: Hi,

KCLEANER works on android tv?

I just tried and won't start.


Yes, works on Kodi on my Shield and Sony Android TV’s.


RE: KCleaner (Clean up temporary files & other stuff) - User 325245 - 2020-01-06

(2020-01-04, 22:36)lpt2007 Wrote: Hi,

KCLEANER works on android tv?

I just tried and won't start.

It depends on Kodi version. It works on all platforms (Android/Linux/windows). Are you sure you have the correct version? I made version for Python3 (newest Kodi alpha) that works only on Python 3....