Skip to content
Chris edited this page Aug 13, 2026 · 2 revisions

comicmeta Wiki

comicmeta is a review-first ComicVine metadata tool for CBZ comic libraries. It helps you inspect, review, organize, and write ComicInfo.xml safely for Kavita, Jellyfin, Komga, and similar readers.

Start here

Core rules

  • Everything before write is read-only.
  • write only changes CBZ archives and creates backups.
  • CBR files are reported or converted; they are never modified in place.
  • Organize previews changes before applying them.
  • Cover selection changes local state; CBZ files remain untouched.
  • Local, external-drive, and NAS libraries use the same user flow.

The recommended flow

open comicmeta
    ↓
choose a local drive or NAS context
    ↓
health → browse → review → organize
    ↓
inspect the proposed changes
    ↓
write only after the review is complete

The interactive dashboard exposes the common actions. Every command also has a non-interactive form for scripts and batch work.

This is a safe recommendation, not a mandatory sequence. Browse whenever you want to inspect the library; review and organize both show previews before anything is written.

Clone this wiki locally