You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This tool aims to request specific path-scans. You are providing the root folder of a section. By doing this you should trigger a global section scan, you can keep track of such scan via Plex admin view.
thank you for your response.
by "nothing happens" I mean the way I unsderstand it is that it should trigger a library scan after I add a new file to the set folder which it doesn't in my case. Is there a verbose log or something where I can see what's happening on my end?
By looking at your log I can see that you are not running the tool as a background service.
You should try with: plex-nfs-watchdog --daemon --paths /Plex/MOVIES/ --host http://localhost:32400 --token YOUR_TOKEN --interval 150 --listeners move modify create delete
The tool should start as a daemon (looking your terminal). As soon as you add new files in the folder you will see in the locked terminal the logs of what it is happening, like detection and scheduling.
You should use tmux or similar to run the tool on a persistent detchable terminal session.
The installation went fine but when I run a manual scan, nothing happens. What am I doing wrong?
here my shell:
The text was updated successfully, but these errors were encountered: