mirror of
https://github.com/stashapp/CommunityScripts.git
synced 2026-02-12 14:43:35 -06:00
15 lines
308 B
YAML
15 lines
308 B
YAML
name: Date Parser
|
|
description: Find date in path or filename and add it
|
|
version: 0.2
|
|
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
|
|
|
|
|