Skip to content

v1.0.1

Compare
Choose a tag to compare
@CollinHeist CollinHeist released this 06 Apr 02:28
· 1407 commits to master since this release
73949d6

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
  • Changed cache length of WebInterface to 10
  • Renamed Show.check_sonarr_for_new_episodes() to Show.query_sonarr() since it includes ID gathering
  • Improved TMDb title querying to use episode ID's from Sonarr
  • Added query_sonarr() method to ShowArchive
  • Moved episode ID syncing from Show.create_missing_title_cards() method into Show.check_sonarr_for_new_episodes() so that episode title querying is improved

Minor Fixes

N/A