Skip to content
This repository has been archived by the owner on Apr 21, 2019. It is now read-only.
/ bamf Public archive

[Archived Project] Comic book server with in-browser reader

License

Notifications You must be signed in to change notification settings

bpepple/bamf

Repository files navigation

This project is no longer maintained, and is being archived. If your looking for a similar comic archive project you can look at Thwip, which uses a Django backend and React Frontend.

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