Gykes
Gykes
So this one is complicated. The issue is that when you set a performer image via a local URL (like http://localhost:9999/performer/123/image), the backend makes a fresh HTTP request to fetch...
I believe this could be solved by this https://github.com/stashapp/stash/pull/6368
@WithoutPants The backend work is done for this and I have several ways to handle to UI. I was thinking there are 2 ways we can handle this. 1) Use...
Hmmm, okay. Currently I have them separated in the UI and my testing is showing that it is working. I will combine them into the non-relative filters and PR it...
So, I played around with it some and came up with something like this. It autodetects based on what is filled out. If there is a date selected then the...
@WithoutPants There is already plugin support for this but could potentially be good in core.
I believe this is the issue: Stash-Box returns aliases as a proper array then the backend (`performer.go`) joins them into a comma-delimited string and then the frontend (`PerformerModal.tsx`) splits on...
Currently possible in scenes tab.