WithoutPants

Results 261 comments of WithoutPants

I don't have a strong opinion, go for it.

I've reverted #6352 due to it breaking the workflow for users that sort their URLs manually. Reopening to re-solve this issue.

I'd prefer not to allow users to easily add potentially invalid stash-ids in the core UI. Using a search modal is a little more complex, but I think it's the...

My proposal is to have a button, probably in the left panel of the settings screen, to activate this mode. It will bring up a dialog explaining what it will...

Using the stash URL of an image wasn't really the intended use of the set image from URL functionality and I would view this particular use case as unsupported. I...

> I believe this could be solved by this [#6368](https://github.com/stashapp/stash/pull/6368) Not really. It's adding the option to auto-start the video on the player itself, instead of only in the settings...

Adding `(relative)` filter entries would add far too much clutter. I would look at adapting the date input for filtering to accept `-x`, meaning `x` days ago. We could expand...

I've changed to use null values instead of `-1`. It's not great practice to use magic numbers like these to specify as null values if we can help it. I...

I think the way forward is to modify the `ScrapedPerformer` type to add an `AliasList` (`alias_list`) field, and for the UI to prefer that. It will require backward compatibility with...