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

Scene Marker duration filter and sort #5472

Merged

Conversation

dogwithakeyboard
Copy link
Contributor

Adds the ability to sort and filter Markers by their duration (the difference between seconds and end_seconds). Markers without an end point have zero duration so a 0:00 duration filter can be used to filter for them.

@WithoutPants WithoutPants added this to the Version 0.28.0 milestone Nov 29, 2024
@WithoutPants WithoutPants added the feature Pull requests that add a new feature label Nov 29, 2024
@WithoutPants
Copy link
Collaborator

Thanks for this. I changed the filter type to be a nullable float filter, since imo a marker without an end point should have a null duration, rather than a duration of 0. The other duration filter fields should probably be changed to be floats as well, but that's a problem for a separate PR.

@WithoutPants WithoutPants merged commit 6ad0951 into stashapp:develop Nov 29, 2024
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature Pull requests that add a new feature
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants