Added ChangeFileMonitor

This commit is contained in:
David Maisonave
2024-07-28 02:46:52 -04:00
parent 162f331f12
commit 26f6a765b6
9 changed files with 858 additions and 3 deletions

View File

@@ -0,0 +1,14 @@
id: changefilemonitor
name: ChangeFileMonitor
metadata:
description: Monitors the Stash library folders, and updates Stash if any changes occurs in the Stash library paths.
version: 0.1.0
date: "2024-07-26 08:00:00"
requires: [pip install stashapp-tools, pip install pyYAML, pip install watchdog]
source_repository: https://github.com/David-Maisonave/Axter-Stash/tree/main/plugins/ChangeFileMonitor
files:
- README.md
- changefilemonitor.yml
- changefilemonitor.py
- changefilemonitor_settings.py
- requirements.txt