-
-
Notifications
You must be signed in to change notification settings - Fork 816
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] Custom performer fields #885
Comments
I think this is an excellent suggestion. The performers page is very rigid and could be expanded and enhanced much better. |
Great suggestion. My OCD would love to be able to add more to the details pages |
Also let the user specify what genders the custom field is applicable too. |
Just wanted to add, the last I used PornVault, they had the option for custom fields and expected data type like this. I think you could even go as far as defining what those data value options were if the custom field was a drop down form. |
Thank you for putting this feature up on stash, it is very important. |
so this was posted 2 years ago. is this feature on the app? |
No unfortunately not that I can see.
Sent from ProtonMail for iOS
…On Wed, May 25, 2022 at 4:02 PM, ovladuk ***@***.***> wrote:
so this was posted 2 years ago. is this feature on the app?
—
Reply to this email directly, [view it on GitHub](#885 (comment)), or [unsubscribe](https://github.com/notifications/unsubscribe-auth/AVC6ARFEPXYHX3DZBJ2ADJDVL2WQVANCNFSM4S4J7MJA).
You are receiving this because you are subscribed to this thread.Message ID: ***@***.***>
|
do you know of any other apps that you can add custom fields to? |
Just an ups for this. It would also be nice to set if we want metric or imperial measurements. Many porn sites are in the US and list details in imperial. Also instead of birthdate, age would be nice. Many porn sites don't share such specific info on their performers. |
An issue with "age" is that it's a moving target, which is why tracking birthdates and using those to calculate ages instead makes more sense. I think the solution there would to instead allow the birthdate field to be approximate, meaning just save YYYY or just save YYYY-MM. Incomplete dates are already possible in Stash-Box, so I expect we'll eventually want Stash to work the same way. But that topic's really grounds for a separate Issue, I haven't checked if someone's made it already but it's at least come up before. |
No unfortunately not. It’s sad but this app is the closest I know of that is LGBT+ friendly can’t even get a proper male measurements field.
Sent from ProtonMail for iOS
…On Wed, May 25, 2022 at 4:21 PM, ovladuk ***@***.***> wrote:
> No unfortunately not that I can see. Sent from ProtonMail for iOS
> […](#)
> On Wed, May 25, 2022 at 4:02 PM, ovladuk @.> wrote: so this was posted 2 years ago. is this feature on the app? — Reply to this email directly, [view it on GitHub]([#885 (comment)](#885 (comment))), or [unsubscribe](https://github.com/notifications/unsubscribe-auth/AVC6ARFEPXYHX3DZBJ2ADJDVL2WQVANCNFSM4S4J7MJA). You are receiving this because you are subscribed to this thread.Message ID: @.>
do you know of any other apps that you can add custom fields to?
—
Reply to this email directly, [view it on GitHub](#885 (comment)), or [unsubscribe](https://github.com/notifications/unsubscribe-auth/AVC6ARFA3LJ4OST2SUK6BFTVL2YY5ANCNFSM4S4J7MJA).
You are receiving this because you are subscribed to this thread.Message ID: ***@***.***>
|
I would love to see custom fields for pretty much everything, not just studios/performers, scenes and images too, that would make it easier to adapt Stash to non-traditional collections (like furry or hentai) |
For a mixed collection I figured I'd like to have different sets of fields defined by the kind of entry. |
I would think it would be so easy...at least let us rename the fields. The fact there's a field called "fake tits" is pretty cringe. It's not even a true/false toggle. This app could be something amazing but making tags booru style would be a nightmare and the complexity would scare others away. Just let us add fields and define if they're numerical, integer, short text, long text, true/false, or drop-down. |
I think it can be done elegantly and without sacrificing user experience. |
Adding these Discord posts here per WithoutPant's request. This post was in response to the idea of making certain core fields (breast type, penis fields, etc) available only to specific genders. If the implementation of custom fields is part of future plans, I presume the user setup of said fields would involve something like a dropdown checklist to determine the fields availability to specific genders? In this case, I would recommend making such a settings option available for some of the core fields too (penis*, breast type, body shape measurements, the rest are gender agnostic). The availability of the incumbent Stash core fields remain as they are, with no assumptions to where they belong, and users have the flexibility to customize what genders they are available to. This approach absolves the devs to ever address any concerns related to gender specific fields. To elaborate on my reasoning, specifics about gender is widely debated in the public sphere. It evokes strong emotions from various individuals (but we can avoid any of that drama). Assigning specific genital/breast attributes to a particular gender could potentially spark unnecessary debate and consume dev resources when addressing/fixing such matters. For example, it is possible that some may prefer to classify transgender women as female but still have access to the fields related to male anatomy. Therefore, my approach aims to prevent potential complications by granting users the flexibility to control the gender availability of a few core fields. |
Oh god why More fields I don't care about are introduced in 0.21.0 and still no official way to deal with it. |
Proposed DesignRequirements
Assumptions
Graphql interface designAdd Create and update inputs will accept a
If the Bulk update interfaces will also include the ability to set custom fields, using the above input logic.
Database schema designCustom fields will be stored in a table per object type. The following is the expected table creation script for performer custom fields:
Display of custom fields in the core UICustom fields will shown behind a collapsible header - which is collapsed by default - showing values in key/value pairs. Custom fields will be able to be edited behind a collapsible header in the edit panels. Custom fields will be shown in rows of field and value - both of which will be displayed as a text field. A delete button will be shown for each custom field, and a button to add new field/value pairs will be available. Filtering in the core UI will be by selecting the |
I would like custom forms to only display if I have selected a specific Tag. Would it be possible to add a condition for the display of personalized forms? |
That would be out of scope for the core functionality, but the goal will be to enable something like this fairly easily via plugin. |
Seems mostly fine but I'm unsure of the filtering due to a lack of data type specificity. If a user wants a custom field based on dates, it would be ideal to support it with the date tools. Similarly, filtering based on numerical ranges.
If data types were to be supported like above, I imagine just using the field name as a drop down amongst the other filter options would work, and based on the data type it would provide the correct tooling. |
Including types in this iteration significantly expands the complexity and design scope. I would rather start with a simple solution that we can expand on/rework as the requirements emerge from use. |
It would be wise if the user could create personalized fields with a semi-automatic drop-down menu to select data (performers, studios, scenes, etc.) as he does with tags. This will allow selection of values by identifiers as with tags, and plugins will be able to rely on these values reliably to identify Stash elements. |
Is your feature request related to a problem? Please describe.
Sometimes I want to provide more information on a performer (i.e. OnlyFans or Patreon links).
Describe the solution you'd like
Describe alternatives you've considered
The text was updated successfully, but these errors were encountered: