File tree Expand file tree Collapse file tree 4 files changed +8
-4
lines changed
Expand file tree Collapse file tree 4 files changed +8
-4
lines changed Original file line number Diff line number Diff line change 1- # FileMonitor: Ver 1.0.4 (By David Maisonave)
1+ # FileMonitor: Ver 1.0.5 (By David Maisonave)
22
33FileMonitor is a [ Stash] ( https://github.com/stashapp/stash ) plugin with the following two main features:
44
Original file line number Diff line number Diff 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' " + "}" )
10531053stash .Trace ("\n *********************************\n EXITING ***********************\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
Original file line number Diff line number Diff line change 11name : FileMonitor
22description : 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
44url : https://github.com/David-Maisonave/Axter-Stash/tree/main/plugins/FileMonitor
55ui :
66 javascript :
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments