-
-
Notifications
You must be signed in to change notification settings - Fork 841
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
[Feature] Add Aspect Ratio to File Info (i.e. to Filter VR Scenes, Pick Scenes for Screen Size) #3637
Comments
use this plugin to add a tag https://github.com/scruffynerf/aspectratio |
Thanks a lot, that'll definitely help my situation, but I still think this would overall be a good addition to Stash. In any case I think it'd make a worthwhile new "File Info" parameter and filter in the baseline Stash application. The existing plugin (linked above) basically does a mass-tag operation based on the calculated aspect ratio. If not for my use case of VR/non-VR, aspect ratio is still an important "File Info"/video attribute worth adding IMO. |
I have a local branch where I've added relevant information to
The information I'm currently tracking consists of:
I'm also planning to add VR correction information ( In my working branch I'm able to use the user-supplied VR information to pass along additional video filter commands to I've also tried setting the default projection in If it's imperative that this information be stored on |
Is your feature request related to a problem? Please describe.
I'm basically frustrated there's no real option to filter scenes by VR and non-VR (virtual reality).
There are times when I'm looking for VR-scenes only and other times when I just want to watch regular scenes.
Describe the solution you'd like
I'd like to see another field for "aspect ratio", which scenes could then be filtered with, in the "File Info" section.
By utilizing the "aspect ratio" attribute instead of another mechanism, users wouldn't just be limited to this VR/non-VR filter scenario. They could also filter their scenes by aspect ratios such as 16:9, 4:3 to choose appropriate videos for appropriate screens (and screen sizes).
Describe alternatives you've considered
A plugin, but this would probably be much easier to implement as part of the existing "File Info" information gathering process.
Additional context
It seems ffprobe is already used extensively to populate the "File Info" section (dimensions, frame rate, bit rate etc.). This would just mean fetching one more informational attribute (aspect ratio) during the existing scanning process and adding it as field.
Example for VR/non-VR detection utilizing ffprobe's aspect ratio information:
https://askubuntu.com/questions/1217238/how-to-identify-on-command-line-vr-videos-and-batch-delete-them
The text was updated successfully, but these errors were encountered: