diff --git a/plugins/DupFileManager/DupFileManager.py b/plugins/DupFileManager/DupFileManager.py index fde60fb..318aeda 100644 --- a/plugins/DupFileManager/DupFileManager.py +++ b/plugins/DupFileManager/DupFileManager.py @@ -970,6 +970,10 @@ def mergeTags(): stash.mergeMetadata(scene1, scene2) stash.Log(f"Done merging scenes for scene {scenes[0]} and scene {scenes[1]}") +# ToDo: Add additional menu items option only for bottom of report: +# Remove from stash all files no longer part of stash library +# Remove from stash all files in the Exclusion list (Not supporting regexps) + try: if stash.PLUGIN_TASK_NAME == "tag_duplicates_task": mangeDupFiles(tagDuplicates=True, merge=mergeDupFilename) diff --git a/plugins/DupFileManager/test.html b/plugins/DupFileManager/test.html new file mode 100644 index 0000000..7c3689f --- /dev/null +++ b/plugins/DupFileManager/test.html @@ -0,0 +1,27 @@ + + + + + + Your Website + + +

Welcome to My Website

+

This is a simple static website.

+ +
+ + + +
+ + +
+ + +
+ + +
+ + \ No newline at end of file