This is an automated archive made by the Lemmit Bot.
The original was posted on /r/selfhosted by /u/allaboutduncanp on 2025-02-03 22:32:05+00:00.
Hey all, I've posted once before about this little utility I built, but I've added a few new features as well as updated the UI pretty significantly, so I'm calling this the v1.0 release of Comic Library Utilities.
This is a Docker deployable, self-hosted set of tools to let you remotely administer, edit and update your self-hosted comic (CBZ / CBR) libraries.
Here's the link to the full repo, feature list and deploy instructions.
Major additions from the previous announcement are listed below.
Enhancements
- Missing Issue Check: Run against a directory and generate a list of missing issues. Works on the assumption that all issues are (#01, 01, 001) through (#20, 20, 020). Missing issues are saved to a unique ID text file with the link being served to you when the process is complete.
- Configure Key Words to ignore during "Missing Issue Check"
- Folder Monitor Renaming: Monitor a "downloads" folder for new files, rename and move them to a "processed" folder. Renames everything using a {Series Name} {Issue Number} ({Year}) pattern.
- Updated Selection UI: Card based UI allows you to run multiple functions without re-selecting via the menu. This also prevents accidentally running the previous function on a newly entered directory / file path.
- Updated File / Directory UI: Single File or Directory options are enabled / shown based on the whether a file or directory is entered for processing.
- Enhanced Logging and Status Messages: Added better logging and status message formatting.
Notes
Missing Issue Check is not a "smart" feature and simply assumes each folder should have files starting with (#01, 01, 001) and the "last" file is the last alpha-numeric file in the folder. It will generate a list of anything missing from that ordering. This is not a "smart" feature and simply assumes each folder should have files starting with (#01, 01, 001) and the "last" file is the last alpha-numeric file in the folder. run on an entire publisher folder.
Docker Deploy
Docker images are updated for image: allaboutduncan/comic-utils-web:latest
- Re-pull and Update to deploy
- If you wish to use the new features - ensure you have the additional
volume
&environment
variables added to your docker compose.