getmango / Mango

Mango is a self-hosted manga server and web reader
https://getmango.app
MIT License
1.71k stars 123 forks source link

[Feature Request] Single (Dankoubon) support #242

Closed Victrid closed 3 years ago

Victrid commented 3 years ago

Is your feature request related to a problem? Please describe. It's common for special chapter or doujinshi to have only one volume, not in series. Also, plain structure like

library
- doujinshi_1
  - 01.jpg
  - 02.jpg
  - ...

could not be processed by Mango, at least in the docker version docker.io/hkalexling/mango:latest. Describe the solution you'd like

Describe a small use-case for this feature request This will be convenient, as single releases are common during Comiket, etc. More files can be processed by mango without additional packaging.

Leeingnyo commented 3 years ago
  • Support plain structure for singles

This is duplicated with #215. We'll work on this soon!

  • Supporting single by detecting volume numbers, and skipping the volume selection part.

I'm not sure I understood right, you want the singles in your library root path to appear in a library page? perhaps this is a design choice. For now, you can make a directory such as Doujinshi and put them to it for scanning.

Victrid commented 3 years ago

That's a great suggestion! Thanks, I'll close this issue.