scruffynerf
scruffynerf
I still object to the combining of "paths" of 'Analyze' and 'Lookup'. Unless you are going to change the entire way Scrapers work, this is not viable. Those are distinctly...
Add Tagger (or some other wording) to the icon. In previous discussions, it was agreed adding Text made it standout more.
still not sure you are "understanding correctly", but I've given up on fighting people on explaining what a horrible idea this change to the UI to smush it all together...
thanks for finding the Tagger issue, yes, #4220 for the red button with text. Doesn't have to be red, doesn't have to say Scene Tagger, but that's what it needs...
Once again, I'll just point out that when experienced users think they understand what new users are like, they are often quite wrong. Instead of speculation, maybe you should ask...
As someone who has written for and used both k8s and docker, in the context of Stash, k8s makes no sense for most people. Docker is a much more easily...
I've done half of this via plugin/scrapers now, and it would make sense to make a generic solution that could easily reused, perhaps with a mapping approach (ie similar to...
@WithoutPants reading [Scraper dev docs](https://github.com/stashapp/stash/blob/develop/ui/v2.5/src/docs/en/Manual/ScraperDevelopment.md) it looks like there is no easy way to send the json scraper a local file (you could massage the url, but you don't get...
looks like the value of results to trigger the bug is 32k+1 (so if you have 32,769 scenes returned, that's the failure point). Sqlite 16 vs 32 bit variable limit.