[Feature] Sort scenes by studio code
Is your feature request related to a problem? Please describe. I have studios which will require many manual updates to scenes and its easiest to do in order, but I do not have dates for the scenes (but I do have their studio codes, which are in chronological order). I would also like to be able to easily determine which scenes I may be missing.
Describe the solution you'd like Be able to sort by studio code, and ideally view the studio code in the list view (but that is a different feature)
Describe alternatives you've considered I really don't have an alternative short of scripting something outside of the app.
Additional context
This would also make it easier to find BTS (or similar situations) if the scene code is 123 and the BTS code is 123BTS since it would show them next to each other.
I would be happy to give this a shot myself, I don't know any Go but I can't imagine this would be a substantial change.
From what I can tell it quite literally only needs to be added to the sortByOptions https://github.com/stashapp/stash/blob/7605eec6dab33f05bde758ea98ae9988c12843a2/ui/v2.5/src/models/list-filter/scenes.ts#L34 since it appears that it's already supported in the graph
This would be really nice. I got some studios where I don't have dates but studio codes which are just increasing integers. Sorting by studio code could bring those scenes in the correct order without having the dates.
Currently possible in scenes tab.