This is a plugin for Calibre that searches for book metadata from RPGGeek.
Requirements:
- Python
- Calibre
git clone https://github.com/kovidgoyal/calibre.git
git clone https://github.com/ErikLevin/calibre_rpggeek_plugin.git
cd calibre_rpggeek_plugin
python -m venv .venv
.venv/Scripts/activate
pip install -r requirements.txt
In .venv/Lib/site-packages, create a file Calibre.pth.
In that file, enter {path to where you cloned Calibre}/src.
calibre-customize -b .
calibre-debug -e test.py