Skip to content

Conversation

@Gykes
Copy link
Collaborator

@Gykes Gykes commented Dec 19, 2025

This change allows users to generate marker screenshots independently from marker video previews. Previously, the "Marker Screenshots" option was disabled unless "Marker Previews" was also enabled, forcing users who only wanted static marker screenshots to also generate video preview files.

The implementation adds a VideoPreview flag to GenerateMarkersTask to make video preview generation conditional, matching how ImagePreview and Screenshot already worked. The task queuing logic now triggers when either option is selected, and the markerExists() check was updated to correctly handle the case where only screenshots are requested.

On the UI side, the disabled dependency was removed from the marker screenshot checkbox.

Fixes: #5841

@Gykes Gykes added this to the Version 0.31.0 milestone Dec 23, 2025
@WithoutPants WithoutPants merged commit 91e1ec5 into stashapp:develop Jan 5, 2026
2 checks passed
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.

[Feature] Allow marker screenshot generation without marker preview

2 participants