Files
CommunityScripts/plugins/GHScraper_Checker/GHScraper_Checker.yml
Belley c7a9c2dcd3 [Plugin] Github scraper checker (#10)
* Update PLUGINS-LIST.md
* Create GHScraper_Checker.py
* Create GHScraper_Checker.yml
* Create log.py
* Update GHScraper_Checker.py

- No longer check only the last line of yml file.
- Only check yml file.
- Added a var to ignore the "File don't exist locally" (IGNORE_MISS_LOCAL)
- More accurate log.
2021-08-25 08:35:55 +10:00

22 lines
710 B
YAML

name: GHScraper_Checker
description: Check the community scraper repo.
version: 0.1.0
url: https://github.com/stashapp/CommunityScripts/tree/main/plugins/GHScraper_Checker
exec:
- python
- "{pluginDir}/GHScraper_Checker.py"
interface: raw
tasks:
- name: 'Status Check'
description: "Show in log if you don't have the scraper or a new version is available."
defaultArgs:
mode: CHECK
- name: 'Getting new files'
description: "Download scraper that don't exist in your scraper folder."
defaultArgs:
mode: NEWFILE
# - name: 'Overwrite everything'
# description: 'Replace your scraper by github version. Overwrite anything existing.'
# defaultArgs:
# mode: OVERWRITE