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
- An example of this for Plex:
- Allow for ShowSummaries to have background images [#219]
- 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]:
- 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
- Specified via
- 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)
- Font colors can now be specified like
- Move
sync_specials
to global option (fromsonarr
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
, orunique
viaarchive_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]