Skip to content

v2.4.17 - Maintenance & Fixes

Compare
Choose a tag to compare
@zachstultz zachstultz released this 02 Nov 20:18
· 67 commits to master since this release
66e52a1

Changes:

  • When a folder name is used in place of a file's empty series name, it will now remove any chapter/volume information. 66e52a1
    • Folder EX: Kindaichi 37-sai no Jikenbo -v01-v12- --> Kindaichi 37-sai no Jikenbo
    • Reorganize & Rename EX: v01.cbz --> Kindaichi 37-sai no Jikenbo v01.cbz
  • Added check to check_for_existing_series() to skip over files with no detected chapter/volume number. 66e52a1
  • Added requirement to cover extraction that all files in the series folder have the same series name in order for the folder series cover to be created. 66e52a1
    • helps avoid a cover.jpg being created in a folder containing files from multiple different series, because that cover wouldn't be representative of the files in that folder, really only occurred if you store your files in an unorganized manor.
  • Fixed a rare bug where check_for_duplicate_volumes() would insert and check against massive amounts of duplicates, resulting in extremely long processing times. 66e52a1
  • Increased get_komga_libraries() re-attempt sleep timer to 60 seconds. 66e52a1
  • Cleaned up send_discord_message() 66e52a1
  • Slightly cleaned up check_upgrade() 66e52a1
  • Rewrote organize_array_list_by_first_letter() 66e52a1
  • Rewrote group_similar_series() and moved it inside of check_for_existing_series() 66e52a1
  • Misc changes. 66e52a1