Major Changes
- Let source images be pulled from Plex
- Added parsing for
source_priority
global option (defaults totmdb, plex
), like:
options: source_priority: tmdb | plex | tmdb, plex | plex, tmdb
- This can specify the order of where source image should be pulled from
- Created
PlexInterface.get_source_image()
method
- Added parsing for
- Created
TextlessTitleCard
title card class- Added
textless
card type identifier - Created
blank
font case that just deletes the title text
- Added
- Allow series-wide arbitrary extras to be provided to
TitleCard
classes - Allow for local
card_type
files
Major Fixes
- Correctly read summary minimum episode count
Minor Changes
- Let frequency be scheduled in weeks
- Made
WebInterface.download_image()
static - Added ability to completely hide
"EPISODE {x}"
(episode text) from Star Wars card if episode text format is""
(empty string) - Added variable episode text offset in
StarWarsTitleCard
if prefix text is chapter, episode, or part - Precompile partless title regex
- Change
CardType.DEFAULT_FONT_CASE
tosource
, fromupper
Minor Fixes
- Correctly set backdrop as downloadable for
art
/art
un/watched styles