performer-poster-backdrop: compatibility with Stash v0.31.1#1
Open
Stash-KennyG wants to merge 52 commits intoworryaboutstuff:mainfrom
Open
performer-poster-backdrop: compatibility with Stash v0.31.1#1Stash-KennyG wants to merge 52 commits intoworryaboutstuff:mainfrom
Stash-KennyG wants to merge 52 commits intoworryaboutstuff:mainfrom
Conversation
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: DogmaDragon <103123951+DogmaDragon@users.noreply.github.com>
Co-authored-by: DogmaDragon <103123951+DogmaDragon@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: DogmaDragon <103123951+DogmaDragon@users.noreply.github.com>
* Add Fragment for find_image * bump stashdb-performer-gallery version
* Add another rename plugin * Fix link
* Added State Memorization Local storage is now utilized to maintain states in between pages. SFW will persist upon next page reload and remain off until clicked again making the option a true toggle. Core plugin functionality has not changed. * Bump version --------- Co-authored-by: DogmaDragon <103123951+DogmaDragon@users.noreply.github.com>
* Update vlm-engine dependency version to 0.9.3 * Bump version to 1.0.1 in ahavenvlmconnector.yml
… when count < per_page (stashapp#673) * fix: loop not running problem * bump up the version
… Added (stashapp#677) * Added additional plugin support, patched additional fields previously left uncensored. * Update README Clarified instructions for adding custom selectors to additional_plugins.css. --------- Co-authored-by: DogmaDragon <103123951+DogmaDragon@users.noreply.github.com>
…pp#671) Co-authored-by: KennyG <kennyg@kennyg.com> Co-authored-by: DogmaDragon <103123951+DogmaDragon@users.noreply.github.com>
Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
* Add GroupAutoScraper plugin: Automatically re-scrape groups with Adult Empire URLs to update tags and studio information. Includes main script, configuration files, and README documentation. * Add SceneBetterDetails plugin: Enhance scene details rendering by preserving line breaks. Includes JavaScript and YAML configuration files. * Removing new plugin to resolve old PR. * Removing static manifest file. Per DognaDragon it is created automatically. * Update GroupAutoScraper README and add requirements.txt - Added instructions for installing Python dependencies in the README. - Included a new requirements.txt file listing necessary packages: requests and stashapp-tools. - Updated README to clarify that the plugin works across environments with installed dependencies. * Update GroupAutoScraper README to correct plugin directory path --------- Co-authored-by: KennyG <kennyg@kennyg.com> Co-authored-by: DogmaDragon <103123951+DogmaDragon@users.noreply.github.com>
* Update AI Overhaul plugin for 0.9.3 * comment fix --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
* Added additional plugin support, patched additional fields previously left uncensored. * Update README Clarified instructions for adding custom selectors to additional_plugins.css. * SFW Switch now mutes all sound when enabled by default. * Refactored main css, all UI functions should be accouted for now. Updated plugin yaml description * targeted stats-elements rather than m-sm-auto to prevent unwanted css stylings. Loosened blur * Re-added performer card profile pic * Added audio boolean setting (disabled by default), added additional configuration for hot or not * adjusted img blur * Added transition to all unblur * Major Improvement: Fixed remaining unblurred features, fixed zombie audio bug. * Readded readme * Improvement: Added individual wall blur functionality for walls * Fix double blur for groups, fix unblur in performer tagger --------- Co-authored-by: DogmaDragon <103123951+DogmaDragon@users.noreply.github.com>
…app#689) Co-authored-by: DogmaDragon <103123951+DogmaDragon@users.noreply.github.com>
…shapp#692) Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com> Co-authored-by: DogmaDragon <103123951+DogmaDragon@users.noreply.github.com>
* Add SmartResolve plugin for duplicate-checker workflow. Introduce SmartResolve with rule-based scene selection, protection/sync safeguards, in-row sync tooling, and documented settings for tuning Smart Resolve behavior. Made-with: Cursor * Update SmartResolve plugin to improve synchronization behavior and version increment to 1.0.02. Added a function to determine if a refresh is needed after sync, optimizing group loading based on cache state. * Revert Smart Resolve query-cache reuse in selection flow. Restore unconditional duplicate-group reload when running Select Smart Resolve to avoid the browser instability introduced by cache-key reuse, while keeping sync no-refresh behavior unchanged. Made-with: Cursor --------- Co-authored-by: KennyG <kennyg@kennyg.com>
Co-authored-by: Tweeticoats <Tweeticoats@github.com>
Co-authored-by: KennyG <kennyg@kennyg.com> Co-authored-by: DogmaDragon <103123951+DogmaDragon@users.noreply.github.com>
…e backdrop) Stash now renders BackgroundImage inside the performer detail header when 'Enable performer background image' is on. The plugin's .pb-hero stacked with that layer caused a double-header layout. Hide the native container when our hero is active (pb-has-hero), clear class on teardown, and bump to 1.0.4. No change to plugin tuning behavior. Made-with: Cursor
Made-with: Cursor
Cursor got a little over zealous.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Same change as stashapp/CommunityScripts#703: hide Stash core
.background-image-containerwhen the plugin’s.pb-herois active so Stash v0.31.1 does not show a double header. Version 1.0.4; behavior otherwise unchanged.Made with Cursor