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 - 2017-06-18

Yes you are right, seems not to be deleting subdirectories in cache/temp... I wonder why I did it like that, there must have been a reason Smile Will examine.


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

Yes, found it it took awhile Smile

As per request: 2537760 (post)

it was excluded in v0.7: 2538257 (post)


RE: KCleaner (Clean up temporary files & other stuff) - msnow - 2017-06-20

(2017-06-18, 21:06)DaLanik Wrote: Yes, found it it took awhile Smile

As per request: 2537760 (post)

it was excluded in v0.7: 2538257 (post)

Ok, thanks for checking. Perhaps it can be an opt-in option in a future update. BTW, mine never empties.


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

(2017-06-20, 22:51)msnow Wrote:
(2017-06-18, 21:06)DaLanik Wrote: Yes, found it it took awhile Smile

As per request: 2537760 (post)

it was excluded in v0.7: 2538257 (post)

Ok, thanks for checking. Perhaps it can be an opt-in option in a future update. BTW, mine never empties.
Shouldn't be a problem to implement.

Sent from my S8+


RE: KCleaner (Clean up temporary files & other stuff) - AnthonyB - 2017-06-21

On one of my 3 PCs running Windows 10 x64 and Kodi 17.3 I get the following error as soon as I start KCleaner:

Code:
21:51:27.817 T:8088   ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
                                             - NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
                                            Error Type: <type 'exceptions.WindowsError'>
                                            Error Contents: (2, 'The system cannot find the file specified', 'C:\\Users\\Anthony\\AppData\\Roaming\\Kodi\\cache\\scrapers\\metadata.albums.allmusic.com\\am-ps-a-toad-retrospective-r441756-P.S.')
                                            Traceback (most recent call last):
                                              File "C:\Users\Anthony\AppData\Roaming\Kodi\addons\script.kcleaner\default.py", line 1602, in <module>
                                                totalSizes = CalcDeleted()
                                              File "C:\Users\Anthony\AppData\Roaming\Kodi\addons\script.kcleaner\default.py", line 81, in CalcDeleted
                                                fileSize = os.path.getsize(os.path.join(root, f))
                                              File "C:\Program Files (x86)\Kodi\system\python\Lib\genericpath.py", line 57, in getsize
                                                return os.stat(filename).st_size
                                            WindowsError: (2, 'The system cannot find the file specified', 'C:\\Users\\Anthony\\AppData\\Roaming\\Kodi\\cache\\scrapers\\metadata.albums.allmusic.com\\am-ps-a-toad-retrospective-r441756-P.S.')
                                            -->End of Python script error report<--

Full Kodi Debug log (with KCleaner Debug also turned on) here - https://pastebin.com/24G1tke4

I get what an error saying cannot find a file is, but why is it looking for that file (or how does it know it exists)? How can I resolve this issue?
Thanks


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

Probably rights issue, I'll have a look.


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

OK, please try v2.71 from the Test repo:

v2.71
- Bug Fix


RE: KCleaner (Clean up temporary files & other stuff) - g_09 - 2017-06-23

Hello,

New to the forums. I can't get this to install. I added the repo's on page 1, then when I go to addons>install from zip file, there's nothing in the folder?


RE: KCleaner (Clean up temporary files & other stuff) - g_09 - 2017-06-23

I need a good a maintenance tool as xunity is dead.


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

Do not install from zip file, install from repository. So download repo and install repo from zip, then install addon(s) from repo.


RE: KCleaner (Clean up temporary files & other stuff) - SOsound - 2017-06-27

(2017-02-26, 20:44)Usafle Wrote: Your addon kind of reminds me of this app that I use for my Nexus 6.
Not accusing you of anything, just saying.

How much do you think it will slow down the execution? If we are talking like a minute, then yea, not a good idea. But if it's only going to be a couple of seconds longer....
I totally agree with you.
I even asked for a help from xda but they couldn't help.

thank you, bro. Bookmarked


RE: KCleaner (Clean up temporary files & other stuff) - AaronCompNetSys - 2017-07-02

Your website is not showing the body of the content correctly for me on Firefox and Chrome. I looked at the source to get the repo zip file download for anyone else looking for it. You might want to post a permalink to the zip in your first post as backup.

http://kodi.lanik.org/_repo/lanik.repo/lanik.repo-1.0.2.zip


RE: KCleaner (Clean up temporary files & other stuff) - User 325245 - 2017-07-09

That is strange, just checked from Chrome (and I use FF daily) and it works? Do you use some blocking software or similar?


RE: KCleaner (Clean up temporary files & other stuff) - AnthonyB - 2017-07-17

(2017-06-21, 14:23)DaLanik Wrote: OK, please try v2.71 from the Test repo:

v2.71
- Bug Fix

2.71 has resolved the issue I reported earlier.

Thanks!


RE: KCleaner (Clean up temporary files & other stuff) - User 325245 - 2017-07-17

OK, updated v2.71 frm testrepo to normal repo:

v2.71
- Bug Fix