-
-
Notifications
You must be signed in to change notification settings - Fork 840
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
Custom scene cover #35
Comments
I look forward to this feature. Also consider generating a custom scene cover/thumbnail from the a user defined time during the scene. Similar to how a marker is currently generated. |
yep this would be fantastic! |
This is covered by #9
Is there any reason we can't just replace the existing screenshot file with the submitted one? I'm not sure why we need to store a separate image in the database unless we're using the thumbnail image for something else. |
@Leopere this seems done, should we close it? |
should be closed when #376 is merged |
closing since #376 was merged |
As discussed in discord:
It would be nice to use a custom cover for a scene (like the official site image). Right now Stash generates screenshot files at 20% into the video. For this change this would act as a default, but we would also expand the scene model. There would need to be a new BLOB cover image property in the database. Stash should use this image if it exists, otherwise fall back to the screenshot.
The text was updated successfully, but these errors were encountered: