Skip to content

Latest commit

 

History

History
23 lines (20 loc) · 1.42 KB

README.md

File metadata and controls

23 lines (20 loc) · 1.42 KB

Bamf is a Django project that allow you to read comic book archives. It is based on Tenma and uses the ComicVine API to retrieve the comic metadata. Most of the difference are behind the interface like:

  • Instead of querying Comic Vine for matches, we read in the comic archive comicinfo.xml (which means you need to tag your comic archives with ComicTagger), and get the detailed information from Comic Vine.
  • Read the comic archive directly, instead of unzipping the file into a directory.
  • Images from comic vine are resized on import, and the original is removed.

Features

  • Reads comic archives (cbz)
  • See how your comics are connected by characters, creators, teams, story arcs and publishers.
  • Comic navigation with arrow buttons, or with your keyboard's arrow keys.
  • REST API

Installation

To install, please refer to the Bamf Wiki.

Screenshots

Series List

series

Series Detail

series-detail

Issue Detail

issue-detail

Reader

reader