[23] Episode tweaks (#2359)

pull/2360/head
Chaz Larson 2 weeks ago committed by GitHub Action
parent 5bddc8e1d2
commit 52a6e54b26

@ -7,6 +7,7 @@ Update setuptools requirement to 75.3.0
Added the `character` search option to the `imdb_search` builder Added the `character` search option to the `imdb_search` builder
Added ability to use Show-level ratings at the season and episode level for Overlays if the original source does not provide ratings at the season or episode level. This is accomplished using (Special Text Variables)[https://kometa.wiki/en/latest/files/overlays/#special-text-variables] but is not yet available for the `Ratings` Defaults file. Added ability to use Show-level ratings at the season and episode level for Overlays if the original source does not provide ratings at the season or episode level. This is accomplished using (Special Text Variables)[https://kometa.wiki/en/latest/files/overlays/#special-text-variables] but is not yet available for the `Ratings` Defaults file.
Add `show_unfiltered` setting to display items which make it through a filter Add `show_unfiltered` setting to display items which make it through a filter
Allow `sync_to_trakt_list` on episode-level collections
# Docs # Docs
Added "getting started" page Added "getting started" page

@ -1 +1 @@
2.1.0-build22 2.1.0-build23

@ -160,7 +160,7 @@ custom_sort_builders = [
"mal_popular", "mal_favorite", "mal_suggested", "mal_userlist", "mal_season", "mal_genre", "mal_studio", "mal_popular", "mal_favorite", "mal_suggested", "mal_userlist", "mal_season", "mal_genre", "mal_studio",
"mojo_world", "mojo_domestic", "mojo_international", "mojo_record", "mojo_all_time", "mojo_never" "mojo_world", "mojo_domestic", "mojo_international", "mojo_record", "mojo_all_time", "mojo_never"
] ]
episode_parts_only = ["plex_pilots"] episode_parts_only = ["sync_to_trakt_list", "plex_pilots"]
overlay_only = ["overlay", "suppress_overlays"] overlay_only = ["overlay", "suppress_overlays"]
overlay_attributes = [ overlay_attributes = [
"filters", "limit", "show_missing", "save_report", "missing_only_released", "minimum_items", "cache_builders", "tmdb_region", "default_percent" "filters", "limit", "show_missing", "save_report", "missing_only_released", "minimum_items", "cache_builders", "tmdb_region", "default_percent"

Loading…
Cancel
Save