diff --git a/VERSION b/VERSION index e16c4320..10465647 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.1.0-build7 +2.1.0-build8 diff --git a/defaults/both/streaming.yml b/defaults/both/streaming.yml index a6a4ec87..cc9607c9 100644 --- a/defaults/both/streaming.yml +++ b/defaults/both/streaming.yml @@ -22,10 +22,10 @@ templates: conditions: - originals_only: false library_type: movie - value: primary_release_date.desc + value: popularity.desc - originals_only: false library_type: show - value: first_air_date.desc + value: popularity.desc originals: conditions: - originals_only: true @@ -68,7 +68,8 @@ templates: limit: "500" sync_mode: sync sync_mode_<>: <> - sort_by: popularity.desc + discover_with_<>: <> + sort_by: release.desc sort_by_<>: <> run_definition: - <>>> @@ -82,7 +83,7 @@ templates: limit: <> tmdb_discover: limit: <> - with_watch_providers: <> + with_watch_providers: <>>> watch_region: <> sort_by: <> diff --git a/defaults/overlays/streaming.yml b/defaults/overlays/streaming.yml index bc6e55e8..17ffbed8 100644 --- a/defaults/overlays/streaming.yml +++ b/defaults/overlays/streaming.yml @@ -53,6 +53,7 @@ templates: region: "US" limit: "0" originals_only: false + discover_with_<>: <> optional: - use_<> - use_<> @@ -112,7 +113,7 @@ templates: mdblist_list: https://mdblist.com/lists/k0meta/<>-<> tmdb_discover: limit: <> - with_watch_providers: <> + with_watch_providers: <>>> watch_region: <> sort_by: <> diff --git a/docs/defaults/both/streaming.md b/docs/defaults/both/streaming.md index 08629a62..5d991855 100644 --- a/docs/defaults/both/streaming.md +++ b/docs/defaults/both/streaming.md @@ -89,6 +89,7 @@ work. Any value not specified will use its default value if it has one if not it | `originals_only` | **Description:** Changes Streaming Service lists to only show original content produced by the service.
**Note**: Cannot be used with `region`, and only produces collections for `amazon`, `appletv`, `disney`, `max`, `hulu`, `netflix`, `paramount`, `peacock`
**Default:** `false`
**Values:** `true`, `false` | | `name_format` | **Description:** Changes the title format of the Dynamic Collections.
**Default:** `<> <>s`
**Values:** Any string with `<>` in it. | | `summary_format` | **Description:** Changes the summary format of the Dynamic Collections.
**Default:** `<>s streaming on <>.`
**Values:** Any string. | + | `discover_with_<>` | **Description:** Overrides the TMDb Watch Provider used for the specfied key. This is only needed if a specific `region` has a different ID for the watch provider.
**Default:** `<>`
**Values:** Any TMDb Watch Provider ID for [Movies](https://developer.themoviedb.org/reference/watch-providers-movie-list) / [Shows](https://developer.themoviedb.org/reference/watch-provider-tv-list) based on the user's region | 1. Each default collection has a `key` that when calling to effect a specific collection you must replace `<>` with when calling. diff --git a/docs/defaults/overlays/streaming.md b/docs/defaults/overlays/streaming.md index a026fb0e..959a002e 100644 --- a/docs/defaults/overlays/streaming.md +++ b/docs/defaults/overlays/streaming.md @@ -93,6 +93,7 @@ work. Any value not specified will use its default value if it has one if not it | `region` | **Description:** Changes some Streaming Service lists to regional variants (see below table for more information.
**Default:** `US`
**Values:** Any [ISO 3166-1 Code](https://en.wikipedia.org/wiki/ISO_3166-1#Current_codes) of the region where the streaming information should be based on. | | `originals_only` | **Description:** Changes Streaming Service overlays to only apply to original content produced by the service.
**Note**: Cannot be used with `region`, and only produces overlays for `amazon`, `appletv`, `disney`, `max`, `hulu`, `netflix`, `paramount`, `peacock`
**Default:** `false`
**Values:** `true`, `false` | | `weight_<>`1 | **Description:** Controls the weight of the Overlay. Higher numbers have priority.
**Values:** Any Number | + | `discover_with_<>` | **Description:** Overrides the TMDb Watch Provider used for the specfied key. This is only needed if a specific `region` has a different ID for the watch provider.
**Default:** `<>`
**Values:** Any TMDb Watch Provider ID for [Movies](https://developer.themoviedb.org/reference/watch-providers-movie-list) / [Shows](https://developer.themoviedb.org/reference/watch-provider-tv-list) based on the user's region | 1. Each default overlay has a `key` that when calling to effect a specific overlay you must replace `<>` with when calling.