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)
- Host: GitHub
- URL: https://github.com/govnorice/repackmanga
- Owner: govnorice
- Created: 2024-05-02T20:45:28.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-05-05T23:07:17.000Z (about 1 year ago)
- Last Synced: 2024-05-06T18:38:09.994Z (about 1 year ago)
- Language: C++
- Homepage:
- Size: 1.2 MB
- Stars: 8
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: ReadME.md
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)
---
### [ 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):
## 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]+)"