github CollinHeist/TitleCardMaker v1.8.2

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

Major Changes

  • Automatically delete and remake cards when new translations are added (#210)
  • Let LogoTitleCard take variable logo specification (#209)
    • Can take "format string" (of sorts) to use variable logo files - example:
      series:
        Breaking Bad:
          year: 2008
          card_type: logo
          extras:
            logo: "./source/Breaking Bad (2008)/season{season_number}.png"
  • Improve specification of archives (#196)
    • Look for archive_variations attribute for a series, takes a list of modifications to archive - for example:
      series:
        Breaking Bad:
          year: 2008
          card_type: standard
          archive_variations:
          - card_type: roman
          - card_type: logo
            extras:
              logo: ./source/Breaking Bad(2007)/logo.png
    • This will create archive directories of Breaking Bad in all three card types (anything can be specified)
  • Index episode range season titles by episode number if not absolute number is available
    • Better integration with HAMA Anime agent
  • Add Yozora/BarebonesTitleCard and Yozora/RetroTitleCard user-submitted card to README; examples below
  • Rework code to share series and episode ID's across different instances of shows (#216)
    • Just a performance enhancement

Major Fixes

  • Don't reset episode text format after missing absolute number is encountered (#213)

Minor Changes

  • Change default Tautulli update frequency to 4 minutes
  • Optionally match series by IMDb ID as well (#214)
    • Parse imdb_id
  • Rework TMDbInterface class to use tmdbapis module (#215)
    • Add tmdbapis module to Pipfile
  • Add --import-cards alongside --import-archive/--load-archive fixer function
  • Add fixer functionality to remove records of previously loaded cards (#218)
    • Can be used to force a refresh next time the Maker is run
    • Adds --forget-cards / --forget-loaded-cards arguments
  • Log TitleCardMaker startup when run immediately

Minor Fixes

  • Properly set TVDb ID from TMDb
  • Fix typo in debug log message for update list scheduling
  • Reload remote files when creating cards with user-created card types with mini maker

Don't miss a new TitleCardMaker release

NewReleases is sending notifications on new releases.