-
-
Notifications
You must be signed in to change notification settings - Fork 793
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] Add Organized flag to scenes #729
Comments
I think it was mentioned again in the discord channel and piere-delecto's script already uses this approach, can't we just use some system reserverd tags ? For the specific case if a scene has a say |
This approach would work if we really wanted to avoid a schema modification, but in my opinion is a misuse/conflation of the tag concept. A flag is a cleaner approach, has a clearer purpose and doesn't pollute the user's tag collection with a system-only entry. |
* Add organized boolean to scene model (#729) * Add organized button to scene page * Add flag to galleries and images * Import/export changes * Make organized flag not null * Ignore organized scenes for autotag Co-authored-by: com1234 <com1234@notarealemail.com>
* Add organized boolean to scene model (stashapp#729) * Add organized button to scene page * Add flag to galleries and images * Import/export changes * Make organized flag not null * Ignore organized scenes for autotag Co-authored-by: com1234 <com1234@notarealemail.com>
Is your feature request related to a problem? Please describe.
Users have expressed a desire to exclude scenes from the auto-tagger. It would also be useful information to query on to be able to exclude scenes that are complete from a metadata point of view.
Describe the solution you'd like
Add an "Organized" flag to scenes. Scenes with this flag set to true should be excluded from the auto-tagger and should be excluded by default from the filename parser as well. It should be possible query scenes based on the value of this flag.
The text was updated successfully, but these errors were encountered: