Update to use mdb lists

pull/572/head
johnfawkes 1 year ago committed by cpt-kuesel
parent 022a6b3ccd
commit a54f6a1ae5

@ -68,6 +68,8 @@ templates:
weight_<<key>>: <<weight>> weight_<<key>>: <<weight>>
style: Round style: Round
ignore_blank_results: true ignore_blank_results: true
mdblist_list:
url: https://mdblist.com/lists/plexmetamanager/<<type>>-<<library_type>>s/
overlay: overlay:
name: <<overlay_name>> name: <<overlay_name>>
queue: stream queue: stream
@ -81,67 +83,82 @@ templates:
overlays: overlays:
STREAMBLANK: STREAMBLANK:
template: template: {name: Streaming, type: netflix}
- name: Streaming overlay:
name: STREAMBLANK
git: anon_fawkes/overlays/images/STREAMBLANK
STREAMBLANK1:
template: {name: Streaming, type: amazon}
overlay:
name: STREAMBLANK
git: anon_fawkes/overlays/images/STREAMBLANK
STREAMBLANK2:
template: {name: Streaming, type: hulu}
overlay:
name: STREAMBLANK
git: anon_fawkes/overlays/images/STREAMBLANK
STREAMBLANK3:
template: {name: Streaming, type: paramount}
overlay:
name: STREAMBLANK
git: anon_fawkes/overlays/images/STREAMBLANK
STREAMBLANK4:
template: {name: Streaming, type: peacock}
overlay:
name: STREAMBLANK
git: anon_fawkes/overlays/images/STREAMBLANK
STREAMBLANK5:
template: {name: Streaming, type: discovery}
overlay:
name: STREAMBLANK
git: anon_fawkes/overlays/images/STREAMBLANK
STREAMBLANK6:
template: {name: Streaming, type: disney}
overlay:
name: STREAMBLANK
git: anon_fawkes/overlays/images/STREAMBLANK
STREAMBLANK7:
template: {name: Streaming, type: max}
overlay:
name: STREAMBLANK
git: anon_fawkes/overlays/images/STREAMBLANK
STREAMBLANK8:
template: {name: Streaming, type: appletv}
overlay: overlay:
name: STREAMBLANK name: STREAMBLANK
git: anon_fawkes/overlays/images/STREAMBLANK git: anon_fawkes/overlays/images/STREAMBLANK
plex_search:
validate: false
any:
collection:
- AppleTVPlus
- Prime
- Hulu
- Paramount
- Peacock
- DiscoveryPlus
- Disney
- HBO
- Netflix
Netflix: Netflix:
template: {name: Streaming, weight: 900, slug: netflix} template: {name: Streaming, weight: 900, slug: netflix, type: netflix}
plex_search:
all:
collection: Netflix
Prime: Prime:
template: {name: Streaming, weight: 800, slug: prime} template: {name: Streaming, weight: 800, slug: prime, type: amazon}
plex_search:
all:
collection: Prime
Hulu: Hulu:
template: {name: Streaming, weight: 700, slug: hulu} template: {name: Streaming, weight: 700, slug: hulu, type: hulu}
plex_search:
all:
collection: Hulu
Paramount: Paramount:
template: {name: Streaming, weight: 600, slug: paramount} template: {name: Streaming, weight: 600, slug: paramount, type: paramount}
plex_search:
all:
collection: Paramount
Peacock: Peacock:
template: {name: Streaming, weight: 500, slug: peacock} template: {name: Streaming, weight: 500, slug: peacock, type: peacock}
plex_search:
all:
collection: Peacock
DiscoveryPlus: DiscoveryPlus:
template: {name: Streaming, weight: 400, slug: discovery} template: {name: Streaming, weight: 400, slug: discovery, type: discovery}
plex_search:
all:
collection: DiscoveryPlus
Disney: Disney:
template: {name: Streaming, weight: 300, slug: disney} template: {name: Streaming, weight: 300, slug: disney, type: disney}
plex_search:
all: Max:
collection: Disney template: {name: Streaming, weight: 200, slug: max, type: max}
HBO:
template: {name: Streaming, weight: 200, slug: hbo}
plex_search:
all:
collection: HBO
AppleTVPlus: AppleTVPlus:
template: {name: Streaming, weight: 100, slug: apple} template: {name: Streaming, weight: 100, slug: apple, type: appletv}
plex_search:
all:
collection: AppleTVPlus
Loading…
Cancel
Save