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"
- Can take "format string" (of sorts) to use variable logo files - example:
- 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)
- Look for
- Index episode range season titles by episode number if not absolute number is available
- Better integration with HAMA Anime agent
- Add
Yozora/BarebonesTitleCard
andYozora/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
- Parse
- Rework
TMDbInterface
class to usetmdbapis
module (#215)- Add
tmdbapis
module to Pipfile
- Add
- 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