We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 89afb19 commit 5541edfCopy full SHA for 5541edf
plugins/DateParser/date_parser.py
@@ -1,5 +1,7 @@
1
import sys, json
2
-
+from PythonDepManager import ensure_import
3
+ensure_import("dateparser>=1.2.1")
4
+ensure_import("stashapi:stashapp-tools>=0.2.58")
5
import stashapi.log as log
6
from stashapi.stashapp import StashInterface
7
import re
plugins/DateParser/date_parser.yml
@@ -1,6 +1,7 @@
name: Gallery Date Parser
+# requires: PythonDepManager
description: Find date in path or filename and add it to the gallery
-version: 0.3.0
+version: 1.0.0
exec:
- python
- "{pluginDir}/date_parser.py"
0 commit comments