mirror of
https://github.com/stashapp/CommunityScripts.git
synced 2026-02-05 04:45:09 -06:00
13 lines
501 B
YAML
13 lines
501 B
YAML
#pkgignore
|
|
#ImportList is a dictionary
|
|
#that matches an xml Attribute from ComicInfo.xml to the according value in stash (using the graphql naming)
|
|
#Fields that refer to different types of media are resolved by name and created if necessary (tags, studio, performers)
|
|
#Fields that can contain multiple values (tags, performers) will be expected as a comma separated string, like
|
|
#<Genre>Outdoor, Blonde</Genre>
|
|
ImportList:
|
|
Genre: tags
|
|
Title: title
|
|
Writer: studio
|
|
Year: date
|
|
Summary: details
|