From 1798d6107c3d9b68cff162f5f966e89c3c2aaa88 Mon Sep 17 00:00:00 2001 From: sevi-kun Date: Mon, 17 Mar 2025 00:32:23 +0100 Subject: [PATCH] Adding TODO to README.md --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 45263dd..be55008 100644 --- a/README.md +++ b/README.md @@ -5,3 +5,13 @@ This is a Python script / wrapper for the nhentai tool to download doujinshi fro It uses the nhentai Python tool to download doujinshi and converts them to CBZ files. There is a simple web UI to add the doujinshi IDs to the queue. + +## Todo + +- [ ] Input normalizer +- [ ] Automatically start downloading after adding +- [ ] Add file name normalizer (for kavita) +- [ ] Add file mover (organizer) +- [ ] Add config file +- [ ] Add Database integration (sqlite from nhentail cli tool) +- [ ] Add Dockerfile