Skip to content
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

Open
Sephirot171 opened this issue Dec 11, 2024 · 6 comments
Open

Autoscan not working - Manual scan do #157

Sephirot171 opened this issue Dec 11, 2024 · 6 comments
Labels
bug Something isn't working

Comments

@Sephirot171
Copy link

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.

@a1ex4
Copy link
Owner

a1ex4 commented Dec 15, 2024

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.

@Sephirot171
Copy link
Author

Hi Alex, thanks for the answer. Can this gorakhargosh/watchdog#504 make it work?

a1ex4 added a commit that referenced this issue Dec 16, 2024
@a1ex4
Copy link
Owner

a1ex4 commented Dec 16, 2024

Great find! I implemented the change as described in the issue, you can give the develop image a try to see if it solves the automatic scan on yur setup.

@a1ex4 a1ex4 added the bug Something isn't working label Dec 16, 2024
@Sephirot171
Copy link
Author

Hi Alex, sorry for the delay. I tested now and it's working correctly, AWESOME! Thank you very much!

@dakky
Copy link

dakky commented Jan 4, 2025

is this change already in the latest docker-image? I have the same issue: only a mnual refresh shows my library

@Sephirot171 Sephirot171 reopened this Jan 18, 2025
@Sephirot171
Copy link
Author

Hi Alex, is seems like it doesn't work anymore.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

4 participants
@dakky @a1ex4 @Sephirot171 and others