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

[Bug Report] Unexpected Order When Sorting by Scene Number #2798

Closed
AdultSun opened this issue Aug 3, 2022 · 2 comments · Fixed by #4588
Closed

[Bug Report] Unexpected Order When Sorting by Scene Number #2798

AdultSun opened this issue Aug 3, 2022 · 2 comments · Fixed by #4588
Labels
bug report Bug reports that are not yet verified

Comments

@AdultSun
Copy link
Contributor

AdultSun commented Aug 3, 2022

Describe the bug
I'll attach multiple Movies to the same scene sometimes, but it causes problems with the default "Movie Scene Number" sorting within the Movie's page. Specifically, when I use different scene numbers for the different movies attached to a particular scene, it's unclear to me which of the two numbers it picks when sorting by "Movie Scene Number". I suspect it's preferring whichever movie was created first, giving it a lower internal ID in Stash.

For example, I made three movies: Movie #1, Movie #2, and simply Movie. The first two represent DVD releases, but those scenes are part of a longer storyline that includes scenes only released digitally. So, I made a third named Movie that includes all of the relevant scenes (including any that aren't on a DVD) and numbered them accordingly. Now, the pages for Movie #1 and Movie #2 show everything in order. But if I go to Movie, it's preferring the wrong scene numbers and everything's mixed up. It's showing me Movie #1 - Scene 1, Movie #2 - Scene 1, Movie #1 - Scene 2, Movie #2 - Scene 2, etc. Because I made Movie last, it has the highest internal ID number in Stash. I believe that's why it's ignored when determining the sort order.

To Reproduce

  1. Create at least 2 movies.
  2. Attach at least 2 scenes to both movies, but reverse the scene order.
  3. Check how the scenes are sorted on each movie's page, I expect both will use the first movie's scene numbers.

Expected behavior
I'd want Stash to be able to tell that if I'm within Movie X's page, that I want it to sort by the scene numbers for Movie X instead of any other movies attached to the scene. If I want to sort by Movie Y's numbers instead, then I would be on Movie Y's page.

Stash Version: v0.16.1-1-gcba0fddf

@AdultSun AdultSun added the bug report Bug reports that are not yet verified label Aug 3, 2022
@demitrix
Copy link

I've noticed this behavior as well.

@Lamda604
Copy link

ditto...would like to see this fixed too. thanks!

@github-project-automation github-project-automation bot moved this to To triage in Bug fixing Feb 13, 2024
@WithoutPants WithoutPants added this to the Version 0.25.0 milestone Feb 20, 2024
@WithoutPants WithoutPants moved this from To triage to In review in Bug fixing Feb 20, 2024
@github-project-automation github-project-automation bot moved this from In review to Done in Bug fixing Feb 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug report Bug reports that are not yet verified
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

4 participants