Skip to content

v2.4.19

Compare
Choose a tag to compare
@zachstultz zachstultz released this 22 Nov 20:25
· 65 commits to master since this release
cf56fe4

Changes:

  • Changed check_for_existing_series() to go through folders backwards. cf56fe4
    • this allows it to purge any inner-most empty folders first, then anything outside
      • this fixes the outer-most empty folder not being purged when it contained subfolders that did get purged
  • Changed get_all_folders_recursively_in_dir() to now return root, dirs, and files, instead of just dirs. cf56fe4
    • allowed me to get rid of an uncessary files call
  • Rewrote get_lines_from_file() to reduce complexity and reduced multiple loops into one. cf56fe4
  • Fixed get_file_part() returning a string which crashed the script when creating the index_number for a Volume class. cf56fe4
  • Fixed check_for_existing_series() crash when sorting volumes by their index_number, but one of them didn't have one. cf56fe4
  • Fixed check_for_existing_series() skipping over a chapter/volume with the number 0. cf56fe4
  • Disabled uncessary grouped series chapter sort in check_for_existing_series() cf56fe4
  • Misc changes and cleanup cf56fe4