v1.0.1
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.py
structure- Removed unused
--sort-data-file
argument - Reworked
--title-card
argument - Added
--vertical-shift
and--interline-spacing
arguments
- Removed unused
- Changed cache length of
WebInterface
to 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