mirror of
https://github.com/stashapp/CommunityScripts.git
synced 2026-04-16 22:03:17 -05:00
Add plugin Adulttime Interactive Downloader (#240)
* 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.
This commit is contained in:
13
plugins/PythonToolsInstaller/PythonToolsInstaller.yml
Normal file
13
plugins/PythonToolsInstaller/PythonToolsInstaller.yml
Normal file
@@ -0,0 +1,13 @@
|
||||
name: "Python Tools Installer"
|
||||
description: Download stashapp-tools for DockerEnv
|
||||
version: 0.1.
|
||||
url: https://github.com/tooliload/StashAppCommunityScripts/tree/main/plugins/PythonToolsInstaller
|
||||
exec:
|
||||
- python
|
||||
- "{pluginDir}/PythonToolsInstaller.py"
|
||||
interface: raw
|
||||
tasks:
|
||||
- name: "Install"
|
||||
description: Install Python Module stashapi-tools
|
||||
defaultArgs:
|
||||
mode: process_py_stashapi_tools
|
||||
Reference in New Issue
Block a user