Skip to content
forked from bpepple/bamf

Comic book server with in-browser reader

License

Notifications You must be signed in to change notification settings

trumblejoe/bamf

 
 

Repository files navigation

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

About

Comic book server with in-browser reader

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 66.4%
  • JavaScript 14.3%
  • HTML 11.2%
  • CSS 8.1%