mirror of
https://github.com/stashapp/CommunityScripts.git
synced 2026-06-14 15:19:32 -05:00
* Create requirements.txt * Add files via upload * Create empty * Yarned Files modified: plugins/AdulttimeInteractiveDL/AdulttimeInteractiveDL.py modified: plugins/AdulttimeInteractiveDL/AdulttimeInteractiveDL.yml deleted: plugins/AdulttimeInteractiveDL/cache/empty modified: plugins/AdulttimeInteractiveDL/requirements.txt * - Added Return on Error with stashapi modified: plugins/AdulttimeInteractiveDL/AdulttimeInteractiveDL.py - Add new Plugin "PythonToolsInstaller" for Docker ENV, to create VENV with stashtools to use with other Plugins new file: plugins/PythonToolsInstaller/PythonToolsInstaller.py new file: plugins/PythonToolsInstaller/PythonToolsInstaller.yml new file: plugins/PythonToolsInstaller/packages/stashtools.txt Files yarned.
23 lines
674 B
YAML
23 lines
674 B
YAML
name: "Adulttime Interactive Downloader"
|
|
description: Download Interactive Files for Adulttime Scenes
|
|
version: 0.1.1
|
|
url: https://github.com/tooliload/StashAppCommunityScripts/tree/main/plugins/AdulttimeInteractiveDL
|
|
exec:
|
|
- python
|
|
- "{pluginDir}/AdulttimeInteractiveDL.py"
|
|
interface: raw
|
|
tasks:
|
|
- name: "Download"
|
|
description: "Download Interactive Files from Adulttime Scenes"
|
|
defaultArgs:
|
|
mode: download
|
|
- name: "Clear Cache"
|
|
description: "Clean cached JSON Answers and Interactive Cache"
|
|
defaultArgs:
|
|
mode: cacheclean
|
|
hooks:
|
|
- name: download
|
|
description: Try download if Scene updated
|
|
triggeredBy:
|
|
- Scene.Update.Post
|