docker-mods/README.md
Ross Hendry 4337200128 calibre-web: dtrpg-metadata Initial commit
This adds a new metadata provider to calire-web for retrieving
publication data from drivethrurpg.com
2022-09-14 17:41:27 +01:00

11 lines
544 B
Markdown
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Calibre-web - DriveThruRPG Metadata Provider
This adds a new metadata provider for `calibre-web` which will look for information on DriveThruRPG.com
After installing, DriveThruRPG will be an option when pulling in metadata about a book.
In `calibre-web` docker arguments, set an environment variable `DOCKER_MODS=linuxserver/mods:calibre-web-dtrpg-metadata` to enable.
If adding multiple mods, enter them in an array separated by `|`,
such as `DOCKER_MODS=linuxserver/mods:universal-calibre|linuxserver/mods:calibre-web-dtrpg-metadata`