-
-
Notifications
You must be signed in to change notification settings - Fork 151
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* fix dupeMarker deprecation, add delete mode * prettify --------- Co-authored-by: feederbox826 <[email protected]>
- Loading branch information
1 parent
f2f8808
commit f899a56
Showing
2 changed files
with
15 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,17 @@ | ||
name: Dupe Marker Detector | ||
description: Finds and marks duplicate markers | ||
version: 0.1 | ||
version: 0.2 | ||
url: https://github.com/stashapp/CommunityScripts/ | ||
exec: | ||
- python | ||
- "{pluginDir}/dupeMarker.py" | ||
interface: raw | ||
tasks: | ||
- name: "Search" | ||
description: Search for duplicate markers | ||
- name: "Mark" | ||
description: Mark duplicate markers | ||
defaultArgs: | ||
mode: search | ||
mode: mark | ||
- name: "Delete" | ||
description: "Delete duplicate markers" | ||
defaultArgs: | ||
mode: delete |