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

Captions sometimes require 2 scans to pick up everything #2619

Open
cj12312021 opened this issue May 25, 2022 · 2 comments
Open

Captions sometimes require 2 scans to pick up everything #2619

cj12312021 opened this issue May 25, 2022 · 2 comments
Labels
bug report Bug reports that are not yet verified

Comments

@cj12312021
Copy link
Collaborator

Describe the bug
Sometimes it can take two scans to pick up all provided captions. The problem is that the scene isn't always guaranteed to be processed before its provided captions get processed. If a caption is scanned before the scene it belongs to, that caption doesn't get associated with anything, so a second scan would be required. We could consider waiting to associate the captions found during a scan until the end.

Expected behavior
Captions should be able to get associated correctly with one scan.

Stash Version: v0.15.0:

@WithoutPants
Copy link
Collaborator

The current implementation of caption handling also causes an already in transaction error during folder rename detection.

@feederbox826
Copy link
Contributor

Duplicate of #3800 but it seems like a selective scan is needed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug report Bug reports that are not yet verified
Projects
Status: To triage
Development

No branches or pull requests

3 participants