Skip to content

Commit bb2f517

Browse files
authored
[FileMonitor] Fix typo (#523)
* Bug fix * Update version * Update README.md * Update version history
1 parent fb243a9 commit bb2f517

File tree

4 files changed

+8
-4
lines changed

4 files changed

+8
-4
lines changed

plugins/FileMonitor/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# FileMonitor: Ver 1.0.4 (By David Maisonave)
1+
# FileMonitor: Ver 1.0.5 (By David Maisonave)
22

33
FileMonitor is a [Stash](https://github.com/stashapp/stash) plugin with the following two main features:
44

plugins/FileMonitor/filemonitor.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1022,7 +1022,7 @@ def getFileMonitorRunningStatus():
10221022
stash.Trace(f"{StartFileMonitorAsAPluginTaskID} EXIT")
10231023
elif stash.PLUGIN_TASK_NAME == SYNC_LIBRARY_REMOVE:
10241024
runTypeID=5
1025-
synchronize_library(removeScene=tRUE)
1025+
synchronize_library(removeScene=True)
10261026
stash.Trace(f"{SYNC_LIBRARY_REMOVE} EXIT")
10271027
elif stash.PLUGIN_TASK_NAME == SYNC_LIBRARY_TAG:
10281028
runTypeID=6
@@ -1052,4 +1052,4 @@ def getFileMonitorRunningStatus():
10521052
sys.stdout.write("{" + f"Exception : '{e}; See log file for TraceBack' " + "}")
10531053
stash.Trace("\n*********************************\nEXITING ***********************\n*********************************")
10541054

1055-
# ToDo: Add option to add path to library if path not included when calling metadata_scan
1055+
# ToDo: Add option to add path to library if path not included when calling metadata_scan

plugins/FileMonitor/filemonitor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: FileMonitor
22
description: Monitors the Stash library folders, and updates Stash if any changes occurs in the Stash library paths.
3-
version: 1.0.4
3+
version: 1.0.5
44
url: https://github.com/David-Maisonave/Axter-Stash/tree/main/plugins/FileMonitor
55
ui:
66
javascript:

plugins/FileMonitor/version_history/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,3 +22,7 @@
2222

2323
- Added ping Docker GQL check before attempting to monitor Stash Dockers
2424
- Uploaded missing filemonitor.js to CommunityScripts
25+
26+
### 1.0.5
27+
28+
- Fixed bug associated with library cleaning

0 commit comments

Comments
 (0)