mirror of
https://github.com/meisnate12/Plex-Meta-Manager
synced 2024-11-10 06:54:21 +00:00
159 lines
4.1 KiB
YAML
159 lines
4.1 KiB
YAML
##############################################################################
|
|
# Streaming Collections #
|
|
# Created by Yozora, Bullmoose20, & Sohjiro #
|
|
# EDITING THIS FILE MAY CAUSE PULLING NEW UPDATES TO FAIL #
|
|
# https://kometa.wiki/en/latest/defaults/both/streaming #
|
|
##############################################################################
|
|
|
|
external_templates:
|
|
default: templates
|
|
template_variables:
|
|
collection_section: "030"
|
|
|
|
templates:
|
|
streaming:
|
|
optional:
|
|
- use_<<key>>
|
|
- use_<<tmdb_key>>
|
|
- allowed_libraries
|
|
- originals_only
|
|
conditionals:
|
|
discover_sort:
|
|
conditions:
|
|
- originals_only: false
|
|
library_type: movie
|
|
value: primary_release_date.desc
|
|
- originals_only: false
|
|
library_type: show
|
|
value: first_air_date.desc
|
|
originals:
|
|
conditions:
|
|
- originals_only: true
|
|
value: originals
|
|
discover_region:
|
|
conditions:
|
|
- originals_only: false
|
|
value: <<region>>
|
|
final_tmdb_key:
|
|
default: <<tmdb_key>>
|
|
conditions:
|
|
- region: CA
|
|
tmdb_key: [9]
|
|
value: 119
|
|
discover_with:
|
|
conditions:
|
|
- originals_only: false
|
|
value: <<final_tmdb_key>>
|
|
discover_limit:
|
|
conditions:
|
|
- originals_only: false
|
|
value: 0
|
|
discover_count:
|
|
conditions:
|
|
- originals_only: false
|
|
value: 100
|
|
allowed_streaming:
|
|
conditions:
|
|
- originals_only: true
|
|
tmdb_key: [103, 1759, 151, 230, 283, 510, 39, 37, 188]
|
|
value: False
|
|
- region.not: GB
|
|
tmdb_key: [103, 151, 39]
|
|
value: False
|
|
- region.not: CA
|
|
tmdb_key: [230]
|
|
value: False
|
|
- region: CA
|
|
tmdb_key: [1899, 37]
|
|
value: False
|
|
default:
|
|
region: "US"
|
|
limit: "500"
|
|
sync_mode: sync
|
|
sync_mode_<<key>>: <<sync_mode>>
|
|
sort_by: release.desc
|
|
sort_by_<<key>>: <<sort_by>>
|
|
run_definition:
|
|
- <<use_<<key>>>>
|
|
- <<use_<<tmdb_key>>>>
|
|
- <<allowed_libraries>>
|
|
- <<allowed_streaming>>
|
|
cache_builders: 1
|
|
smart_label: <<sort_by_<<key>>>>
|
|
sync_mode: <<sync_mode_<<key>>>>
|
|
mdblist_list: https://mdblist.com/lists/k0meta/<<key>>-<<originals>>
|
|
limit: <<limit>>
|
|
tmdb_discover:
|
|
limit: <<discover_limit>>
|
|
with_watch_providers: <<discover_with>>
|
|
vote_count.gte: <<discover_count>>
|
|
watch_region: <<discover_region>>
|
|
sort_by: <<discover_sort>>
|
|
|
|
collections:
|
|
Streaming Collections:
|
|
template:
|
|
- name: separator
|
|
separator: streaming
|
|
key_name: Streaming
|
|
translation_key: separator
|
|
|
|
dynamic_collections:
|
|
Streaming:
|
|
type: custom
|
|
data:
|
|
all4: All 4
|
|
appletv: Apple TV+
|
|
bet: BET+
|
|
britbox: BritBox
|
|
crave: Crave
|
|
crunchyroll: Crunchyroll
|
|
discovery: discovery+
|
|
disney: Disney+
|
|
max: Max
|
|
hayu: hayu
|
|
hulu: Hulu
|
|
netflix: Netflix
|
|
now: NOW
|
|
paramount: Paramount+
|
|
peacock: Peacock
|
|
amazon: Prime Video
|
|
showtime: Showtime
|
|
youtube: YouTube
|
|
title_format: <<key_name>> <<library_typeU>>s
|
|
template:
|
|
- streaming
|
|
- shared
|
|
- arr
|
|
template_variables:
|
|
image:
|
|
default: streaming/<<key_name_encoded>>
|
|
tmdb_key:
|
|
all4: 103
|
|
appletv: 350
|
|
bet: 1759
|
|
britbox: 151
|
|
crave: 230
|
|
crunchyroll: 283
|
|
discovery: 510
|
|
disney: 337
|
|
max: 1899
|
|
hayu: 223
|
|
hulu: 15
|
|
netflix: 8
|
|
now: 39
|
|
paramount: 531
|
|
peacock: 387
|
|
amazon: 9
|
|
showtime: 37
|
|
youtube: 188
|
|
originals_only:
|
|
default: false
|
|
allowed_libraries:
|
|
hayu: show
|
|
discovery: show
|
|
crunchyroll: show
|
|
translation_key:
|
|
default: streaming
|
|
dynamic:
|
|
default: true
|