Major Changes
N/A
Major Fixes
- Added fixing for malformed blacklist to
TMDbInterface- If the Maker is interrupted while writing the blacklist file, it can become malformed and break
- Upon initialization, the object will correct any bad entries in the blacklist
Minor Changes
- Reorganized
fixer.pystructure- Removed unused
--sort-data-fileargument - Reworked
--title-cardargument - Added
--vertical-shiftand--interline-spacingarguments
- Removed unused
- Changed cache length of
WebInterfaceto 10 - Renamed
Show.check_sonarr_for_new_episodes()toShow.query_sonarr()since it includes ID gathering - Improved TMDb title querying to use episode ID's from Sonarr
- Added
query_sonarr()method toShowArchive - Moved episode ID syncing from
Show.create_missing_title_cards()method intoShow.check_sonarr_for_new_episodes()so that episode title querying is improved
Minor Fixes
N/A