format fix

This commit is contained in:
David Maisonave
2024-07-28 05:31:43 -04:00
parent a8d0b4b8f1
commit 41167b019f
4 changed files with 553 additions and 17 deletions

View File

@@ -1,16 +1,19 @@
# By David Maisonave (aka Axter) 2024
name: ChangeFileMonitor
description: Monitors the Stash library folders, and updates Stash if any changes occurs in the Stash library paths.
version: 0.1.0
url: https://github.com/David-Maisonave/Axter-Stash/tree/main/plugins/ChangeFileMonitor
settings:
scanModified:
displayName: Scan Modifications
description: Enable to monitor changes in file system for modification flag. Flags for CREATE, DELETE, and MOVE will still get triggered if this is disabled.
type: BOOLEAN
recursiveDisabled:
displayName: No Recursive
description: Enable stop monitoring paths recursively.
type: BOOLEAN
runCleanAfterDelete:
displayName: Run Clean
description: Enable to run metadata clean task after file deletion.
type: BOOLEAN
scanModified:
displayName: Scan Modifications
description: Enable to monitor changes in file system for modification flag. This option is NOT needed for Windows, because on Windows changes are triggered via CREATE, DELETE, and MOVE flags. Other OS may differ.
type: BOOLEAN
zgraphqlEndpoint:
displayName: GraphQL Endpoint
@@ -32,4 +35,4 @@ tasks:
- name: Start Library Monitor
description: Monitors paths in Stash library for media file changes, and updates Stash.
defaultArgs:
mode: start_library_monitor
mode: start_library_monitor