stash
stash copied to clipboard
[Feature] Make DIRECTOR and PHOTOGRAPHER fields actionable
trafficstars
Is your feature request related to a problem? Please describe.
The director and photographer fields are static on their respective detail pages (/scenes, /images, /galleries, /movies). They cannot be interacted upon by the user.
Describe the solution you'd like Make the specified fields an actionable hyperlink that filters content based on the actionable field's value.
Additional context Actionable director link on the scene detail page
When clicked directs user to a scene filter where Director IS John Doe
This would be applicable to the following pages and values
| Page | Actionable value | Filter |
|---|---|---|
| /Scenes | Director | Director IS {} aka /scenes?c=("type":"director","value":"John%20Doe"... |
| /Movies | Director | Director IS {} |
| /Images | Photographer | Photographer IS {} |
| /Galleries | Photographer | Photographer IS {} |