• 1
  • 52
  • 53
  • 54(current)
  • 55
  • 56
  • 57
[RELEASE] Library watchdog
(2021-01-09, 21:25)phunkyfish Wrote: The latest version which runs on Matrix is here: https://github.com/phunkyfish/xbmc-addon-watchdog
Does your version fix the problem reported here... https://forum.kodi.tv/showthread.php?tid...pid3000717 and also reported in this thread?
My Signature
Links to : Official:Forum rules (wiki) | Official:Forum rules/Banned add-ons (wiki) | Debug Log (wiki)
Links to : HOW-TO:Create Music Library (wiki) | HOW-TO:Create_Video_Library (wiki)  ||  Artwork (wiki) | Basic controls (wiki) | Import-export library (wiki) | Movie sets (wiki) | Movie universe (wiki) | NFO files (wiki) | Quick start guide (wiki)
Reply
I’m afraid I don’t know @Karellan. I don’t have that issue on LibreElec matrix version but that doesn’t really say much.

My guess is that the same issue still exists as it was only ported to Python 3. Note that the name of the addon is also different on Matrix so it needs to reinstalled. This was due to a naming conflict in the underlying Python library which took the watchdog name.
Maintainer of Enigma2 PVR addon: repo, docschangelog
How to create a full debug: here
Reply
(2021-01-09, 23:14)phunkyfish Wrote: My guess is that the same issue still exists as it was only ported to Python 3. Note that the name of the addon is also different on Matrix so it needs to reinstalled. This was due to a naming conflict in the underlying Python library which took the watchdog name.
Ok, thanks. I won't recommend it to the other member as it may still contain the same problem.
My Signature
Links to : Official:Forum rules (wiki) | Official:Forum rules/Banned add-ons (wiki) | Debug Log (wiki)
Links to : HOW-TO:Create Music Library (wiki) | HOW-TO:Create_Video_Library (wiki)  ||  Artwork (wiki) | Basic controls (wiki) | Import-export library (wiki) | Movie sets (wiki) | Movie universe (wiki) | NFO files (wiki) | Quick start guide (wiki)
Reply
Watchdog working on Kodi 19 is the best news I've had this week! Thank you for the great work.
Windows 11 Pro, Kodi 20, AMD Ryzen 9 5900X, 32gb RAM, nVidia 3080 ti
Reply
(2021-01-09, 21:25)phunkyfish Wrote: The latest version which runs on Matrix is here: https://github.com/phunkyfish/xbmc-addon-watchdog

I'm the guy who migrated it from the old version but I'm not really a python guy. I love this add-on though, I've always used it.

Does here the polling work?
on my python3 version it does not poll the NAS:
https://github.com/Portisch/xbmc-addon-watchdog
Reply
(2021-01-25, 18:14)Portisch Wrote:
(2021-01-09, 21:25)phunkyfish Wrote: The latest version which runs on Matrix is here: https://github.com/phunkyfish/xbmc-addon-watchdog

I'm the guy who migrated it from the old version but I'm not really a python guy. I love this add-on though, I've always used it.

Does here the polling work?
on my python3 version it does not poll the NAS:
https://github.com/Portisch/xbmc-addon-watchdog

I have SMB shares on my NAS and it works for me.
Maintainer of Enigma2 PVR addon: repo, docschangelog
How to create a full debug: here
Reply
yes, I used the inbuilt path modules, you not.
On your version polling/updating is working, thx!

Any chance to get this in repo for v19?

EDIT:
I get a error on your addon version when install by ZIP, but it's fixed easily:
https://github.com/phunkyfish/xbmc-addon...dog/pull/4

EDIT2:
I just saw a similar PR does already exist:
https://github.com/phunkyfish/xbmc-addon...dog/pull/2
Reply
https://github.com/Portisch/xbmc-addon-watchdog
Portisch Upgrade to Python 3
a667d85 on Dec 21, 2020
 
With Matrix, on Windows 8.1: I'm running a downloaded zip of above, I have samba shares from a linux box and I am **not** using polling. The watchdog service appears to run fine (no crashes), except it is not doing anything. Not sure where to start for debugging or if I am alone with this issue.

I still have to "scan for new content" on the shares for anything to show up.
Reply
I use Library Watchdog with Kodi Matrix, it is working great, thanks for this Add-on.
I added my sources (flash drives) manually - but now I want to remove one of this sources. How can I do this ?
Orbsmart S87L Android 11 Quadcore AML S905X4 Cortex-A55 @ 2.0GHz Mali-G31 MP2 4GB DDR4-RAM / 32GB
BeeLink GT1 mini Android 8.1 Amlogic S905X2 CPU ARM G31 MP2 Grafik 4GB RAM/64 GB ROM
Kodi 20.3
Reply
Hi there,

I believe to have hit on quite a weird bug in the current version of this Addon, when using and nfs share for music. At least I have been able to reproduce this bug on multiple machines.
Steps to reproduce on Linux:
1) setup nfs share for music
2) In the librarywatchdog config manually add the nfs share as music source
3) (might not be necessary) reboot

This should lead to kodi continuously crashing and restarting. I'm fine not having the watchdog running on the music share, since it doesn't get updated too often, however, it would be nice to have :-D
I'd be happy about any suggestions or pointers as to why this happens and any fixes.

Oh, and as a side note: in the version currently available in the repos there seems to be one last instance of the encoding being passed in "~/.kodi/addons/service.librarywatchdog/core/utils.py" on line 48.
Reply
I just as @phunkyfish I have my stuff on a SMB share on a NAS, so it should work but non the less it doesn't.
I've tried "everything" but can't get it to work and now I'm beginning to think that it doesn't work if you use 'Local information only', can that be it?
Reply
(2021-04-02, 17:32)bansheeat Wrote: I use Library Watchdog with Kodi Matrix, it is working great, thanks for this Add-on.
I added my sources (flash drives) manually - but now I want to remove one of this sources. How can I do this ?

Just remove the entry in the settings should do it.
Maintainer of Enigma2 PVR addon: repo, docschangelog
How to create a full debug: here
Reply
(2021-05-26, 04:27)inzzzomnia Wrote: I just as @phunkyfish I have my stuff on a SMB share on a NAS, so it should work but non the less it doesn't.
I've tried "everything" but can't get it to work and now I'm beginning to think that it doesn't work if you use 'Local information only', can that be it?

What does local information only mean?
Maintainer of Enigma2 PVR addon: repo, docschangelog
How to create a full debug: here
Reply
(2021-05-26, 12:36)phunkyfish Wrote:
(2021-04-02, 17:32)bansheeat Wrote: I use Library Watchdog with Kodi Matrix, it is working great, thanks for this Add-on.
I added my sources (flash drives) manually - but now I want to remove one of this sources. How can I do this ?

Just remove the entry in the settings should do it.
Thanks, will try this Wink
Orbsmart S87L Android 11 Quadcore AML S905X4 Cortex-A55 @ 2.0GHz Mali-G31 MP2 4GB DDR4-RAM / 32GB
BeeLink GT1 mini Android 8.1 Amlogic S905X2 CPU ARM G31 MP2 Grafik 4GB RAM/64 GB ROM
Kodi 20.3
Reply
(2021-05-26, 12:37)phunkyfish Wrote:
(2021-05-26, 04:27)inzzzomnia Wrote: I just as @phunkyfish I have my stuff on a SMB share on a NAS, so it should work but non the less it doesn't.
I've tried "everything" but can't get it to work and now I'm beginning to think that it doesn't work if you use 'Local information only', can that be it?

What does local information only mean?

In the Kodi settings for each media where you choose content of the share and how to scrape it. I use 'Local information only' since I scrape and create the nfo and artwork myself in MediaElch.
Reply
  • 1
  • 52
  • 53
  • 54(current)
  • 55
  • 56
  • 57

Logout Mark Read Team Forum Stats Members Help
[RELEASE] Library watchdog4