🚀 Version 2.0 Progress Update #23
Replies: 11 comments 15 replies
|
BTW, docker tag 2.0 includes the above WIP if anyone is brave enough to test it. So far it works on my machine, but keep in mind it recreates the database, so please back up your config directory first. The migration worked locally, though a few gremlins may still be lurking 😉 |
|
@balgerion @ev0rtex @Quickkill0 @WhatTheShuck |
|
Hello together. I am trying to get this working. Booted everything up. changed But the files in /config are still 99 / 100 and therefore the /series folder gets a permission denied because it is using the wrong user. Equivalently if i use Also after Adding mangadex as a provider i always got an error 400 when trying to save and later access the settings for this provider. And also I think after adding mangadex it starting fetching for "newly" manga and afterwards i got "hopefully temporarily" banned from mangadex. Probably too much requests? Best Regards |
|
Thanks @theDispare will add the above to my bucket list. It might take a few days. |
|
Thank you very much. (Although the api 400 error now somehow does not appear again for mangadex) Also is there an option to set the naming of the downloaded chapters? And the last question: Can you see a list of the chapters and download individual ones? Thanks and keep up the good work. Your app looks very clean. PS: I had a look in the Dockerfile/entrypoint.
I am no expert but something with the user checking is wrong because when i start the container with my id the permissions for /config inside the container say: drwxrwxrwx 7 kaizoku users 4096 Apr 15 13:19 config |
|
You’re welcome 🙂 Apologies for the lack of update, I’ll be back on track. Real life took priority for a bit. Your scenario is absolutely valid, but it does get tricky given our current limitations:
What we can improve Given these constraints, a practical next step would be: Provide a view that highlights: This would allow users to manually add alternative sources when needed. I believe @Quickkill0 was already working on something along these lines. About IDs (777, GUID, PUID) There’s no strong reason behind that choice, it was mostly added without much thought. Contributions We’re always open to improvements: Feel free to submit a PR |
|
Thanks. I will try to propose a change. A local dockerbuild should be feasable for me. Regarding the source question i think you interpreted it differently. I will try to rephrase it. I only have one provider. Imagine it is mangadex here. A series on mangadex can be translated by different groups (e.g. single chapters by different groups or multiple groups). Each group is counted as a source. There are also groups that drop a series and another group continues it. Will this series then get the new chapters although the new group is not in the sources list for this series? And one other question: Are you not parsing volume Metadata? |
|
The combination of provider + group is what we consider a Kaizoku source. While this specific feature isn’t supported today, it would be feasible to introduce in the future, likely as a configurable flag/checkbox. Your use case You’d like an option where: When a new chapter is detected Correct? We parse, and we include I think in the filename of the chapter, but we don't show it in the UI. |
|
Important: this repository will be renamed to Rensaio in the next few minutes. Version 1.0 is already available on Docker: maxpiva/rensaio:latest It can be used over an existing Kaizoku.Net Docker installation without any changes, but backup config directory including the database, just in case. Discord has also changed, and the new website is: Everything looks feature-complete for Kaizoku 2.0 → Rensaio. You can check the additional goodies on www.rensaio.net or in the branch README, but I think everyone is going to like it. There are also two new projects: The web landing page — very simple. A note about scrobblers: MangaDex and AniList are not working yet. MangaDex is currently blocked because we do not have API permission yet. I still need to investigate that. AniList is blocked because they appear to ban Cloudflare Workers by default. We will need to contact them and ask them to whitelist ours. Sorry again, @Quickkill0. I know you already worked on some PRs, bear with me. Please ask your favorite agent to recreate the PR, most likely against main in the new repo, since there have been a lot of changes. Please test it before opening the PR. I spent a lot of time making this thing stable, and I do not expect any major changes from here. |



Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
✅ Done
Removed Suwayomi 🧹
Major rewrite & refactor 🔄
Thumbnail cache implemented 🖼️
Automated database migration 🗄️
Codebase cleanup 🧼
Docker without Suwayomi 🐳
Temporary downgrade to .NET 8 ⬇️
🚧 Coming Soon
Improved Local Series Provider 📚
NSFW toggle support (thanks @WhatTheShuck) 🔞
Better sources integration 🔌
Start downloads from a specific chapter ⬇️
Stability improvements & testing 🧪
2.0 SHIPS 🚀
🔮 Later
Downloads & Status page improvements 📊
Tag problematic sources 🏷️
Series page revamp 📖
Import Wizard cleanup 🧹
💡 Maybe / Future Ideas
OPDS / Web server support 🌐
User accounts 👤
All reactions