Plex-Meta-Manager/defaults/overlays/streaming.yml

176 lines
5.2 KiB
YAML
Raw Normal View History

##############################################################################
# Streaming Overlay #
# Created by Yozora, Bullmoose20, & Sohjiro #
# Credit to Magic815 for base images #
# EDITING THIS FILE MAY CAUSE PULLING NEW UPDATES TO FAIL #
2024-04-22 14:20:12 +00:00
# https://kometa.wiki/en/latest/defaults/overlays/streaming #
##############################################################################
external_templates:
2024-04-22 14:20:12 +00:00
default: templates
template_variables:
group: streaming
default:
horizontal_align: left
vertical_align: bottom
conditionals:
vertical_offset:
default: 15
conditions:
- vertical_align.exists: false
2023-05-20 17:10:51 +00:00
value: 390
- vertical_align: center
value: 0
- vertical_align: top
value: 15
- vertical_align: bottom
value: 30
horizontal_offset:
default: 15
conditions:
- horizontal_align: center
value: 0
- horizontal_align: [left, right]
value: 15
2024-04-22 14:20:12 +00:00
default:
2023-02-21 20:30:26 +00:00
conditions:
- file.exists: false
2023-08-14 15:36:54 +00:00
file_<<key>>.exists: false
2023-02-21 20:30:26 +00:00
url.exists: false
2023-08-14 15:36:54 +00:00
url_<<key>>.exists: false
2023-02-21 20:30:26 +00:00
git.exists: false
2023-08-14 15:36:54 +00:00
git_<<key>>.exists: false
2023-02-21 20:30:26 +00:00
repo.exists: false
2023-08-14 15:36:54 +00:00
repo_<<key>>.exists: false
2023-02-21 20:30:26 +00:00
value: streaming/<<overlay_name>>
2022-10-17 20:55:42 +00:00
back_color: "#00000099"
back_width: 305
back_height: 105
2022-09-27 06:19:29 +00:00
templates:
mdb_streaming:
default:
region: "US"
limit: "10000"
originals_only: false
optional:
- use_<<key>>
2024-05-01 13:00:16 +00:00
- use_<<tmdb_key>>
- allowed_libraries
run_definition:
- <<use_<<key>>>>
2024-05-01 13:00:16 +00:00
- <<use_<<tmdb_key>>>>
- <<allowed_libraries>>
- <<allowed_streaming>>
2022-09-27 06:19:29 +00:00
ignore_blank_results: true
conditionals:
originals:
conditions:
- originals_only: true
value: originals
discover_limit:
conditions:
- originals_only: false
value: <<limit>>
discover_with:
conditions:
- originals_only: false
2024-05-01 13:00:16 +00:00
value: <<tmdb_key>>
discover_region:
conditions:
- originals_only: false
value: <<region>>
allowed_streaming:
conditions:
- originals_only: true
2024-05-01 13:00:16 +00:00
tmdb_key: ["103", "1759", "151", "230", "283", "510", "39", "37", "188"]
value: False
- region.not: GB
2024-05-01 13:00:16 +00:00
tmdb_key: ["103", "151", "39"]
value: False
- region.not: CA
2024-05-01 13:00:16 +00:00
tmdb_key: ["230"]
value: False
- region: CA
2024-05-01 13:00:16 +00:00
tmdb_key: ["1899", "37"]
value: False
2024-05-01 13:00:16 +00:00
mdblist_list: https://mdblist.com/lists/k0meta/<<key>>-<<originals>>
tmdb_discover:
limit: <<discover_limit>>
with_watch_providers: <<discover_with>>
watch_region: <<discover_region>>
2022-09-27 06:19:29 +00:00
overlays:
Netflix:
2024-05-01 13:00:16 +00:00
variables: {key: netflix, tmdb_key: "8", weight: 160}
template: [name: standard, name: mdb_streaming]
2022-09-27 06:19:29 +00:00
Prime:
2024-05-01 13:00:16 +00:00
variables: {key: amazon, tmdb_key: "9", weight: 150}
template: [name: standard, name: mdb_streaming]
2022-09-27 06:19:29 +00:00
Disney:
2024-05-01 13:00:16 +00:00
variables: {key: disney, tmdb_key: "337", weight: 140}
template: [name: standard, name: mdb_streaming]
2022-09-27 06:19:29 +00:00
2023-04-28 15:09:01 +00:00
Max:
2024-05-01 13:00:16 +00:00
variables: {key: max, tmdb_key: "1899", weight: 130}
template: [name: standard, name: mdb_streaming]
2022-09-27 06:19:29 +00:00
2022-10-25 14:42:16 +00:00
Crunchyroll:
2024-05-01 13:00:16 +00:00
variables: {key: crunchyroll, tmdb_key: "283", weight: 120, allowed_libraries: show}
template: [name: standard, name: mdb_streaming]
2022-10-25 14:42:16 +00:00
2022-09-27 06:19:29 +00:00
YouTube:
2024-05-01 13:00:16 +00:00
variables: {key: youtube, tmdb_key: "188", weight: 110}
template: [name: standard, name: mdb_streaming]
2022-09-27 06:19:29 +00:00
Hulu:
2024-05-01 13:00:16 +00:00
variables: {key: hulu, tmdb_key: "15", weight: 100}
template: [name: standard, name: mdb_streaming]
2022-09-27 06:19:29 +00:00
Paramount:
2024-05-01 13:00:16 +00:00
variables: {key: paramount, tmdb_key: "531", weight: 90}
template: [name: standard, name: mdb_streaming]
2022-09-27 06:19:29 +00:00
AppleTV:
2024-05-01 13:00:16 +00:00
variables: {key: appletv, tmdb_key: "350", weight: 80}
template: [name: standard, name: mdb_streaming]
2022-09-27 06:19:29 +00:00
Peacock:
2024-05-01 13:00:16 +00:00
variables: {key: peacock, tmdb_key: "387", weight: 70}
template: [name: standard, name: mdb_streaming]
2022-10-28 13:17:25 +00:00
Showtime:
2024-05-01 13:00:16 +00:00
variables: {key: showtime, tmdb_key: "37", weight: 60}
template: [name: standard, name: mdb_streaming]
discovery+:
2024-05-01 13:00:16 +00:00
variables: {key: discovery, tmdb_key: "510", weight: 58, allowed_libraries: show}
template: [name: standard, name: mdb_streaming]
Crave:
2024-05-01 13:00:16 +00:00
variables: {key: crave, tmdb_key: "230", weight: 55}
template: [name: standard, name: mdb_streaming]
NOW:
2024-05-01 13:00:16 +00:00
variables: {key: now, tmdb_key: "39", weight: 50}
template: [name: standard, name: mdb_streaming]
All 4:
2024-05-01 13:00:16 +00:00
variables: {key: all4, tmdb_key: "103", weight: 40}
template: [name: standard, name: mdb_streaming]
britbox:
2024-05-01 13:00:16 +00:00
variables: {key: britbox, tmdb_key: "151", weight: 30}
template: [name: standard, name: mdb_streaming]
BET+:
2024-05-01 13:00:16 +00:00
variables: {key: bet, tmdb_key: "1759", weight: 20}
template: [name: standard, name: mdb_streaming]
hayu:
2024-05-01 13:00:16 +00:00
variables: {key: hayu, tmdb_key: "223", weight: 10, allowed_libraries: show}
template: [name: standard, name: mdb_streaming]