mirror of
https://github.com/stashapp/CommunityScripts.git
synced 2026-02-04 20:04:27 -06:00
* fix css files * create workflow * format code using prettier * black ignore 3rd party folder * format py code using black * black exclude option in workflow * Don't format workflow files * Add contributing instructions to readme --------- Co-authored-by: WithoutPants <53250216+WithoutPants@users.noreply.github.com>
13 lines
286 B
YAML
13 lines
286 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
|