[RELEASE] Library watchdog - 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] Library watchdog (/showthread.php?tid=128896) |
RE: [RELEASE] Library watchdog - Vathan - 2013-04-11 (2013-04-11, 18:04)Vathan Wrote:(2013-04-11, 15:06)takoi Wrote: Well he did not, but it's a know problem. I've already said what the it is. In great detail. It affects everyone using network polling through xbmcvfs. To what degree depends on number of files and method, nothing else. I found your email address on github and sent my logfile as an attachment to that. -Vathan RE: [RELEASE] Library watchdog - jjmucker - 2013-04-12 (2013-04-11, 13:40)takoi Wrote: http://forum.xbmc.org/showthread.php?tid=158772&pid=1387760#pid1387760 it applies to any layout that's deeper that 2 levels Thanks mate. So basically TV shows wont work then, as most users have their tv structure like that? RE: [RELEASE] Library watchdog - takoi - 2013-04-12 No. What do you base that statement on. I don't use such layout, and the partial update have been a feature for > 3 months and the problems with tv shows are just coming up now. RE: [RELEASE] Library watchdog - thestealth - 2013-04-12 I noticed the tv show issue when I upgraded from 12 to 12.1 if that helps. Maybe it has been fixed in the 12.2pre? RE: [RELEASE] Library watchdog - jjmucker - 2013-04-12 I thought most of us had tv shows 2 levels deep, example, TV SHOWS - Lost - Season 1 - Lost S01 ep01.MKV? RE: [RELEASE] Library watchdog - thestealth - 2013-04-12 (2013-04-12, 16:33)jjmucker Wrote: I thought most of us had tv shows 2 levels deep, example, TV SHOWS - Lost - Season 1 - Lost S01 ep01.MKV? That's how I do it. I think it should be a simple fix to the algorithm that Takoi posted a link to. Though I have no clue how to fix that. So I guess we wait.... RE: [RELEASE] Library watchdog - takoi - 2013-04-12 I don't think anything changed from 12.0 to 12.1, according to the git log https://github.com/xbmc/xbmc/commits/Frodo/xbmc/video/VideoInfoScanner.cpp (could be a change elsewhere though) RE: [RELEASE] Library watchdog - thestealth - 2013-04-12 (2013-04-12, 18:04)takoi Wrote: I don't think anything changed from 12.0 to 12.1, according to the git log https://github.com/xbmc/xbmc/commits/Frodo/xbmc/video/VideoInfoScanner.cpp (could be a change elsewhere though) Just saying that is when I noticed it. It could of happened before, but I cannot be sure since lately I have been putting TV shows on the NAS and starting the XBMC with a library auto-update afterwards. RE: [RELEASE] Library watchdog - MattOZ - 2013-04-12 Hello, I read all of this thread ... There is any solution to refresh (auto scan) Pictures folder/library ? Is it too hard to support this feature ? Thank you RE: [RELEASE] Library watchdog - jant90 - 2013-04-23 So did anyone test it with 12.2 yet? And is the memory leak indeed fixed? According to this post the leak should be fixed: http://forum.xbmc.org/showthread.php?tid=162100&pid=1399077&highlight=leak#pid1399077, assuming that is the same leak they are talking about. I prefer stable builds so I'll wait till the final 12.2 is available and use different solutions in the meantime, but it sucks though as Watchdog works so nicely. RE: [RELEASE] Library watchdog - takoi - 2013-04-24 (2013-04-12, 18:55)MattOZ Wrote: Hello,As discussed before there's no such thing as picture library and thus nothing to update or scan. It always reflect filesystem. "Reloading slideshow" or whatever it is that you're really asking for is something different. RE: [RELEASE] Library watchdog - Robotica - 2013-04-24 (2013-04-24, 12:23)takoi Wrote:(2013-04-12, 18:55)MattOZ Wrote: Hello,As discussed before there's no such thing as picture library and thus nothing to update or scan. It always reflect filesystem. "Reloading slideshow" or whatever it is that you're really asking for is something different. I was the one who asked about pictures before. Like you say, pictures don't have a library but watchdog (read: polling / systemevents) could be used to reload slideshows and refresh picture listings as new pictures are added. Looking at the use case this way, I understand people think Watchdog is the tool to do this. RE: [RELEASE] Library watchdog - takoi - 2013-04-24 (2013-04-24, 14:04)Robotica Wrote:(2013-04-24, 12:23)takoi Wrote:(2013-04-12, 18:55)MattOZ Wrote: Hello,As discussed before there's no such thing as picture library and thus nothing to update or scan. It always reflect filesystem. "Reloading slideshow" or whatever it is that you're really asking for is something different. Oh, well. Sorry but I don't see this is a use case for watchdog like you though. Watchdog is for updating library, you ask me to "reload slideshows and refresh picture listings". (Btw. are you sure that's even possible to do in the xbmc api?). The problem is: what will be the next people will want to do on certain file system events? Won't this soon turn into a generic 'trigger action x on event y' script? Currently this addon is specifically designed to do library updates, which is not trivial, so most of the code specifically deals with that. Getting the file system events is the easy part and can surely be easily adopted to another addon by a another developer. RE: [RELEASE] Library watchdog - jjmucker - 2013-04-25 (2013-04-12, 16:46)thestealth Wrote:(2013-04-12, 16:33)jjmucker Wrote: I thought most of us had tv shows 2 levels deep, example, TV SHOWS - Lost - Season 1 - Lost S01 ep01.MKV? so is there a fix for this? RE: [RELEASE] Library watchdog - devkid - 2013-04-25 Not a real fix (since its a XBMC bug) but at least a workaround: (2013-04-01, 22:48)devkid Wrote: I think it is related to the selective video update triggered by the plugin here in main.py: IMO this workaround should be included in the addon until XBMC is fixed because so many people have problems with it. |