v1.0.3
Major Changes
N/A
Major Fixes
- Fix title validation always returning
True
, resulting in cards being created even if font was invalid - Handle case where series cannot be found in TMDb when querying for logo (was raising
KeyError
)
Minor Changes
- Added
source
font case that does not modify title from datafile - Added two hour waiting period when querying new episodes from Sonarr (to mitigate bad metadata that needs to be fixed)
- Only warn for missing characters from a font once per runtime
Minor Fixes
- Fix
log.error()
call inGenreMaker
when source file does not exist - Moved new-episode logging within
DataFileInterface
to post-existence check