[Question] Is it possible to import from catalog other than https://catalog.mokuro.moe/ ?
So i want to create a service (side project) that acts as a .mokuro generator and catalog for use with mokuro-reader.
Here's the intended workflow:
- A user provides a URL or uploads a .zip to the service.
- The service processes the manga into .mokuro format.
- The service hosts the generated .mokuro file in a catalog-like structure.
- The user then imports the manga from this custom catalog into mokuro-reader.
Yeah, currently the catalog importing is a very hacky stitch on feature but it does support other catalogs.
You can see the exact logic here but you can pass in a source as a query param - It expects the source to be a simple nginx file server.
For the time being I'm not planning to make any changes to the reader other than reviewing PRs when I can. I've been planning a complete rewrite of the reader for quite a while now because architecturally speaking the whole thing is like a house of cards and adding new features is a slog, but I just dont have the time to work on it unfortunately and probably won't for quite a while.