Releases: zachstultz/komga-cover-extractor
Releases · zachstultz/komga-cover-extractor
v2.5.16
v2.5.15
v2.5.14
Changes
- Added
get_library_type()
72f147d - Added temp fix for a specific series rename issue. 72f147d
- i hate temp fixes, but this will have to do until I find a more general way to fix it that doesn't break anything
- Removed port requirement for sending komga requests. 72f147d
- fixes requests sent to a destination that doesn't require specifying a port
- Misc changes and code cleanup. 72f147d
v2.5.13
Changes
- Retrieving the release year from the internal metadata now requires a summary/description to be available. 4a24a5e
- fixes files being renamed with incorrect release years when the epub has the wrong date set
- When using the folder name as the series name when none could be found in the file name, it now requires that it doesn't contain a chapter/volume keyword in it. 4a24a5e
copy_existing_volume_covers_toggle
now uses the lowest available volume cover if no volume one was found. 4a24a5e- Misc code changes and cleanup. 4a24a5e
v2.5.12
Changes
- Added support for parsing the release group from:
file_name-{release_group}.ext
088d9bb- ex:
Series Name v01 (2001)-release_group.ext
- more focus on this in the future, since if the release group is denoted by a dash and is at the end of the name, it wouldn't require an existing list of release groups to parse it correctly
- my plan is to allow the user to specify in what order they want a file name to be reorganized, so those that want the traditional bracketed release group can continue to have it
- currently it prioritizes keeping the file name as original as possible
- ex:
- Changed the release group parsing logic to pick the last release group in the name when multiple are present. 088d9bb
- Misc code changes and fixes. 088d9bb
v2.5.11
Changes
- Reworked
_extra
chapter parsing. 33ce03b- the chapter number is now parsed properly as .5, and modified in the renaming function for the sake of renaming it, instead of the other way around
- it also now parses them correctly in the qbit_torrent_unchecker feature
- Reworked
upgrade_to_file_class()
and eliminated some duplicate calls. 33ce03b - Reworked
extract_all_numbers()
and fixed a few uncommon errors. 33ce03b - Renamed
get_percent_for_folder()
toget_folder_type()
33ce03b - Fixed regression with chapters that use
#
,x
, or_
to separate the chapter number from the part, failing to rename. 33ce03b - Fixed some bookwalker chapter results being left in. 33ce03b
- Misc code changes and cleanup. 33ce03b
v2.5.10
v2.5.9
v2.5.8
Changes
- Renamed
remove_bracket_info_from_name()
toremove_brackets()
a27f854 - Renamed
clean_string()
toclean_str()
a27f854 - Removed cache on
is_one_shot()
a27f854- will re-add if I write logic for differentiating between the download folders and paths
- Rewrote
has_multiple_numbers()
a27f854 - Added more avoidance logic to avoid computationally-heavy regex searches and replacements when unnecessary. a27f854
- Parted out
remove_punctuation()
to separate toggles inclean_string()
a27f854 - Chapter regex cleanup. a27f854
- Misc code cleanup and changes. a27f854