Skip to content

Commit

Permalink
Merge pull request #205 from scruffynerf/obsolete-GHScraperChecker
Browse files Browse the repository at this point in the history
remove GH Scraper Checker (obsoleted), and update README.md for that …
  • Loading branch information
scruffynerf authored Jan 1, 2024
2 parents 32369d1 + 4990043 commit ac05d47
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 290 deletions.
17 changes: 8 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,34 +5,33 @@ This repository contains plugin and utility scripts created by the Stash communi
There is also [a list of third-party plugins on our wiki page](https://github.com/stashapp/stash/wiki/Plugins-&--Scripts).

## Please note: V24 now uses an installer
# We recommend you use that to install plugins.
Manual installs are discouraged, and you shouldn't do so unless you otherwise know what you are doing.
# We recommend you use that to install (and update) plugins.
Manual installs are not recommended, and you shouldn't do so unless you otherwise know what you are doing.

## How To Install
To download a plugin in Stash v24, the CommunityScripts repo source is automatically installed by default.

This default source is located at https://stashapp.github.io/CommunityScripts/stable/index.yml

# Plugin, Themes, and Scripts Directory
We used to list all plugins, themes, and scripts in this repository...
but with the changes in v24, ANY items installable by the plugin installer are no longer listed here.
We used to list all community supported plugins, themes, and scripts in this repository...
but with the changes in v24, ANY items installable by the plugin installer will no longer listed here.
Use the Plugin Installer built into Stash.

We will continue to list the items NOT otherwise installable this way below.
We will continue to list the items NOT otherwise installable in this way below.

## NOTE: BREAKING CHANGES
The recent v24 release (and development branches) had major breaking changes to old schema, and plugin changes.
The recent v24 release (and future development branches) had major breaking changes to old schema and plugin changes.
We're beginning to review plugins and the rest and patch them to work, but it's an ongoing process...

We'll update the table below as we do this...
We will also be rearranging things a bit, and updating documentation (including this page)

## Plugins and Themes are no longer listed here.
## Plugins and Themes will no longer be listed here.

Category|Triggers|Plugin Name|Description|Minimum Stash version|Updated for v24|
--------|-----------|-----------|-----------|---------------------|-----
Scraper|Task|[GHScraper_Checker](plugins/GHScraper_Checker)|Compare local file against github file from the community scraper repo.|v0.8|:x:
Maintenance|Task<br />Scene.Update|[renamerOnUpdate](plugins/renamerOnUpdate)|Rename/Move your file based on Stash metadata.|v0.7|:x:
Maintenance|Task<br />Scene.Update|[renamerOnUpdate](plugins/renamerOnUpdate)|Rename/Move your file based on Stash metadata.|v2.4|:white_check_mark: STOPGAP
Maintenance|Set Scene Cover|[setSceneCoverFromFile](plugins/setSceneCoverFromFile)|Searchs Stash for Scenes with a cover image in the same folder and sets the cover image in stash to that image|v0.7|:x:
Scenes|SceneMarker.Create<br />SceneMarker.Update|[markerTagToScene](plugins/markerTagToScene)|Adds primary tag of Scene Marker to the Scene on marker create/update.|v0.8 ([46bbede](https://github.com/stashapp/stash/commit/46bbede9a07144797d6f26cf414205b390ca88f9))|:x:
Scanning|Scene.Create<br />Gallery.Create<br />Image.Create|[defaultDataForPath](plugins/defaultDataForPath)|Adds configured Tags, Performers and/or Studio to all newly scanned Scenes, Images and Galleries..|v0.8|:x:
Expand Down
208 changes: 0 additions & 208 deletions plugins/GHScraper_Checker/GHScraper_Checker.py

This file was deleted.

21 changes: 0 additions & 21 deletions plugins/GHScraper_Checker/GHScraper_Checker.yml

This file was deleted.

52 changes: 0 additions & 52 deletions plugins/GHScraper_Checker/log.py

This file was deleted.

0 comments on commit ac05d47

Please sign in to comment.