An open API service indexing awesome lists of open source software.

https://github.com/govnorice/repackmanga

Repackaging archives into a manga conversion structure via KCC (a.k.a. Kindle Comic Converter)
https://github.com/govnorice/repackmanga

Last synced: 2 months ago
JSON representation

Repackaging archives into a manga conversion structure via KCC (a.k.a. Kindle Comic Converter)

Awesome Lists containing this project

README

        

# RepackManga
___
#### Repackaging archives into a manga conversion structure via [KCC (a.k.a. Kindle Comic Converter)](https://github.com/ciromattia/kcc)
![program_screenshot.png](program_screenshot.png)

---
### [ ENGLISH ]
RepackManga is a tool that automates the process of organizing the directory structure of downloaded manga from a website such as mangalib.me. RepackManga collects volume and chapter number information from the title of each archive using certain patterns. It then creates a directory structure according to this information and automatically extracts the manga chapters into the appropriate directories
### [ RUSSIAN ]

RepackManga - это инструмент, который автоматизирует процесс организации структуры директорий скаченной манги с веб-сайта, такого как mangalib.me. RepackManga собирает информацию о номере тома и главы из названия каждого архива, используя определенные паттерны. Затем он создает структуру директорий в соответствии с этой информацией и автоматически распаковывает главы манги в соответствующие директории

https://github.com/govnorice/repackmanga/assets/80642969/73e97446-1e1c-4991-8ef8-1df634678509

## Structure of generated directories (supported by kcc):
![image_tree.png](image_tree.png)

## I USE ARCH LINUX BTW?
Just install the package from the AUR, damn it!
```
yay -S repackmanga
```

## HOW TO USE
### GUI:
```
./repackmanga
```
### CLI:
```
./repackmanga --path --preset
```

## PATTERN PRESETS:
- mangalib_rus
- Support website: [mangalib.me](https://mangalib.me/)
- Volume pattern: "Том ([0-9]+)"
- Chapter pattern: "Глава ([0-9]+)"