[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 - takoi - 2013-02-11 (2013-02-11, 20:59)brotbuexe Wrote:Cool. That's new to me. Im using linux/inotify and it certainly doesn't work here. I guess it's a windows feature..(2013-02-10, 17:22)takoi Wrote: Auto only works for local drives and network locations set in xbmc. If you have network shares mounted by OS then you need to set method to Polling. There's no way to know where the drive for "N:\vids\tv" is physical located. (i''ll update the faq) (2013-02-11, 20:59)brotbuexe Wrote: But something is still wrong:Looks fine to me, but cant really know for sure from that small snippet. And don't mind excluded paths showing up. Nothing will happen. (2013-02-11, 20:59)brotbuexe Wrote: + 981 14:46:07 T:5092 DEBUG: service.watchdog: watching <N:\sab\> using <class 'watchdog.observers.read_directory_changes.WindowsApiObserver'> No. There's no way to tell if a path is set to excluded or not. But like I sad: nothing will happen. It wont be scanned. RE: [RELEASE] Library watchdog - Phaeton - 2013-02-12 Takoi, I hope you can help please, great add-on but I am having trouble, probably my fault as all this is quite new, I have put a log at http://xbmclogs.com/show.php?id=35138 hopefully correct. I'm using a Raspberry Pi with a Linksys DNS-320 NAS drive, when I put files into folders they are not appearing via XBMC even if I reboot, if I create a new directory on the NAS & put something in that does appear. Another issue is that if I browse the files on the XBMC it shows me a folder called SCANDAL which does not exit, but it doesn't show me one called Scandal (US) which does. I have Watchdog set for Polling. Any pointers would be most grateful. Alan,,, RE: [RELEASE] Library watchdog - carbncl - 2013-02-13 Thanks for this plugin, looks great. Just having some troubles with delay setting on v0.7.1 I tried setting it to different values, like 30 and 300, also switching method to auto/polling... (restarting xbmc each time) But from what i see in XBMC logs that watchdog is still continuously accessing my network samba shares. (OpenDir spam...) Which bothers me, maybe i should just ignore this, but i'm kinda scared of it massively accessing network / drives... Maybe I'm doing something wrong? Disabled for now, maybe will try to give a look at source code later... RE: [RELEASE] Library watchdog - jesse003 - 2013-02-14 (2013-02-06, 18:19)takoi Wrote: New big feature is ofc out-of-the-box support for network shares. I am using mySQL and windows7. Addon will now work on frodo with SMB shares? I will test it after I get a reply as I have just gone through a full reset of everything and messing with this addon got me in a mess in the first place. And I should set it to auto? RE: [RELEASE] Library watchdog - bobbintb - 2013-02-14 Nice add-on but I do have a question. If I use an NFS share mounted on the OS level in conjunction with the add-on but the NFS share is not always available, will that cause issues like the library being deleted? My server that contains my media is not always on when XBMC is on. So since this add-on cleans up items, if I turn on XBMC and the network share is not available, will it clean up the library and then start from scratch once the share is available or will it just sit and wait for the network share to become available? RE: [RELEASE] Library watchdog - Livin - 2013-02-15 takoi, love the addon - can you make it so there is no modal popup, it just updates in the background? RE: [RELEASE] Library watchdog - bobbintb - 2013-02-15 (2013-02-15, 02:51)Livin Wrote: takoi, unless i'm mistaken, i believe that option is in the settings. RE: [RELEASE] Library watchdog - takoi - 2013-02-16 (2013-02-11, 19:37)xombiemp Wrote:(2013-02-10, 17:09)takoi Wrote:(2013-02-10, 03:26)xombiemp Wrote: Thanks for this great plugin. I'm having some troubles with it auto refreshing my library though. That is very strange indeed. Never seen anything like it. Can you try to map your key to exactly the string "UpdateLibrary(video,smb://192.168.120.178/Media/TV Shows/)"? That's what the script is sending. And try to add an even longer delay, like a couple of min. Just for the sake of confirming it's not caching trouble. RE: [RELEASE] Library watchdog - takoi - 2013-02-16 (2013-02-12, 22:44)Phaeton Wrote: Takoi, I hope you can help please, great add-on but I am having trouble, probably my fault as all this is quite new, I have put a log at http://xbmclogs.com/show.php?id=35138 hopefully correct. First: update to frodo stable. You're using rc1. The fact that you have other issues tells me it's a problem with xbmc or your nas. Come back with an updated log if it still persists. RE: [RELEASE] Library watchdog - takoi - 2013-02-16 (2013-02-14, 17:14)bobbintb Wrote: Nice add-on but I do have a question. If I use an NFS share mounted on the OS level in conjunction with the add-on but the NFS share is not always available, will that cause issues like the library being deleted? My server that contains my media is not always on when XBMC is on. So since this add-on cleans up items, if I turn on XBMC and the network share is not available, will it clean up the library and then start from scratch once the share is available or will it just sit and wait for the network share to become available? You can turn off the cleaning. It's off by default. RE: [RELEASE] Library watchdog - fernandovg - 2013-02-17 does it works with USB HDD? I'm using a USB HDD 1TB + USB hub + Raspberry Pi. Didn't seem to work. Thanks! RE: [RELEASE] Library watchdog - Livin - 2013-02-17 (2013-02-15, 16:46)bobbintb Wrote:(2013-02-15, 02:51)Livin Wrote: takoi, I have the addon config set to 'not' show the UI but it still does. I just checked the SETTINGS.XML under the 'resources' folder and it look like the settings are wrong - looks like they are not saving. I don't have the problem with other addons. Code: <settings> RE: [RELEASE] Library watchdog - takoi - 2013-02-17 (2013-02-17, 18:21)Livin Wrote: it look like the settings are wrong - looks like they are not saving.No, it's correct. The setting is for notifications. The popup on clean/scan can't be turned off. It's been discussed hundreds of times. RE: [RELEASE] Library watchdog - Livin - 2013-02-17 (2013-02-17, 19:13)takoi Wrote:(2013-02-17, 18:21)Livin Wrote: it look like the settings are wrong - looks like they are not saving.No, it's correct. The setting is for notifications. The popup on clean/scan can't be turned off. It's been discussed hundreds of times. Why can't it be suppressed? It is very intrusive and literally stops anything you are doing. I' think at minimum you could set it to update/clean in the background during video playback or something like Rob's updater does (http://forum.xbmc.org/showthread.php?tid=119520)? RE: [RELEASE] Library watchdog - takoi - 2013-02-17 (2013-02-17, 20:02)Livin Wrote:(2013-02-17, 19:13)takoi Wrote:(2013-02-17, 18:21)Livin Wrote: it look like the settings are wrong - looks like they are not saving.No, it's correct. The setting is for notifications. The popup on clean/scan can't be turned off. It's been discussed hundreds of times. I dont think that's possible, and I don't think that addon can do it either. And it already won't scan during playback. |