A plugin for Comic Tagger to allow the use of the metadata from Grand Comics Database™.
- Create an account on the GCD.
- Download the latest SQLite3 dump of their DB (minus images and image URLs) at https://www.comics.org/download/
GCD does not make their image URLs available via their DB dumps
An option is available to attempt to download the covers in the GUI and separately for auto-tagging. Due to occasional CloudFlare activation, images may not download.
The easiest installation method as of ComicTagger 1.6.0-alpha.23 for the plugin is to place the release zip file
gcd_talker-plugin-<version>.zip
into the plugins directory.
You can build the wheel with tox run -m build
or clone ComicTagger and clone the talker and install the talker into the ComicTagger environment pip install -e .