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-06-27 Code: 20:37:56 T:6800 NOTICE: THUMBS >> PATH: >>//NSA325-V2/photo/Foto/2003\03-06-2003_Casa Alberto<< Peppe RE: Visual Thumbs - User 325245 - 2016-06-27 Hmm, this could be KODI issue with Android >5.1 ... and permissions. It works on windows no problems. Do you have android box? RE: Visual Thumbs - peppe_sr - 2016-06-28 No. I'm on Windows 10 pro. Images are on a zyxel nas no wifi but cable! RE: Visual Thumbs - User 325245 - 2016-06-28 Do you know how to change the script in plugin folder so I dont have to upload new test version to repository on every change? Just download the file and overwrite the original one in KODI directory where the plugins are (Kodi/addons/script.visual_thumbs) test This will create an entry in the KODI.log so we can see what error and what file is the problem. RE: Visual Thumbs - peppe_sr - 2016-06-28 Sure, i can. but not now, i'm at work and my kody system is turned off. i will do and report. Peppe EDIT have you seen that folder.jpg are created in deepest folders. RE: Visual Thumbs - User 325245 - 2016-06-28 (2016-06-28, 08:52)peppe_sr Wrote: have you seen that folder.jpg are created in deepest folders. Yes, I'll try to solve that later, it is not such a big deal compared to failing to write completely It shouldn't happen though, if it is 3 levels? What is the path to this folder? How many levels? RE: Visual Thumbs - peppe_sr - 2016-06-28 here is the whole path of the example i posted Code: \\MY-NAS\photo\Foto\2003\02-23-2003_Ognina RE: Visual Thumbs - User 325245 - 2016-06-28 Been reading about KODI and external devices and it seems there are problems with KODI writing to anything else than internal storage.... I'll post another test version for you later RE: Visual Thumbs - User 325245 - 2016-06-28 OK, I uploaded new version to repository. Try it first without changing the config. It uses new approach to creating thumbs. If it doesn't work, set the option to create thumbs in userdata folder. Then at least you can copy them via ES explorer to your NAS. The thumbs created in userdata copy the folder structure of your pictures. RE: Visual Thumbs - peppe_sr - 2016-06-29 Good morning, tested new script version, i performed the scan without new setting. about half an hour to scan 840 folders. the script goes till the end but no images has been written and in the log i found lines like this: Code: 08:23:30 T:6688 ERROR: XFILE::CDirectory::Create - Error creating //NSA325-V2/photo/Foto/2001\ i tried with new setting, and i received another error about unicode character (ignored in previous scan, that's strange) Code: 09:17:25 T:6520 ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<-- this is the first part of the log during second scan with new setting on Code: 09:17:07 T:6520 NOTICE: THUMBS >> PATH: >>//NSA325-V2/photo/Foto/<< i liked the info window with the paths shown. but it has been shown only during first scan without the option to create thumbs in userdata folder on. RE: Visual Thumbs - User 325245 - 2016-06-29 Thanx for testing! The error "ERROR: XFILE::CDirectory::Create - Error creating C:\" is normal, it can't create C: (I dunno why it even tries), but it doesn't matter. Is there a thumb file at i.e. C:\Users\Peppe\AppData\Roaming\Kodi\userdata\addon_data\script.visual_thumbs\2001\02-22-2001_Etna\folder.jpg ?? RE: Visual Thumbs - peppe_sr - 2016-06-29 (2016-06-29, 10:29)DaLanik Wrote: Is there a thumb file at i.e. C:\Users\Peppe\AppData\Roaming\Kodi\userdata\addon_data\script.visual_thumbs\2001\02-22-2001_Etna\folder.jpg ?? Yes it is RE: Visual Thumbs - User 325245 - 2016-06-29 Hmm, I'm totaly stupid from this encoding thing... Let's try one more time, at least to fix this encoding... I uploaded new version to the repo 1.4, if you want to try.... D. RE: Visual Thumbs - peppe_sr - 2016-06-29 with new version i have immediately an unicode error, Code: Error Type: <type 'exceptions.UnicodeDecodeError'> Peppe RE: Visual Thumbs - User 325245 - 2016-06-29 Is there a line in log to find which line/instruction causes this? |