Kotatsu has a cli-only downloader, and it’s used to download manga directly from sites in Kotatsu
Comment on [News] Mangadex Staff FAQ Page About Recent Takedowns and Policy Changes
Pyrus@lemm.ee 21 hours ago
I guess I’ll have to look into self hosting my library again on my server. Any tips for which software/stack to run?
Support for downloading from most major sources going forwards like Mangaplus and various aggregators (and I guess scraping out the last data from Mangadex before it’s gone) is important. Or some other kind of automation for updating and downloading new chapters on release and other metadata.
Preferably something headless running in Docker (web GUI optional), and the ability to sync to Mihon is crucial. I’ve been looking at Kavita, Komga, and Suwayomi but haven’t decided yet.
OmegaLemmy@discuss.online 17 hours ago
PrincessKadath@ani.social 20 hours ago
Suwayomi is probably your best bet, since it can auto download new chapters as soon as it finds them. Not sure how it is now, though. Last time I checked was at least two years ago.
wjs018@ani.social 5 hours ago
TIL about suwayomi. I just set it up now and it is interesting. Basically, it is like a hosted version of mihon that lives on a server (it uses the same extensions and can even import a backup from mihon). It works exactly like mihon and many of the menus/settings are exactly the same. Chapters are downloaded and the library is periodically updated exactly like in mihon. You could basically put this on something like a NAS at home and use it like a web version of mihon. Optionally, you can figure out the hosting side of things and have it live at a domain you own, like manga.yourdomain.com behind basic auth.
The most interesting part of hosting it on the web is that you can install a suwayomi extension in mihon on your mobile device. Then, your mobile device can browse your suwayomi library just like it does any other extension. Reading chapters on either your mobile device or on the suwayomi web ui will mark them as read. Additionally, it means that you can exclusively use the suwayomi extension on your mobile device and leave all the other extension management to the suwayomi install, migrating as needed when sources appear/disappear. All of that would be completely transparent to mihon because it is still just pointing to the same title on suwayomi.
I am going to be messing around with this. There are some rough edges I have run into. The main issue I am having is that chapter downloads are really slow and the web ui isn’t the most responsive at updating things like download percentages or library updates. I also couldn’t get flaresolverr to work. Disabling that part of the docker compose file got downloads working again (just slow).