v2.2.4
UPDATE TO THE NEW SETTINGS!: 25d5d4f
v2.2.4 6241261 dc1cefb dcccb92 e5c8134:
New:
- Added fallback logic for when no series_name is found on a file.
EX: v01.cbz is the file name, and the folder is the series_name. As long as that name isn't in any of the passed in paths for paths or download_folders, it will be used as the series_name now. - Massive discord message reduction by grouping related messages together. (should significantly help with rate limiting)
Changes:
- Modularized file extension usage around the script
- Heavily adjusted volume and chapter regex formatting (Fixed WITCH WATCH chapters not getting renamed)
- Unnecessary code removal
- Started the process of making sure any os operation is consistent across the script in that it uses the dedicated function instead of the bare os.remove or os.rename, etc...
- Removed extension-related arrays from settings.py and moved it back into the main script. (to hopefully reduce future updates to settings.py)
- Misc wording changes around the script and settings