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

Watch all directories down to the 'depth' level #2649

Merged
merged 1 commit into from
Feb 23, 2022
Merged

Conversation

pjrobertson
Copy link
Member

Previously, if you have a Catalog entry with depth of 3, the file/folder watching would only work on the 'top' folder level and lower level folders wouldn't be watched. This change makes QS watch folders down to the 'depth' specified in the catalog entry's settings. Fixes #2509

watch-subdirs.mov

Caveat: if you're to create a new sub-folder while QS is running, it won't add that to the watch list. QS will either need to be re-started, or the catalog entry toggled on/off. But I think that's a fairly small edge case.

Previously, if you have a Catalog entry with depth of 3, the file/folder watching would only work on the 'top' folder level and lower level folders wouldn't be watched. This change makes QS watch folders down to the 'depth' specified in the catalog entry's settings. Fixes #2509
@pjrobertson pjrobertson added this to the 2.1.0 milestone Feb 21, 2022
@skurfer skurfer merged commit 58741f7 into master Feb 23, 2022
@skurfer skurfer deleted the watch-subdirs branch February 23, 2022 03:04
skurfer added a commit that referenced this pull request Feb 23, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Sub dirs in Applications won't be rescanned
2 participants