Skip to content

Feature request: support uncompressed manga via Nextcloud sync #258

Description

@Jefik37

Sorry if this has already been implemented, it's been a while since I checked. When I enable cloud syncing, it zips all my manga before storing it. I already run a Nextcloud server with my manga uncompressed, structured like this:

Mangafolder
├── 8番出口
│   ├── 8番出口 第01巻
│   │   ├── 001.jpg
│   │   ├── [...]
│   │   └── 166.jpg
│   ├── 8番出口 第01巻.html
│   ├── 8番出口 第01巻.mokuro
│   ├── cover.jpg
│   └── _ocr
│       └── 8番出口 第01巻
│           ├── 001.json
│           ├── [...]
│           └── 166.json
└── AKIRA
    ├── AKIRA 第01巻
    │   ├── 01_000a.jpg
    │   ├── [...]
    │   └── 01_361.jpg
    ├── AKIRA 第01巻.html
    ├── AKIRA 第01巻.mokuro
    ├── [...]
    ├── AKIRA 第06巻
    │   ├── 06_000a.jpg
    │   ├── [...]
    │   └── 173.jpg
    ├── AKIRA 第06巻.html
    ├── AKIRA 第06巻.mokuro
    ├── cover.jpg
    └── _ocr
        └── AKIRA 第01巻
            └── [...]

It would be great to use that structure directly instead of having to zip everything or re-upload it all through Mokuro/Mokuro Bunko. Mokuro already accepts uncompressed manga via local upload, so having the same option for cloud sync would be a really nice addition.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions