Skip to content

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

Notifications You must be signed in to change notification settings

govnorice/repackmanga

Repository files navigation

RepackManga


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

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 собирает информацию о номере тома и главы из названия каждого архива, используя определенные паттерны. Затем он создает структуру директорий в соответствии с этой информацией и автоматически распаковывает главы манги в соответствующие директории

rrr1.mp4

Structure of generated directories (supported by kcc):

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 <path to the directory with archives> --preset <pattern preset>

PATTERN PRESETS:

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