Major Changes
- Create new
PosterTitleCardCardtype- Based on /u/battleoflight's cards (see here)
- Specified via
card_typeofposterorgundam - Example of this card:
- Add mini maker functionality to create Collection posters (#225)
- Add support for arbitrary season folder names (primarily for non-English speakers) (#226)
- Parse
season_folder_formatglobal option that takes a format string, like so:options: season_folder_format: "Saison {season:02}"
- Remove
zero_pad_seasonsandhide_season_foldersoptions (both accomplished with new option)
- Parse
- Allow for custom fonts in
AnimeTitleCard- for example:
Major Fixes
- Handle title mismatches between datafiles and episode data sources leading to runtime errors
- Handle bad (non-string) titles in datafiles without error (#227)
- Titles that are numeric (e.g.
123) or omitted (e.g.title:) are logged and skipped
- Titles that are numeric (e.g.
- Correctly set archive
card_typefrom library
Minor Changes
- Add
[INFO]log statements for major execution steps - Apply styles (i.e. manual sources and art style) to archives as well
- Allow for custom "created by" tag/user in summary creation (#220)
- Add fixer functionality to unblacklist a series from TMDb
- Add
--unblacklistoption tofixer.py
- Add
- Log episode skipping due to generic title detection
- Episodes reported by Sonarr that have "generic" titles (e.g.
TBAorEpisode 1) and have aired in the last two days are now logged as they're skipped
- Episodes reported by Sonarr that have "generic" titles (e.g.
Minor Fixes
- Use
sRGBcolorspace forShowSummaryimages- If a totally B/W logo file was used, summary could wrongly be created in B/W
- Better matching for episodes found by database ID (#222)
- TMDb implemented a change to their API that enables expected behavior
- Updated
tmdbapismodule requirement version to1.0.6

