mirror of
https://github.com/stashapp/CommunityScripts.git
synced 2026-02-04 10:49:10 -06:00
20 lines
617 B
YAML
20 lines
617 B
YAML
name: Comic Info Extractor
|
|
description: Extract the metadata from cbz with the Comicrack standard (ComicInfo.xml)
|
|
version: 0.1
|
|
url: https://github.com/stashapp/CommunityScripts/
|
|
exec:
|
|
- python
|
|
- "{pluginDir}/comicInfoExtractor.py"
|
|
interface: raw
|
|
hooks:
|
|
- name: Add Metadata to Gallery
|
|
description: Update Metadata for Gallery by evaluating the ComicInfo.xml.
|
|
triggeredBy:
|
|
- Gallery.Update.Post
|
|
- Gallery.Create.Post
|
|
tasks:
|
|
- name: Load all cbz Metadata
|
|
description: Get Metadata for all Galleries by looking for ComicInfo.xml files in the Archive.
|
|
defaultArgs:
|
|
mode: process
|