Signed-off-by: NotAShelf <raf@notashelf.dev> Change-Id: Id4b791396ab37827caced2c8cc03ec356a6a6964
20 lines
529 B
TOML
20 lines
529 B
TOML
[plugin]
|
|
name = "cbz-comics"
|
|
version = "1.0.0"
|
|
api_version = "1.0"
|
|
description = "Supports CBZ (Comic Book ZIP) and CBR files with metadata extraction and thumbnail generation"
|
|
kind = ["media_type", "metadata_extractor", "thumbnail_generator"]
|
|
priority = 500
|
|
|
|
[plugin.binary]
|
|
wasm = "cbz_comics.wasm"
|
|
|
|
[capabilities]
|
|
network = false
|
|
|
|
[capabilities.filesystem]
|
|
# Users must add their media root directories here. Example:
|
|
# read = ["/home/user/comics"]
|
|
# write = ["/home/user/.cache/pinakes/thumbnails"]
|
|
read = []
|
|
write = []
|