github MangaManagerORG/Manga-Manager v0.1.1
Manga Manager First Release

latest releases: nightly_eb89468, nightly_67d86f2, nightly_12a4c32...
pre-release2 years ago

Please don't look too much at the code not the most beautiful. If you want any feature added just coment below!

Instructions

Download code zip and run with python.
Tested version: Python 3.10

Manga-Manager

Currently it has 2 features

Set Volume

This option adds Vol.00 to the filename just before Ch/Chapter.
If there is no Ch/Chapter in the file name the script assumes the last digits are the capter indicator. So it will place it before them.

Example

I want to place Vol.03 to the following filenames

The wonderful world of invented titles ch3.ext -> The wonderful world of invented titles Vol.03 ch3.ext

The wonderful world of invented titles ch.3.ext -> The wonderful world of invented titles Vol.03 ch.3.ext

The wonderful world of invented titles ch 3.ext -> The wonderful world of invented titles Vol.03 ch 3.ext

The wonderful world of invented titles chapter 3.ext -> The wonderful world of invented titles Vol.03 chapter 3.ext

If either Ch or Chapter is not present in the file name, the script will asume the last digits as chapter identifier:


The wonderful world of invented titles 03.ext -> The wonderful world of invented titles Vol.03 03.ext

Note: there is a confirmation window where you can check everything is correct.

Undo changes

Changes are saved in a json file next to the python script.

Do not manually modify this file.

Once in the menu you will have to select what change you want to revert (click to expand the log list)
This option will bulk undo all changes that happened at that selected time.

Set Cover

This option extracts the selected files -> replaces the cover or adds a new one -> compress back the files.

If there is any file named 000.ext or 001.ext, the script will save it in the file as OldCover0000.ext.back

Overwrite 0001 or not?

It is as simple as it sounds.

If you want to replace current 0001.ext image say YES.

If you want to keep current 0001.ext image say NO.

By selecting NO it will add the image you selected as 0000.ext

Then it saves the selected image as 0000.ext

Undo changes

Old cover is saved in the compressed file as OldCover000X.ext.bak

This option will rename the current cover as OldCover000X.ext.bak while the backup cover will be renamed to its original name.

Full Changelog: https://github.com/ThePromidius/Manga-Manager/commits/v0.1.1

Don't miss a new Manga-Manager release

NewReleases is sending notifications on new releases.