-
-
Notifications
You must be signed in to change notification settings - Fork 801
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] Studio based performer structure needed! #2341
Comments
IMO...the easier solution here would be to just remove the unique constraint of the name. This would remove the need to fuss about with the database schema. In either event though, a problem that would arise as a result of removing the unique constraint is a much more complicated UX when selecting the performer on the Edit tab. Is the "right" Emily the first Emily in the list? The fourth Emily? You have no ability to determine this just by scrolling down through the list. This would ideally require some GUI modifications to maybe display the performer image while scrolling through the list. Edit: Grammar |
Update:
You would then be able to make a connection between But what about if Emily doesn't have a official name and we only know her as Emily? What about if her name is Emily at one studio and Amy at another? What about we have two different Kate Rose we want to create in our Stash Performers? What about if she doesn't have a studio? With this approach you do not have to worry about compatibility issues with every other site/studio you have cause what you created is in relation to that site only. I mean just take a look at a database like https://www.indexxx.com/m?l=a almost every single girl go by a lot of different names. You then realize that as of now it's impossible to create a structure that doesn't conflict. More specificity is really needed and i believe that a site/studio based structure with |
Your |
It have similarities to what you mention but its not the same idea. The structure of that solution is a Performer based structure where you then add alias to a Stash Performer. I talk about a Site/studio based structure. The difference is the amount of data you work with, hence less issues with performers that only go by one name. You achieve this because it's separated from the Stash Performer until you do a connection. To clarify the difference: In a
|
@T-prog3 Essentially what you have put for ideas is exactly what I'm looking for. I recently got Stash and it's amazing, so now doing the long categorizing... from nearly a decade of content. And while I do enjoy the performers 'tab' and how you can generalize the performer based off of TheNude or Indexxx or whatever, having a profile for the same model on a specific site would be nice. Since my collection is large, I've tried to even categorize based off of folder structure (before I found an app like this), and have synmlinks to folders that would be the Pictures or Videos of the models, and/or fetishes/niches/tags. And specific site related, which is what I like most of the time when organizing. Pretty much what you stated with site specific, some of the structure is there. Such as when you use a scraper that supports the gallery/scene as well as the model, when you do the gallery/scene/performer way, you can link the person to a profile that is also from that specific site. But then it gets messy because while you can view models from a specific site already, it's still connected to "Stash Performer", even if you didn't get the models info from an actual database (TheNude, Indexxx, etc.). Therefore something like you stated, where the model from that site, you can build a specific profile, then possibly linking it to the actual Stash Database Performers' page. Hope to see something like this in the near future. Because having a main Stash Performer profile, and clicking on the performer, and you can click on their specific site, that also has a built profile for that site; would be a fantastic feature!! |
Is your feature request related to a problem? Please describe.
So i have this annoying problem where i for example have 23 different performers called Emily and the software only allow unique names.
In other words it seems to take for granted that all performers names in the world are unique and have a structure of
FirstName + LastName
. As of now the only solution is to create Emily 1 2 3 4 5 6.... But this clash with studios who already have this approach and Emily 2 in a certain studios have to be Emily 2-1 2-2 2-3....Describe the solution you'd like
I would like there to be a separation between Performers and what i would call
StudioPerformers
.The main problem could be solvable if you where able to add
StudioPerformers
to the studio after you created one and have the name be unique in relation to that studio and not global like it is right now. This would allow us to organize all studios/sites and not just those that have a certain pattern.In the Performers page i also request a option to also show
StudioPerformers
where these would show only if there is no connection to a StandardPerformer.StudioPerformers
could also be a bridge to show performers aliases on different studios in their profile.The text was updated successfully, but these errors were encountered: