github CollinHeist/TitleCardMaker v1.10.0

latest releases: v1.16.0, v1.15.0, v1.14.5...
3 years ago

Major Changes

  • Add ability to automatically create/update series YAML files from Sonarr/Plex [#224]
    • An example of this for Plex:
      plex:
        url: ...
        token: ... 
        sync:
          file: ./yaml/plex_sync.yml
          mode: append # Can also be sync
          compact_mode: true # Can also be false
          libraries: # If not present, sync all
          - TV Shows
          - Anime
          volumes: 
            /plex/media/tv/: /maker/media/tv
            # Other docker volume mappings
    • And for Sonarr:
      sonarr:
        url: ...
        api_key: ...
        sync:
          file: ./yaml/sonarr_sync.yml
          mode: append # Can also be sync
          compact_mode: true # Can also be false
          monitored_only: true # Can also be false
          tags: # If not present, sync all
          - downloaded
          volumes:
            /sonarr/media/tv: /maker/media/tv
            # Other docker volume mappings
          plex_libraries:
            /maker/media/tv: TV
            /maker/media/anime: anime
    • Deleted --read-all-series fixer option
  • Allow for ShowSummaries to have background images [#219]
    • Example of this:
    • Replaced background_color global option with background that can take a filepath
    • Can also specify background: "{series_background}" to use each series' backdrop (backdrop.jpg) in its source folder
  • Load season posters into Plex [#172]

Major Fixes

  • Correct TMDb episode finding by IMDb ID

Minor Changes

  • Allow for season posters to be created with the logo and season title at the top of the image, like so [#230]:
    top heavy season poster
    • Specified via --top-placement with mini maker
    • Parses placement within season poster YAML, like so:
      series:
        Breaking Bad:
          year: 2008
          season_posters:
            placement: top # Defaults to bottom
  • Support any format of font color [#231]
    • Font colors can now be specified like rgb(r, g, b), cmy(c, m, y), rgba(r, g, b, a), #rrggbbaa, font name, etc. (any ImageMagick supported color)
  • Move sync_specials to global option (from sonarr option) [#232]
  • Allow remote card types to be specified as the global default card type [#234]
  • Allow for specification of a specific archive style - i.e. art, blur, or unique via archive_style [#233]
  • Allow for custom archive naming via archive_name attribute [#233]

Minor Fixes

  • Handle very tall logos on season posters [#229]
    • Logos are now constrained to 750px tall
  • Sneaky hotfix to use the episodes' watched style in archives (accidentally changed to unwatched last version)
  • Handle malformed loaded asset database deletion
  • Temporary fix for bad TMDb API requests (might be fixed on TMDb-side) [#237]

Don't miss a new TitleCardMaker release

NewReleases is sending notifications on new releases.