[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 - 2012-08-07 (2012-08-06, 20:23)Thorbear Wrote: Hi. Actually, I haven't heard of the mulipath feature. It isn't very well-documented so care to explain what it is? RE: [RELEASE] Library watchdog - Sprinterro - 2012-08-07 (2012-08-02, 15:55)takoi Wrote:(2012-07-29, 20:14)Sprinterro Wrote: I've got same errors under win xp pro with this addon: There's the same error whether it's polling or syscall RE: [RELEASE] Library watchdog - takoi - 2012-08-07 (2012-08-07, 15:39)Sprinterro Wrote:(2012-08-02, 15:55)takoi Wrote:(2012-07-29, 20:14)Sprinterro Wrote: I've got same errors under win xp pro with this addon: It should be fixed in next release, which will be in the repo very soon. Let me know if it works after you get the update. RE: [RELEASE] Library watchdog - takoi - 2012-08-08 @anphct this should be fixed in v0.6.1 as well RE: [RELEASE] Library watchdog - Sprinterro - 2012-08-08 (2012-08-07, 16:14)takoi Wrote:(2012-08-07, 15:39)Sprinterro Wrote:(2012-08-02, 15:55)takoi Wrote: Apparently a needed function isn't available in xp. Just change method to polling in addon settings. I'll set it do do this automatically in future releases. Ok, no problem. RE: [RELEASE] Library watchdog - anphct - 2012-08-09 (2012-08-08, 16:25)takoi Wrote: @anphct this should be fixed in v0.6.1 as well Awesome, thankyou so much. RE: [RELEASE] Library watchdog - Sprinterro - 2012-08-10 (2012-08-07, 16:14)takoi Wrote:(2012-08-07, 15:39)Sprinterro Wrote:(2012-08-02, 15:55)takoi Wrote: Apparently a needed function isn't available in xp. Just change method to polling in addon settings. I'll set it do do this automatically in future releases. There are no errors after the update, so i think it works fine. If i notice any problems, i'll write them here. RE: [RELEASE] Library watchdog - gates - 2012-08-10 Hi, I searched on the wiki, and on this thread, and didnt found any tuto or information about option/configuration. So, if someone can help to understand / configure All my source are on a SMB share (that's maybe a first problem). I've mounted the SMB Share on /home/nas/ Do I have to add this directory on xbmc filesystem ? There is 2 options in this addons syscall, and polling (if I remember well), what is the difference ? RE: [RELEASE] Library watchdog - takoi - 2012-08-10 (2012-08-10, 15:30)gates Wrote: Do I have to add this directory on xbmc filesystem ?Yes. Basically, the difference is that syscall require less resources. But since you are using samba, you have to select polling. Syscall wont work. RE: [RELEASE] Library watchdog - wellspokenman - 2012-08-10 Code: 17:21:32 T:2864700272 NOTICE: -->Python Interpreter Initialized<-- Ideas? RE: [RELEASE] Library watchdog - takoi - 2012-08-10 (2012-08-10, 17:26)wellspokenman Wrote: Version 0.6.1 on xbmcbuntu eden 11.0. There's plenty of space left on the disk. NFS share is mounted under home/htpc/mount/xbmc and rw on it is OK. How many files do you have on that thing? Try df -i RE: [RELEASE] Library watchdog - wellspokenman - 2012-08-10 Filesystem Inodes IUsed IFree IUse% Mounted on /dev/sda1 19406848 297494 19109354 2% / udev 213669 504 213165 1% /dev tmpfs 218592 408 218184 1% /run none 218592 1 218591 1% /run/lock none 218592 1 218591 1% /run/shm 192.168.1.252:/c/DATA/Media/Video/Movies 136970240 340994 136629246 1% /home/htpc/mount/xbmc/Movies 192.168.1.252:/c/DATA/Media/Video/TV 136970240 340994 136629246 1% /home/htpc/mount/xbmc/TV 192.168.1.252:/c/DATA 136970240 340994 136629246 1% /home/htpc/mount/nfs/NAS RE: [RELEASE] Library watchdog - takoi - 2012-08-10 And one from the server. Also, you are using syscall, which I've clearly said wont work over network. You have to use polling. RE: [RELEASE] Library watchdog - wellspokenman - 2012-08-10 Code: nas:~# df -i I'm using syscall? Quote:DESCRIPTION OK - new to linux. As far as I can tell it is the faster of two options, polling being the other. No idea where/how to change this though, but of course am happy to go down that path if it helps this plugin. RE: [RELEASE] Library watchdog - wellspokenman - 2012-08-10 the server is a Readynas, in case that helps |