mirror of
https://github.com/stashapp/CommunityScripts.git
synced 2026-02-04 10:49:10 -06:00
19 lines
517 B
YAML
19 lines
517 B
YAML
name: Gallery Date Parser
|
|
# requires: PythonDepManager
|
|
description: Find date in path or filename and add it to the gallery
|
|
version: 1.1.0
|
|
exec:
|
|
- python
|
|
- "{pluginDir}/date_parser.py"
|
|
interface: raw
|
|
tasks:
|
|
- name: Find gallery dates
|
|
description: Add the date on galleries based on their path
|
|
defaultArgs:
|
|
mode: gallery
|
|
settings:
|
|
setTitle:
|
|
displayName: Set title ?
|
|
description: Set title from folder name minus the found date ? Only applies on galleries without titles
|
|
type: BOOLEAN
|