-
Notifications
You must be signed in to change notification settings - Fork 210
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
Feature request: Unlisted directories #661
Comments
I dont mind having it but I do not have the time to develop it. Essentially, it would be a server side change, that would need wether not select from the DB or post filter the selection. |
This feature would be terrific ! |
Yeah it should be a 5-10 code in the extension to filter out files during indexing. |
Ah I reread your the FR. Ping me once the extension is more stable but such event handler is missing. |
Is your feature request related to a problem? Please describe.
When you upload a video to Youtube, you can set the visibility of it to Public, Private, or Unlisted. I'm basically looking for that Unlisted feature here. ie. Be able to create folders that do not show up on the UI or search for discovery, but you can still access the content if you have the link to it.
Describe the solution you'd like
A possible implementation is to treat folders' whose name starts with
.
or_
as unlisted. And of course, this feature will be behind a feature toggle.Can introduce a couple new options in
config.json
such as:The text was updated successfully, but these errors were encountered: