mirror of
https://github.com/Kometa-Team/Community-Configs.git
synced 2025-11-19 06:26:06 -05:00
Add files via upload
This commit is contained in:
117
jpcoker3/Movie/streaming.yml
Normal file
117
jpcoker3/Movie/streaming.yml
Normal file
@@ -0,0 +1,117 @@
|
||||
#############################################################
|
||||
# Streaming Service Collections #
|
||||
# Created by Yozora, Bullmoose20, & Sohjiro #
|
||||
#############################################################
|
||||
# Call this from your config.yml (Movie or Show) #
|
||||
# If nothing is specified these are the defaults #
|
||||
# #
|
||||
# metadata_path: #
|
||||
# - git: PMM/streaming #
|
||||
# template_variables: #
|
||||
# # Turn the separator collection on/off #
|
||||
# use_separator: true #
|
||||
# # Separator style (red, blue, green, gray, #
|
||||
# purple, stb, orig) #
|
||||
# sep_style: orig #
|
||||
# # Sets how the collection is sorted #
|
||||
# sort_by: release.desc #
|
||||
# # Sets the collection mode of the collection #
|
||||
# collection_mode: #
|
||||
# # Sets the value at the start of the sort title #
|
||||
# collection_section: "03" #
|
||||
# #
|
||||
# # For each collection use the "key" to set #
|
||||
# # the options. #
|
||||
# # Available collections #
|
||||
# # KEY COLLECTION #
|
||||
# # all4 All 4 #
|
||||
# # appletv Apple TV+ #
|
||||
# # bet BET+ #
|
||||
# # britbox BritBox #
|
||||
# # disney Disney+ #
|
||||
# # hayu hayu #
|
||||
# # hbomax HBO Max #
|
||||
# # hulu Hulu #
|
||||
# # netflix Netflix #
|
||||
# # now NOW #
|
||||
# # paramount Paramount+ #
|
||||
# # peacock Peacock #
|
||||
# # amazon Prime Video #
|
||||
# #
|
||||
# # Available options. Replace "key" with the #
|
||||
# # desired collection's key from the chart above. #
|
||||
# #
|
||||
# # Turn the collection on/off #
|
||||
# use_key: true #
|
||||
# # Determines collection order in its section #
|
||||
# order_key: #
|
||||
# # Determines collection order of the collection #
|
||||
# collection_order_key: custom #
|
||||
# # Set visible_library for the collection #
|
||||
# visible_library_key: #
|
||||
# # Set visible_home for the collection #
|
||||
# visible_home_key: #
|
||||
# # Set visible_shared for the collection #
|
||||
# visible_shared_key: #
|
||||
# # Adds missing from the collection to radarr #
|
||||
# radarr_add_missing_key: #
|
||||
# # Adds missing from the collection to sonarr #
|
||||
# sonarr_add_missing_key: #
|
||||
# # Radarr Folder to add to #
|
||||
# radarr_folder_key: #
|
||||
# # Sonarr Folder to add to #
|
||||
# sonarr_folder_key: #
|
||||
# # Radarr Tag for added missing #
|
||||
# radarr_tag_key: #
|
||||
# # Sonarr Tag for added missing #
|
||||
# sonarr_tag_key: #
|
||||
# # Radarr Tag for existing items #
|
||||
# item_radarr_tag_key: #
|
||||
# # Sonarr Tag for existing items #
|
||||
# item_sonarr_tag_key: #
|
||||
#############################################################
|
||||
|
||||
external_templates:
|
||||
git: PMM/templates
|
||||
template_variables:
|
||||
collection_section: "03"
|
||||
|
||||
templates:
|
||||
streaming:
|
||||
default:
|
||||
sort_by: release.desc
|
||||
sort_by_<<key>>: <<sort_by>>
|
||||
ignore_blank_results: true
|
||||
cache_builders: 1
|
||||
smart_label: <<sort_by_<<key>>>>
|
||||
sync_mode: sync
|
||||
mdblist_list: https://mdblist.com/lists/plexmetamanager/<<key>>-<<library_type>>s
|
||||
url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/streaming/<<key_name_encoded>>.jpg
|
||||
|
||||
collections:
|
||||
Streaming Collections:
|
||||
template:
|
||||
- name: separator
|
||||
separator: streaming
|
||||
|
||||
dynamic_collections:
|
||||
Streaming:
|
||||
type: custom
|
||||
data:
|
||||
appletv: Apple TV+
|
||||
disney: Disney+
|
||||
hbomax: HBO Max
|
||||
hulu: Hulu
|
||||
netflix: Netflix
|
||||
paramount: Paramount+
|
||||
peacock: Peacock
|
||||
amazon: Prime Video
|
||||
youtube: YouTube
|
||||
title_format: <<key_name>> <<library_type>>s
|
||||
template_variables:
|
||||
use:
|
||||
hayu: show
|
||||
template:
|
||||
- streaming
|
||||
- shared
|
||||
- arr
|
||||
173
jpcoker3/Movie/studio.yml
Normal file
173
jpcoker3/Movie/studio.yml
Normal file
@@ -0,0 +1,173 @@
|
||||
#############################################################
|
||||
# Dynamic Studio Collections #
|
||||
# Created by Yozora, Bullmoose20, & Sohjiro #
|
||||
#############################################################
|
||||
# Call this from your config.yml (Movie or Show) #
|
||||
# If nothing is specified these are the defaults #
|
||||
# #
|
||||
# metadata_path: #
|
||||
# - git: PMM/studio #
|
||||
# template_variables: #
|
||||
# # Turn the separator collection on/off #
|
||||
# use_separator: true #
|
||||
# # Separator style (red, blue, green, gray, #
|
||||
# purple, stb, orig) #
|
||||
# sep_style: orig #
|
||||
# # Sets how the collection is sorted #
|
||||
# sort_by: release.desc #
|
||||
# # Sets the collection mode of the collection #
|
||||
# collection_mode: #
|
||||
# # Sets the value at the start of the sort title #
|
||||
# collection_section: "07" #
|
||||
# # Radarr Tag for existing items #
|
||||
# item_radarr_tag: #
|
||||
# # Sonarr Tag for existing items #
|
||||
# item_sonarr_tag: #
|
||||
#############################################################
|
||||
|
||||
external_templates:
|
||||
git: PMM/templates
|
||||
template_variables:
|
||||
collection_section: "07"
|
||||
|
||||
templates:
|
||||
studio_dynamic:
|
||||
default:
|
||||
sort_by: release.desc
|
||||
optional:
|
||||
- contains
|
||||
url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/studio/<<key_encoded>>.jpg
|
||||
smart_filter:
|
||||
sort_by: <<sort_by>>
|
||||
any:
|
||||
studio.is: <<value>>
|
||||
studio: <<contains>>
|
||||
|
||||
collections:
|
||||
Studio Collections:
|
||||
template:
|
||||
- name: separator
|
||||
separator: studio
|
||||
|
||||
dynamic_collections:
|
||||
Studio:
|
||||
type: studio
|
||||
title_format: <<key_name>>
|
||||
template:
|
||||
- studio_dynamic
|
||||
- shared
|
||||
include:
|
||||
- 20th Century Studios
|
||||
- Amazon Studios
|
||||
- Amblin Entertainment
|
||||
- Blue Sky Studios
|
||||
- Blumhouse Productions
|
||||
- Chernin Entertainment
|
||||
- Columbia Pictures
|
||||
- Constantin Film
|
||||
- DreamWorks Studios
|
||||
- Grindstone Entertainment Group
|
||||
- Happy Madison Productions
|
||||
- Illumination Entertainment
|
||||
- Ingenious Media
|
||||
- Legendary Pictures
|
||||
- Lionsgate
|
||||
- Lucasfilm Ltd
|
||||
- Malevolent Films
|
||||
- Marvel Studios
|
||||
- Metro-Goldwyn-Mayer
|
||||
- Millennium Films
|
||||
- Miramax
|
||||
- New Line Cinema
|
||||
- Original Film
|
||||
- Orion Pictures
|
||||
- Paramount Pictures
|
||||
- Pixar
|
||||
- PlanB Entertainment
|
||||
- Sony Pictures
|
||||
- Studio Ghibli
|
||||
- Summit Entertainment
|
||||
- Universal Pictures
|
||||
- Village Roadshow Pictures
|
||||
- Walt Disney Pictures
|
||||
- Warner Bros. Pictures
|
||||
addons:
|
||||
20th Century Studios:
|
||||
- 20th Century
|
||||
- 20th Century Animation
|
||||
- 20th Century Fox
|
||||
Amazon Studios:
|
||||
- Amazon
|
||||
Amblin Entertainment:
|
||||
- Amblin Entertainment
|
||||
Blue Sky Studios:
|
||||
- Blue Sky Films
|
||||
Blumhouse Productions:
|
||||
- Blumhouse Productions
|
||||
Chernin Entertainment:
|
||||
- Chernin Entertainment
|
||||
Columbia Pictures:
|
||||
- Columbia TriStar
|
||||
- TriStar
|
||||
Constantin Film:
|
||||
- Constantin Film
|
||||
DreamWorks Studios:
|
||||
- DreamWorks
|
||||
- DreamWorks Animation
|
||||
Grindstone Entertainment Group:
|
||||
- Grindstone Entertainment Group
|
||||
Happy Madison Productions:
|
||||
- Happy Madison Productions
|
||||
Illumination Entertainment:
|
||||
- Illumination Films
|
||||
Ingenious Media:
|
||||
- Ingenious Media
|
||||
Legendary Pictures:
|
||||
- Legendary Pictures
|
||||
Lucasfilm Ltd:
|
||||
- Lucasfilm
|
||||
Malevolent Films:
|
||||
- Malevolent Films
|
||||
Marvel Studios:
|
||||
- Marvel Animation
|
||||
- Marvel Enterprises
|
||||
- Marvel Entertainment
|
||||
- Marvel
|
||||
Metro-Goldwyn-Mayer:
|
||||
- MGM
|
||||
Millennium Films:
|
||||
- Millennium Films
|
||||
Miramax:
|
||||
- Miramax
|
||||
New Line Cinema:
|
||||
- New Line
|
||||
Original Film:
|
||||
- Original Film
|
||||
Orion Pictures:
|
||||
- Orion Pictures
|
||||
Paramount Pictures:
|
||||
- Paramount
|
||||
- Paramount Animation
|
||||
Pixar:
|
||||
- Pixar Animation Studios
|
||||
PlanB Entertainment:
|
||||
- PlanB Entertainment
|
||||
Sony Pictures:
|
||||
- Sony
|
||||
- Sony Pictures Animation
|
||||
Summit Entertainment:
|
||||
- Summit Entertainment
|
||||
Universal Pictures:
|
||||
- Universal
|
||||
- Universal Animation Studios
|
||||
Village Roadshow Pictures:
|
||||
- Village Roadshow Pictures
|
||||
Walt Disney Pictures:
|
||||
- Disney
|
||||
- Walt Disney Animation Studios
|
||||
Warner Bros. Pictures:
|
||||
- Warner
|
||||
- Warner Animation Group
|
||||
template_variables:
|
||||
contains:
|
||||
20th Century Studios: 20th Century
|
||||
Reference in New Issue
Block a user