blob: 3986e7a35484aee1c53336267a1bd2f2ab8f5fbd (
plain) (
tree)
|
|
title: hircine - A web-based comic organizer
date: 2024-03-09
author: Wolfgang Müller
## Synopsis
hircine is a web application built to organize large collections of comics and
manga. It imports image files from *ZIP* archives, supports a wide range of
metadata, comes with a powerful filtering system, and keeps its own object
store of processed image files for easy and fast access via the browser.
<figure>
<img class="round" width="90%" src="img/hircine-edit.jpg"
alt="A picture of the edit interface of hircine"/>
<figcaption>Editing a comic in hircine</figcaption>
</figure>
Archives are never modified by the program, making it an ideal choice for the
astute collector. Comics may be read in the minimal built-in reader. Metadata
import via scrapers is also supported.
## Resources
- [Homepage](https://hircine.oriole.systems)
- [Git repository](https://git.oriole.systems/hircine)
|