Skip to content

Commit 3debf8f

Browse files
authored
Update date_parser.yml to add settings
1 parent 6cf4448 commit 3debf8f

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

plugins/DateParser/date_parser.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: Gallery Date Parser
22
# requires: PythonDepManager
33
description: Find date in path or filename and add it to the gallery
4-
version: 1.0.0
4+
version: 1.1.0
55
exec:
66
- python
77
- "{pluginDir}/date_parser.py"
@@ -11,3 +11,8 @@ tasks:
1111
description: Add the date on galleries based on their path
1212
defaultArgs:
1313
mode: gallery
14+
settings:
15+
setTitle:
16+
displayName: Set title ?
17+
description: Set title from folder name minus the found date ? Only applies on galleries without titles
18+
type: BOOLEAN

0 commit comments

Comments
 (0)