Release Visual Thumbs - (Create thumbs for subfolders in picture library) - 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: Service Add-ons (https://forum.kodi.tv/forumdisplay.php?fid=152) +---- Thread: Release Visual Thumbs - (Create thumbs for subfolders in picture library) (/showthread.php?tid=280680) |
RE: Visual Thumbs - peppe_sr - 2016-08-01 sure, i now that. have to think a way to force the refresh. EDIT in advancedsettings.xml there is an interesting code. Code: 2.7 Photos settings RE: Visual Thumbs - User 325245 - 2016-08-01 (2016-08-01, 11:45)peppe_sr Wrote: sure, i now that.Hmm interesting. .. will try Sent from my GT-N7100 RE: Visual Thumbs - User 325245 - 2016-08-01 Yes, this has to be in advancedsettings.xml: Code: <advancedsettings> and the folder.png is not shown. Now only to edit the script to generate PNG instead of JPG D> RE: Visual Thumbs - peppe_sr - 2016-08-01 great, i read that part of code years ago, it was somewhere in my mind........ remain the refresh problem after the script ends! are you sure that regenerate thumbs works also for that? if so you can add a built in command to execute a first refresh after all thumbs are create. i can't find a specific one maybe is this generic refresh command: Code: Container.Refresh --> Refresh current listing Peppe RE: Visual Thumbs - User 325245 - 2016-08-01 Sometimes regenerate thumbs works, sometimes you need to open the folder, return and THEN do "regenerate" in order to update.... sometimes it updates only single folder, sometimes all folders in a level.... RE: Visual Thumbs - User 325245 - 2016-08-01 OK, got everything working except "refresh"... just have to automate adding regex to advancedsettings.xml, which si not a problem but will take some time RE: Visual Thumbs - peppe_sr - 2016-08-02 good. also create advancedsettings.xml if not present, that i think is the common situation of most kodi users. but this feature is not so important. about refresh, when i suggested to use more than one image format it was because switching between formats should force the refresh. made some test in the past and i'm pretty sure about this. Peppe RE: Visual Thumbs - User 325245 - 2016-08-02 v2.3 - Added option to make thumbs as PNG file, not only JPG, so it supports transparency now - Hides folder.png from being displayed as a picture by making advancedsettings.xml (only if file already doesn't exist) - Various small optimizations So for the time being, I am not updating advancedsettings.xml if it exists, only creating it if it does't. If it exists, and exception for folder.png is there - then it;s OK. If it's not there... user must add it manualy. Still have to do the part of updating the XML.... RE: Visual Thumbs - User 325245 - 2016-08-03 v2.4 - parsing advancedsettings.xml and adding exclusion for folder.png RE: Visual Thumbs - User 325245 - 2016-09-24 v2.5 - code cleanup RE: Visual Thumbs - User 325245 - 2016-10-05 v2.6 - All strings read from language files - Unicode fixes RE: Visual Thumbs - User 325245 - 2016-11-25 If you like this add on, please like the Facebook page: Visual Thumbs RE: Visual Thumbs - (Create thumbs for subfolders in picture library) - User 325245 - 2016-12-22 v2.7 - Logo, banner, fanart RE: Visual Thumbs - (Create thumbs for subfolders in picture library) - User 325245 - 2017-02-04 v2.8 - Change all xml guisettings reading from xml.dom to json RE: Visual Thumbs - (Create thumbs for subfolders in picture library) - User 325245 - 2017-02-05 v2.9 - Improve logic |