Skip to content

v1.1.0

Compare
Choose a tag to compare
@CollinHeist CollinHeist released this 15 Apr 19:39
· 1357 commits to master since this release
332b67c

Major Changes

  • Add option to skip specials when syncing with Sonarr (via sync_specials attribute within sonarr)
    • If any specials are added to the data files manually, the cards are still made
    • Closes #73

Major Fixes

N/A

Minor Changes

  • Changed default TMDb blacklist threshold to 5

Minor Fixes

  • Handle empty library specification (like library: )
  • Fix for error while downloading images from TMDb on computers that don't have a python local certificate
  • Attempt to not use magick command prefix first
    • Edge-case fix if IM is not in a docker container, some OS's would raise FileNotFoundError for the magick command execution