A calibre plugin to access MangaDex and download issues in CBZ format with metadata
License: GPL‑3.0
Installation:
- Zip the plugin folder.
- In Calibre Preferences → Plugins → Load plugin from file, select the ZIP.
- Restart Calibre.
- Search Titles: Search MangaDex by title.
- Tag Filtering: Specify tags to include (
+tag
) or exclude (-tag
). - Connection Throttling: Fixed semaphore limits concurrent requests to avoid rate limiting (not configurable).
- CBZ Download: Downloads chapters as CBZ archives.
- Metadata: Embeds
ComicInfo.xml
andComicBookInfo
metadata in each CBZ. - Auto-rotation: Large panels are automatically rotated 90 degrees for better viewing on smaller ebook readers.
- In Calibre, open the plugin search panel.
- Enter free-text query and tag filters separately:
- Query:
one piece
- Tags:
+adventure -horror
- Query:
- Select desired chapters and click Download.
- Imported CBZ with metadata appears in your library.
- Semaphore Limit: Internally fixed to throttle requests; user cannot modify.
- Plugin tested by zipping folder and loading into Calibre; no automated tests yet.
- Add automated test suite.
- Configutable language whitelist.