Skip to content

Releases: MangaManagerORG/Manga-Manager

v.0.4.5

21 Sep 00:09
afc6988
Compare
Choose a tag to compare

Metadata Editor

Changed

  • CLI option to keep volume and chapter, only volume and only chapter
  • Help tooltip explaining -1 and -2
  • Reworked backup logic to be more optimal

Cover Editor

  • Optimization to avoid backup if no 000.ext file is found. Just append image

Fixed

  • Fixed Non-standarized filenames not getting proper extension and other optimizations

Full Changelog: v.0.4.4...v.0.4.5

Manga Manager v0.4.4

09 Jul 13:16
0f71853
Compare
Choose a tag to compare

NEW

  • Cover Downloader from Mangadex (Cover Manager)

Added

  • Batch genre/tag add to (Metadata Manager)

Changed

  • Bump lxml requirement

Fixed

  • Cover Manager adds 1 extra dot in extension
  • Missing Recover Metadata button (Metadata Manager #70)

What's Changed

New Contributors

Full Changelog: v.0.4.3...v.0.4.4

v.0.4.3

09 Jun 12:36
b419143
Compare
Choose a tag to compare

NEW

  • New docker container. Containing all the tools. More info in the wiki page
  • Better file manager for linux
  • New GUI for tool selector
  • New Settings file so specify library path and covers path (file selector opens in that location by default)

Added

  • Clear Queue button for WebpConverter
  • Optimizations if no comicinfo is present it will be added and not backed up (faster)
  • Skip restore if no Old_ComicInfo.xml.bak is present

Changed

  • All tests were reworked
  • Centered Epub2cbz ui
  • Reworked Cover Manager ui

Fixed

  • Metadata Manager was completely broken.
  • WebpConverter
  • Lot's of fixes

What's Changed

New Contributors

Full Changelog: v.0.4.2...v.0.4.3

v.0.4.2

18 May 19:13
Compare
Choose a tag to compare

Metadata editor is currently broken. Avoid using it

What's Changed

Full Changelog: v0.4.1...v.0.4.2

v0.4.1 - Metadata Manager & Rework

26 Feb 00:44
ddb7f61
Compare
Choose a tag to compare

What's Changed

New Contributors

  • @RealStickman made their first contribution in #13
  • @dependabot made their first contribution in #38

Full Changelog: v0.3...v0.4.1

Manga Manager v0.3

16 Jan 03:28
Compare
Choose a tag to compare

What's Changed

  • Changed how the scripts gets the first image.
  • Both Overwrite mode and Append mode will save the new cover as 0000000.ext. If there's a file named like that it gets backed up
  • New settings in each tool to make it easier to process lots of files

What's new

Set cover

  • Unified button for selecting overwrite mode. Click it again to change it.
  • New settings explained in readme.md
  • New button to select new set of covers.
    (No need to close and run to select new covers)
  • Good practice is to first delete all covers you want to process. Then process the queue. After that add the covers and process them (this method is also faster)

Set volume

  • New settings explained in readme.md
  • Simplified UI leaving the preview table always visible.
  • Process button will remain disabled untill there's items in the preview table.

Known issues

  • When processing the covers, the script hangs and gets unresponsive after all files are processed and saved. Couldn't learn why yet. (Does not affect file data)

Full Changelog: v0.2...v0.3

Manga Manager V0.2

14 Jan 00:29
Compare
Choose a tag to compare

This updates features a brand new UI where I tried to keep all windows' size consistent.

Check the readme.md for instructions or tips on how to run this script.

What's Changed

Full Changelog: v0.1.1...v0.2

Manga Manager First Release

04 Jan 22:38
f126831
Compare
Choose a tag to compare
Pre-release

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