From 52a6e54b2665f4743ed7003566579539c039acad Mon Sep 17 00:00:00 2001 From: Chaz Larson Date: Tue, 10 Dec 2024 17:39:38 -0600 Subject: [PATCH] [23] Episode tweaks (#2359) --- CHANGELOG | 1 + VERSION | 2 +- modules/builder.py | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index e579a25b..b307f6bc 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -7,6 +7,7 @@ Update setuptools requirement to 75.3.0 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. Add `show_unfiltered` setting to display items which make it through a filter +Allow `sync_to_trakt_list` on episode-level collections # Docs Added "getting started" page diff --git a/VERSION b/VERSION index 04c98ec1..8f3050f8 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.1.0-build22 +2.1.0-build23 diff --git a/modules/builder.py b/modules/builder.py index 62d51001..615d64c6 100644 --- a/modules/builder.py +++ b/modules/builder.py @@ -160,7 +160,7 @@ custom_sort_builders = [ "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" ] -episode_parts_only = ["plex_pilots"] +episode_parts_only = ["sync_to_trakt_list", "plex_pilots"] overlay_only = ["overlay", "suppress_overlays"] overlay_attributes = [ "filters", "limit", "show_missing", "save_report", "missing_only_released", "minimum_items", "cache_builders", "tmdb_region", "default_percent"