Posts: 1,607
Joined: Apr 2016
2017-03-11, 12:15
(This post was last modified: 2017-03-11, 12:24 by User 325245.)
It is possible to clean everything in one go (Clean all+Compact) except "Clean textures DB".... that is the last function added so I din't have the chance to inegrate it into "everything"
Next version
Mind you that "schedule" is really not schedule - it just checks on kodi startup, when was the last clean performed and if it is longer than set period, it runs it. I will also see if I can make full scheduler - but I suppose everyone closes Kodi daily, so it shouldn't be a problem....
P.S> Aha, I just noticed, i really is missing in settings.. I'll have a look!
Posts: 1,607
Joined: Apr 2016
2017-03-11, 13:05
(This post was last modified: 2017-03-11, 13:07 by User 325245.)
I found the bug - it is in settings file.... the setting is there only hidden
I'll upload the fixed addon later today
Posts: 1,607
Joined: Apr 2016
v1.1
- Bug fix in settings
Posts: 1,607
Joined: Apr 2016
It doesn't delete anything it just compacts the database. All databases just get bigger and bigger overtime, because even if you delete records, they are just erased but database is not getting smaller - it would consume too much time/cpu. So after several months you end up with database that is i.e. 15Mb but there is only 2 Mb actual data in it. This just deletes all empty space. Doesn't have impact on speed or anything, just reclaims disk space....
Posts: 1,607
Joined: Apr 2016
I didn't think it worth complicating the code - internet nowdays is so fast that it will take no time to download all thumbs again from the net... also with packages, but I will examine the possibility to do it...
Posts: 1,607
Joined: Apr 2016
OK, I think I managed to make a "Scheduler" so it should run approx. every 1 day/week/month etc.... even if it is left running (without restarting Kodi). Just need to test and I'll post the update.
Posts: 88
Joined: Feb 2017
Reputation:
1
No biggie but the task completed box covers the results box with a little bit of overlap making you wait a few seconds to see it. It should be smaller. Also could you have an "exit" button instead of shutting down the UI each time a task is completed?
Posts: 1,607
Joined: Apr 2016
The completed box is skin-dependant, not much I can do about it, only remove it... maybe not a bad idea. I'll check it out.
exit? from where? from the results window? you can close it by pressing back button.... or you mean leave the menu on after single task completed?