mirror of
https://github.com/stashapp/CommunityScripts.git
synced 2026-04-12 09:52:34 -05:00
* 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>
15 lines
415 B
YAML
15 lines
415 B
YAML
name: GroupAutoScraper
|
|
description: Automatically re-scrape groups that have an Adult Empire URL to pickup tags and studio for the group.
|
|
url: https://github.com/stashapp/CommunityScripts
|
|
version: 1.1.0
|
|
exec:
|
|
- python
|
|
- "{pluginDir}/autoScraper.py"
|
|
interface: raw
|
|
hooks:
|
|
- name: hook_group_auto_scraper
|
|
description: Re-scrape group on create when it has a URL.
|
|
triggeredBy:
|
|
- Group.Create.Post
|
|
|