[FileMonitor] Fix typo (#523)

* Bug fix

* Update version

* Update README.md

* Update version history
This commit is contained in:
l34240013
2025-04-07 00:03:50 +05:30
committed by GitHub
parent fb243a9d10
commit bb2f51707d
4 changed files with 8 additions and 4 deletions

View File

@@ -1,4 +1,4 @@
# FileMonitor: Ver 1.0.4 (By David Maisonave)
# FileMonitor: Ver 1.0.5 (By David Maisonave)
FileMonitor is a [Stash](https://github.com/stashapp/stash) plugin with the following two main features:

View File

@@ -1022,7 +1022,7 @@ try:
stash.Trace(f"{StartFileMonitorAsAPluginTaskID} EXIT")
elif stash.PLUGIN_TASK_NAME == SYNC_LIBRARY_REMOVE:
runTypeID=5
synchronize_library(removeScene=tRUE)
synchronize_library(removeScene=True)
stash.Trace(f"{SYNC_LIBRARY_REMOVE} EXIT")
elif stash.PLUGIN_TASK_NAME == SYNC_LIBRARY_TAG:
runTypeID=6
@@ -1052,4 +1052,4 @@ except Exception as e:
sys.stdout.write("{" + f"Exception : '{e}; See log file for TraceBack' " + "}")
stash.Trace("\n*********************************\nEXITING ***********************\n*********************************")
# ToDo: Add option to add path to library if path not included when calling metadata_scan
# ToDo: Add option to add path to library if path not included when calling metadata_scan

View File

@@ -1,6 +1,6 @@
name: FileMonitor
description: Monitors the Stash library folders, and updates Stash if any changes occurs in the Stash library paths.
version: 1.0.4
version: 1.0.5
url: https://github.com/David-Maisonave/Axter-Stash/tree/main/plugins/FileMonitor
ui:
javascript:

View File

@@ -22,3 +22,7 @@
- Added ping Docker GQL check before attempting to monitor Stash Dockers
- Uploaded missing filemonitor.js to CommunityScripts
### 1.0.5
- Fixed bug associated with library cleaning