[RELEASE] - Thumbnails Cleaner v1.1.4 - 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: [RELEASE] - Thumbnails Cleaner v1.1.4 (/showthread.php?tid=158972) |
RE: [RELEASE] - Thumbnails Cleaner - m4x1m - 2013-03-18 (2013-03-18, 17:20)toiva Wrote: I use the same advanced setting and did not have any problem, atleast i didn't notice any. And just to confirm, it seems to work fine on mysql table now. (2013-03-18, 18:34)DaDuck Wrote: I cleaned up me advanced settings works like a charm now I'm very happy RE: [RELEASE] - Thumbnails Cleaner - mcfreiz - 2013-03-21 was 2.5gb now 500mb thanks! RE: [RELEASE] - Thumbnails Cleaner - john.doe - 2013-03-21 When I run script, obtain actual statistics, but it can not end simulate or real execution. any idea? Quote:20:44:31 T:4872 ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<-- RE: [RELEASE] - Thumbnails Cleaner - jmarshall - 2013-03-22 You probably have a good idea of what you need to access Textures13.db over JSON-RPC. Please list what you need and I'll look at doing up a feature request. Cheers, Jonathan RE: [RELEASE] - Thumbnails Cleaner - m4x1m - 2013-03-22 (2013-03-21, 21:39)john.doe Wrote: When I run script, obtain actual statistics, but it can not end simulate or real execution. It seems that the table "art" in MyMusic database does not exist!! Can you check the version of MyMusic database? It's very strange that the "art" table doesn't exist. Can you list me the content of your /userdata/Database/* ?? RE: [RELEASE] - Thumbnails Cleaner - m4x1m - 2013-03-22 (2013-03-22, 05:45)jmarshall Wrote: You probably have a good idea of what you need to access Textures13.db over JSON-RPC. Please list what you need and I'll look at doing up a feature request. Thanks Jonathan. The problem is not the Texture13.db. I tested the JSON-RPC, but for me it is much useful a raw access to the database. For example. To get the Season arts or to get the Episode arts, with JSON I must to specify the tvshowid and this slows the result (and not returns the season-all.jpg, but this isn't a big problem). To get all actor thumbs, with a raw access, is necessary only one query, with JSON is a bit complicated. [RELEASE] - Thumbnails Cleaner - ctawn - 2013-03-22 I just used the simulation and have a couple questions and issues: • it says it can save 1.6 of 1.8 gb, or 52k of 54k files. Can that possibly be right? I'm thinking there must be a lot of thumbnails from add ons, but still? • when I first ran sim mode it didn't appear to be working so I must have hit the go button 3-5 times. Now it's on it's third run through with apparently no way to cancel. How do I get out, short of rebooting atv? RE: [RELEASE] - Thumbnails Cleaner - m4x1m - 2013-03-22 (2013-03-22, 12:55)ctawn Wrote: • it says it can save 1.6 of 1.8 gb, or 52k of 54k files. Can that possibly be right? I'm thinking there must be a lot of thumbnails from add ons, but still? OK. I noticed a bug on the days setting (0 = disable not work be careful) The script excludes all posters, fanarts, thumbs, banners that are read from video and music database. Optional: 1. The script delete the fields in Texture13.db with an empty lasthashcheck (normally url begins with http://) 2. The script delete the fields in Texture13.db that are older than X days Remained files are copied/moved (checks the destination folder before clean) The fields in Texture13.db are recreated automatically when you need it. (for example extrafanart or addons thumbnails) (2013-03-22, 12:55)ctawn Wrote: • when I first ran sim mode it didn't appear to be working so I must have hit the go button 3-5 times. Now it's on it's third run through with apparently no way to cancel. How do I get out, short of rebooting atv? When the simulation/clean begins, a notification appears (on top of the screen with the Transparency! skin) then needs to wait that finish! (checks the xbmc.log for errors if don't start or don't finish) RE: [RELEASE] - Thumbnails Cleaner - ctawn - 2013-03-22 What is in texture 13.db exactly? regarding the simulation, it is good to know it checks the log for errors, which I suppose means it can be safely aborted by force rebooting the ATV. But maybe it shouldn't queue up multiple operations while it is in progress, as it appears to have done. It won't stop running again (because I assume I pressed start several times in a row). RE: [RELEASE] - Thumbnails Cleaner - Skank - 2013-03-22 Nice plugin, this works with mysql? RE: [RELEASE] - Thumbnails Cleaner - m4x1m - 2013-03-22 (2013-03-22, 14:11)ctawn Wrote: What is in texture 13.db exactly? http://wiki.xbmc.org/index.php?title=Thumbnails/Cache Normally contains the hash for extrafanart, thumbnails generated, for example, from skin.widgets, when you explore the addons and all images that the xbmc encounters during the utilisation. This images are generated again if needed. (2013-03-22, 14:11)ctawn Wrote: regarding the simulation, it is good to know it checks the log for errors, which I suppose means it can be safely aborted by force rebooting the ATV. Strange, when the simulation/clean begins the buttons are disabled but, yes, you can safely abort the operation by quitting the xbmc, the copy/move operation is the last thing that happens (2013-03-22, 14:26)Skank Wrote: Nice plugin, this works with mysql? Yes! Checks the addon settings! RE: [RELEASE] - Thumbnails Cleaner - mcfreiz - 2013-03-22 (2013-03-22, 12:55)ctawn Wrote: • when I first ran sim mode it didn't appear to be working so I must have hit the go button 3-5 times. Now it's on it's third run through with apparently no way to cancel. How do I get out, short of rebooting atv? click the button once and wait. it takes about 10 seconds before you see anything happening on the ATV2. since you hit the go button 3-5 times, its going to run it 3-5 times I had to pull the plug on the to stop it RE: [RELEASE] - Thumbnails Cleaner - m4x1m - 2013-03-22 (2013-03-22, 18:04)mcfreiz Wrote:(2013-03-22, 12:55)ctawn Wrote: • when I first ran sim mode it didn't appear to be working so I must have hit the go button 3-5 times. Now it's on it's third run through with apparently no way to cancel. How do I get out, short of rebooting atv? After clicking on Simulate, the buttons are disabled? If not, checks the xbmc log for errors! I don't have any way to test on ATV2. In my system after clicking the Simulate button, all the buttons are disabled to prevent another click, then I can not understand how it is possible to click 3-5 times. RE: [RELEASE] - Thumbnails Cleaner - john.doe - 2013-03-22 I have not any files in music library, after add some of them, this is database folder content and this error log after Quote:17:24:46 T:6040 NOTICE: [Thumbnails Cleaner] - Starting Thumbnails Cleaner v1.0.4 RE: [RELEASE] - Thumbnails Cleaner - User 34959 - 2013-03-22 And the video database is set to MyVideos75 in the addon settings, and not one of the older ones? I would seriously consider removing every database use got and start fresh, your databases have most likely gone so many upgrades that no wonder something is broken. |