You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
Create at least 2 movies.
Attach at least 2 scenes to both movies, but reverse the scene order.
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
The text was updated successfully, but these errors were encountered:
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 simplyMovie
. 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 namedMovie
that includes all of the relevant scenes (including any that aren't on a DVD) and numbered them accordingly. Now, the pages forMovie #1
andMovie #2
show everything in order. But if I go toMovie
, it's preferring the wrong scene numbers and everything's mixed up. It's showing meMovie #1 - Scene 1
,Movie #2 - Scene 1
,Movie #1 - Scene 2
,Movie #2 - Scene 2
, etc. Because I madeMovie
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
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
The text was updated successfully, but these errors were encountered: