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.
- 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
To install, please refer to the Bamf Wiki.