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 framerate filter #4161

Merged

Conversation

dogwithakeyboard
Copy link
Contributor

Adds the ability to filter scenes by framerate.

I've opted for a number filter and rounding the stored framerates to the nearest number so 29.97 = 30, 23.98 = 24 and 59.94 = 60.

Resolves #2559

@WithoutPants WithoutPants added this to the Version 0.24.0 milestone Oct 16, 2023
@WithoutPants WithoutPants added the feature Pull requests that add a new feature label Oct 16, 2023
@WithoutPants WithoutPants merged commit 7605eec into stashapp:develop Oct 16, 2023
2 checks passed
@dogwithakeyboard dogwithakeyboard deleted the k-scene-framerate-filter branch October 19, 2023 17:40
lv10wizard added a commit to lv10wizard/stash-vr that referenced this pull request Jan 8, 2024
This was added to stash in v0.24.0:

stashapp/stash#4161

(internal/stash/gqlschema/local.graphql says "This file was generated.
 Do not edit manually." but I have no idea how it was generated.

 My limited testing of booting up stash-vr and `wget`ing against
 /heresphere seems to yield valid results; ie, the number of videos per
 saved framerate filters matches what is displayed by stash's frontend.
 And, `wget`ing a random scene in these lists does return a scene of the
 given framerate.)
lv10wizard added a commit to lv10wizard/stash-vr that referenced this pull request Jan 8, 2024
This was added to stash in v0.24.0:

stashapp/stash#4161

(internal/stash/gqlschema/local.graphql says "This file was generated.
 Do not edit manually." but I have no idea how it was generated.

 My limited testing of booting up stash-vr and `wget`ing against
 /heresphere seems to yield valid results; ie, the number of videos per
 saved framerate filters matches what is displayed by stash's frontend.
 And, `wget`ing a random scene in these lists does return a scene of the
 given framerate.)
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.

[Feature] Add Framerate as filter option
2 participants