mirror of
https://github.com/stashapp/CommunityScripts.git
synced 2026-04-17 11:10:57 -05:00
[FileMonitor] Fix typo (#523)
* Bug fix * Update version * Update README.md * Update version history
This commit is contained in:
@@ -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:
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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:
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user