-
Notifications
You must be signed in to change notification settings - Fork 49
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Autoscan not working - Manual scan do #157
Comments
Hi, Ownfoil is using the Python watchdog to monitor for change events in the filesystem, my guess is that it is not working for mounted volumes. You could test on your system with a simple script to see if the library indeed does not see the changes happening, but I am not sure what can be done otherwise. In the future I will also add periodic scans of the library on top of filesystem monitoring, but for the time being you will have to trigger the scan manually. |
Hi Alex, thanks for the answer. Can this gorakhargosh/watchdog#504 make it work? |
Great find! I implemented the change as described in the issue, you can give the |
Hi Alex, sorry for the delay. I tested now and it's working correctly, AWESOME! Thank you very much! |
is this change already in the latest docker-image? I have the same issue: only a mnual refresh shows my library |
Hi Alex, is seems like it doesn't work anymore. |
Hello,
I'm running Ownfoil on docker on a VM with Debian 12, I'm using the "develop" image.
The llibrary path on the VM is a directory mounted via NFS3 from another server.
The games/dlcs/updates are working correctly and when I manually scan the library everityng new is recognized, meanwhile the auto scan of new things is not.
I've tried waiting for 24h but the autoscan still didn't pick up the new objects.
Where can i check what's not working correctly?
Thanks.
Have a nice day.
The text was updated successfully, but these errors were encountered: