Skip to content

v1.14.4

Compare
Choose a tag to compare
@CollinHeist CollinHeist released this 18 Sep 04:12
· 249 commits to master since this release
09be5be

Major Changes

  • Create Overline card type
    • Specified via card_type: overline
      overline
  • Create Marvel card type styled after RedHeadJedi's MCU poster set
    • Specified via card_type: marvel
      marvel

Major Fixes

N/A

Minor Changes

  • Automatically search for (and apply) mask images in the Tinted Frame card
    • TCM will search for files named like {filename}-mask.png - e.g. s1e1-mask.png in the source folder
    • If provided, this mask image is overlayed after the text, frame, and logo are applied
    • This can be used to give the appearance of part of the image extending beyond the boundaries of the frame - for example:
      preview
    • Which was created using this hand-created mask image
    • For demonstrative purposes I created an entire set for Mr. Robot with these masks - see here
  • Add support for episode_text_vertical_shift in Olivier card to manually shift just the episode text
  • Add support for glass_color extra in the Tinted Glass card
  • Add /config volume to Docker image; add the Python version as argument (thanks @mchangrh)

Minor Fixes

  • Use better name matching in Plex when the Series has no database ID's (no longer strictly case-sensitive)
  • Log error message when Jellyfin returns bad Episode data
  • Properly identify case_name as a bad Font attribute
  • Do not blur edges if image blurring is enabled in Tinted Frame card - should improve card creation times when blurring
  • Handle non-string series exclusion names in Sync exclusion YAML files