- Use list rather than comma-separated for studios (required) and networks

This commit is contained in:
nwithan8 2023-12-06 17:20:08 -07:00
parent 5876b55cb4
commit 278e0d5d8d
2 changed files with 166 additions and 165 deletions

View File

@ -6,9 +6,10 @@ collections:
### Studios ### Studios
# Studio - produced the movie (A24, Universal, Warner Bros, etc) # Studio - produced the movie (A24, Universal, Warner Bros, etc)
# Some of what you might be thinking of are production companies, which are different (e.g. Neon, Bleecker Street, etc) # Some of what you might be thinking of are production companies, which are different (e.g. Neon, Bleecker Street, etc)
# studio: Must take a [] list for multiple values (not comma separated)
"1492": "1492":
template: { name: Studio, template: { name: Studio,
studio: "1492 Pictures", studio: ["1492 Pictures"],
poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/studio/1492%20Pictures.jpg } poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/studio/1492%20Pictures.jpg }
summary: "1492 Pictures" summary: "1492 Pictures"
visible_library: false visible_library: false
@ -17,7 +18,7 @@ collections:
"20th Century Animation": "20th Century Animation":
template: { name: Studio, template: { name: Studio,
studio: "20th Century Fox Animation", studio: ["20th Century Fox Animation"],
poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/studio/20th%20Century%20Animation.jpg } poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/studio/20th%20Century%20Animation.jpg }
summary: "20th Century Animation" summary: "20th Century Animation"
visible_library: false visible_library: false
@ -26,7 +27,7 @@ collections:
"20th Century Studios": "20th Century Studios":
template: { name: Studio, template: { name: Studio,
studio: "20th Century Studios, 20th Century Fox", studio: ["20th Century Studios", "20th Century Fox"],
poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/studio/20th%20Century%20Studios.jpg } poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/studio/20th%20Century%20Studios.jpg }
summary: "20th Century Studios" summary: "20th Century Studios"
visible_library: false visible_library: false
@ -35,7 +36,7 @@ collections:
"3 Arts": "3 Arts":
template: { name: Studio, template: { name: Studio,
studio: "3 Arts Entertainment", studio: ["3 Arts Entertainment"],
poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/studio/3%20Arts%20Entertainment.jpg } poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/studio/3%20Arts%20Entertainment.jpg }
summary: "3 Arts Entertainment" summary: "3 Arts Entertainment"
visible_library: false visible_library: false
@ -44,7 +45,7 @@ collections:
A24: A24:
template: { name: Studio, template: { name: Studio,
studio: "A24", studio: ["A24"],
poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/studio/A24.jpg } poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/studio/A24.jpg }
summary: "A24 Films" summary: "A24 Films"
visible_library: false visible_library: false
@ -53,7 +54,7 @@ collections:
"Aardman": "Aardman":
template: { name: Studio, template: { name: Studio,
studio: "Aardman", studio: ["Aardman"],
poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/studio/Aardman.jpg } poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/studio/Aardman.jpg }
summary: "Aardman" summary: "Aardman"
visible_library: false visible_library: false
@ -62,7 +63,7 @@ collections:
"Amblin": "Amblin":
template: { name: Studio, template: { name: Studio,
studio: "Amblin Entertainment", studio: ["Amblin Entertainment"],
poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/studio/Amblin%20Entertainment.jpg } poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/studio/Amblin%20Entertainment.jpg }
summary: "Amblin Entertainment" summary: "Amblin Entertainment"
visible_library: false visible_library: false
@ -71,7 +72,7 @@ collections:
"Annapurna": "Annapurna":
template: { name: Studio, template: { name: Studio,
studio: "Annapurna Pictures", studio: ["Annapurna Pictures"],
poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/studio/Annapurna%20Pictures.jpg } poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/studio/Annapurna%20Pictures.jpg }
summary: "Annapurna Pictures" summary: "Annapurna Pictures"
visible_library: false visible_library: false
@ -80,7 +81,7 @@ collections:
"Artisan": "Artisan":
template: { name: Studio, template: { name: Studio,
studio: "Artisan Entertainment", studio: ["Artisan Entertainment"],
poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/studio/Artisan%20Entertainment.jpg } poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/studio/Artisan%20Entertainment.jpg }
summary: "Artisan Entertainment" summary: "Artisan Entertainment"
visible_library: false visible_library: false
@ -89,7 +90,7 @@ collections:
"Atlas": "Atlas":
template: { name: Studio, template: { name: Studio,
studio: "Atlas Entertainment", studio: ["Atlas Entertainment"],
poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/studio/Atlas%20Entertainment.jpg } poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/studio/Atlas%20Entertainment.jpg }
summary: "Atlas Entertainment" summary: "Atlas Entertainment"
visible_library: false visible_library: false
@ -98,7 +99,7 @@ collections:
"Bad Robot": "Bad Robot":
template: { name: Studio, template: { name: Studio,
studio: "Bad Robot", studio: ["Bad Robot"],
poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/studio/Bad%20Robot.jpg } poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/studio/Bad%20Robot.jpg }
summary: "Bad Robot Productions" summary: "Bad Robot Productions"
visible_library: false visible_library: false
@ -107,7 +108,7 @@ collections:
"Bad Wolf": "Bad Wolf":
template: { name: Studio, template: { name: Studio,
studio: "Bad Wolf", studio: ["Bad Wolf"],
poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/studio/Bad%20Wolf.jpg } poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/studio/Bad%20Wolf.jpg }
summary: "Bad Wolf" summary: "Bad Wolf"
visible_library: false visible_library: false
@ -116,7 +117,7 @@ collections:
"BBC Studios": "BBC Studios":
template: { name: Studio, template: { name: Studio,
studio: "BBC Studios", studio: ["BBC Studios"],
poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/studio/BBC%20Studios.jpg } poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/studio/BBC%20Studios.jpg }
summary: "BBC Studios" summary: "BBC Studios"
visible_library: false visible_library: false
@ -125,7 +126,7 @@ collections:
"Bleecker Street": "Bleecker Street":
template: { name: Studio, template: { name: Studio,
studio: "Bleecker Street", studio: ["Bleecker Street"],
poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/studio/Bleecker%20Street.jpg } poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/studio/Bleecker%20Street.jpg }
summary: "Bleecker Street" summary: "Bleecker Street"
visible_library: false visible_library: false
@ -134,7 +135,7 @@ collections:
"Blue Sky": "Blue Sky":
template: { name: Studio, template: { name: Studio,
studio: "Blue Sky Studios", studio: ["Blue Sky Studios"],
poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/studio/Blue%20Sky%20Studios.jpg } poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/studio/Blue%20Sky%20Studios.jpg }
summary: "Blue Sky Studios" summary: "Blue Sky Studios"
visible_library: false visible_library: false
@ -143,7 +144,7 @@ collections:
"Blumhouse": "Blumhouse":
template: { name: Studio, template: { name: Studio,
studio: "Blumhouse Productions", studio: ["Blumhouse Productions"],
poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/studio/Blumhouse%20Productions.jpg } poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/studio/Blumhouse%20Productions.jpg }
summary: "Blumhouse Productions" summary: "Blumhouse Productions"
visible_library: false visible_library: false
@ -152,7 +153,7 @@ collections:
"Blur": "Blur":
template: { name: Studio, template: { name: Studio,
studio: "Blur Studio", studio: ["Blur Studio"],
poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/studio/Blur%20Studio.jpg } poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/studio/Blur%20Studio.jpg }
summary: "Blur Studio" summary: "Blur Studio"
visible_library: false visible_library: false
@ -161,7 +162,7 @@ collections:
"Castle Rock": "Castle Rock":
template: { name: Studio, template: { name: Studio,
studio: "Castle Rock Entertainment", studio: ["Castle Rock Entertainment"],
poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/studio/Castle%20Rock%20Entertainment.jpg } poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/studio/Castle%20Rock%20Entertainment.jpg }
summary: "Castle Rock Entertainment" summary: "Castle Rock Entertainment"
visible_library: false visible_library: false
@ -170,7 +171,7 @@ collections:
"Chernin": "Chernin":
template: { name: Studio, template: { name: Studio,
studio: "Chernin Entertainment", studio: ["Chernin Entertainment"],
poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/studio/Chernin%20Entertainment.jpg } poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/studio/Chernin%20Entertainment.jpg }
summary: "Chernin Entertainment" summary: "Chernin Entertainment"
visible_library: false visible_library: false
@ -179,7 +180,7 @@ collections:
"Columbia Pictures": "Columbia Pictures":
template: { name: Studio, template: { name: Studio,
studio: "Columbia Pictures", studio: ["Columbia Pictures"],
poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/studio/Columbia%20Pictures.jpg } poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/studio/Columbia%20Pictures.jpg }
summary: "Columbia Pictures" summary: "Columbia Pictures"
visible_library: false visible_library: false
@ -188,7 +189,7 @@ collections:
"DC Comics": "DC Comics":
template: { name: Studio, template: { name: Studio,
studio: "DC Comics", studio: ["DC Comics"],
poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/studio/DC%20Comics.jpg } poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/studio/DC%20Comics.jpg }
summary: "DC Comics" summary: "DC Comics"
visible_library: false visible_library: false
@ -197,7 +198,7 @@ collections:
"DreamWorks": "DreamWorks":
template: { name: Studio, template: { name: Studio,
studio: "DreamWorks Studio, DreamWorks Animation, DreamWorks Pictures", studio: ["DreamWorks Studio", "DreamWorks Animation", "DreamWorks Pictures"],
poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/studio/DreamWorks%20Studios.jpg } poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/studio/DreamWorks%20Studios.jpg }
summary: "DreamWorks" summary: "DreamWorks"
visible_library: false visible_library: false
@ -206,7 +207,7 @@ collections:
"e0ne": "e0ne":
template: { name: Studio, template: { name: Studio,
studio: "Entertainment One", studio: ["Entertainment One"],
poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/studio/Entertainment%20One.jpg } poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/studio/Entertainment%20One.jpg }
summary: "e0ne" summary: "e0ne"
visible_library: false visible_library: false
@ -215,7 +216,7 @@ collections:
"Everest": "Everest":
template: { name: Studio, template: { name: Studio,
studio: "Everest Entertainment", studio: ["Everest Entertainment"],
poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/studio/Everest%20Entertainment.jpg } poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/studio/Everest%20Entertainment.jpg }
summary: "Everest Entertainment" summary: "Everest Entertainment"
visible_library: false visible_library: false
@ -224,7 +225,7 @@ collections:
"Focus Features": "Focus Features":
template: { name: Studio, template: { name: Studio,
studio: "Focus Features", studio: ["Focus Features"],
poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/studio/Focus%20Features.jpg } poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/studio/Focus%20Features.jpg }
summary: "Focus Features" summary: "Focus Features"
visible_library: false visible_library: false
@ -233,7 +234,7 @@ collections:
"Gary Sanchez": "Gary Sanchez":
template: { name: Studio, template: { name: Studio,
studio: "Gary Sanchez Productions", studio: ["Gary Sanchez Productions"],
poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/studio/Gary%20Sanchez%20Productions.jpg } poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/studio/Gary%20Sanchez%20Productions.jpg }
summary: "Gary Sanchez Productions" summary: "Gary Sanchez Productions"
visible_library: false visible_library: false
@ -242,7 +243,7 @@ collections:
"Gracie Films": "Gracie Films":
template: { name: Studio, template: { name: Studio,
studio: "Gracie Films", studio: ["Gracie Films"],
poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/studio/Gracie%20Films.jpg } poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/studio/Gracie%20Films.jpg }
summary: "Gracie Films" summary: "Gracie Films"
visible_library: false visible_library: false
@ -251,7 +252,7 @@ collections:
"HBO": "HBO":
template: { name: Studio, template: { name: Studio,
studio: "HBO", studio: ["HBO"],
poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/studio/HBO.jpg } poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/studio/HBO.jpg }
summary: "HBO" summary: "HBO"
visible_library: false visible_library: false
@ -260,7 +261,7 @@ collections:
"Hallmark": "Hallmark":
template: { name: Studio, template: { name: Studio,
studio: "Hallmark", studio: ["Hallmark"],
poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/studio/Hallmark.jpg } poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/studio/Hallmark.jpg }
summary: "Hallmark" summary: "Hallmark"
visible_library: false visible_library: false
@ -269,7 +270,7 @@ collections:
"Hasbro": "Hasbro":
template: { name: Studio, template: { name: Studio,
studio: "Hasbro", studio: ["Hasbro"],
poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/studio/Hasbro.jpg } poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/studio/Hasbro.jpg }
summary: "Hasbro" summary: "Hasbro"
visible_library: false visible_library: false
@ -278,7 +279,7 @@ collections:
"IFC Films": "IFC Films":
template: { name: Studio, template: { name: Studio,
studio: "IFC Films", studio: ["IFC Films"],
poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/studio/IFC%20Films.jpg } poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/studio/IFC%20Films.jpg }
summary: "IFC Films" summary: "IFC Films"
visible_library: false visible_library: false
@ -287,7 +288,7 @@ collections:
"Illumination": "Illumination":
template: { name: Studio, template: { name: Studio,
studio: "Illumination Entertainment", studio: ["Illumination Entertainment"],
poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/studio/Illumination%20Entertainment.jpg } poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/studio/Illumination%20Entertainment.jpg }
summary: "Illumination Entertainment" summary: "Illumination Entertainment"
visible_library: false visible_library: false
@ -296,7 +297,7 @@ collections:
"Legendary": "Legendary":
template: { name: Studio, template: { name: Studio,
studio: "Legendary Pictures", studio: ["Legendary Pictures"],
poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/studio/Legendary%20Pictures.jpg } poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/studio/Legendary%20Pictures.jpg }
summary: "Legendary Pictures" summary: "Legendary Pictures"
visible_library: false visible_library: false
@ -305,7 +306,7 @@ collections:
"Lifetime": "Lifetime":
template: { name: Studio, template: { name: Studio,
studio: "Lifetime", studio: ["Lifetime"],
poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/studio/Lifetime.jpg } poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/studio/Lifetime.jpg }
summary: "Lifetime" summary: "Lifetime"
visible_library: false visible_library: false
@ -314,7 +315,7 @@ collections:
"Lionsgate": "Lionsgate":
template: { name: Studio, template: { name: Studio,
studio: "Lionsgate", studio: ["Lionsgate"],
poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/studio/Lionsgate.jpg } poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/studio/Lionsgate.jpg }
summary: "Lionsgate" summary: "Lionsgate"
visible_library: false visible_library: false
@ -323,7 +324,7 @@ collections:
"Lord Miller": "Lord Miller":
template: { name: Studio, template: { name: Studio,
studio: "Lord Miller", studio: ["Lord Miller"],
poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/studio/Lord%20Miller%20Productions.jpg } poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/studio/Lord%20Miller%20Productions.jpg }
summary: "Lord Miller Productions" summary: "Lord Miller Productions"
visible_library: false visible_library: false
@ -332,7 +333,7 @@ collections:
"Lucasfilm": "Lucasfilm":
template: { name: Studio, template: { name: Studio,
studio: "Lucasfilm Ltd", studio: ["Lucasfilm Ltd"],
poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/studio/Lucasfilm%20Ltd.jpg } poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/studio/Lucasfilm%20Ltd.jpg }
summary: "Lucasfilm Ltd" summary: "Lucasfilm Ltd"
visible_library: false visible_library: false
@ -341,7 +342,7 @@ collections:
"Marv": "Marv":
template: { name: Studio, template: { name: Studio,
studio: "Marv Films", studio: ["Marv Films"],
poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/studio/Marv%20Films.jpg } poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/studio/Marv%20Films.jpg }
summary: "Marv Films" summary: "Marv Films"
visible_library: false visible_library: false
@ -350,7 +351,7 @@ collections:
"Marvel Animation": "Marvel Animation":
template: { name: Studio, template: { name: Studio,
studio: "Marvel Animation", studio: ["Marvel Animation"],
poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/studio/Marvel%20Animation.jpg } poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/studio/Marvel%20Animation.jpg }
summary: "Marvel Animation" summary: "Marvel Animation"
visible_library: false visible_library: false
@ -359,7 +360,7 @@ collections:
"Marvel Studios": "Marvel Studios":
template: { name: Studio, template: { name: Studio,
studio: "Marvel Studios", studio: ["Marvel Studios"],
poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/studio/Marvel%20Studios.jpg } poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/studio/Marvel%20Studios.jpg }
summary: "Marvel Studios" summary: "Marvel Studios"
visible_library: false visible_library: false
@ -368,7 +369,7 @@ collections:
"MGM": "MGM":
template: { name: Studio, template: { name: Studio,
studio: "Metro-Goldwyn-Mayer", studio: ["Metro-Goldwyn-Mayer"],
poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/studio/Metro-Goldwyn-Mayer.jpg } poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/studio/Metro-Goldwyn-Mayer.jpg }
summary: "Metro-Goldwyn-Mayer" summary: "Metro-Goldwyn-Mayer"
visible_library: false visible_library: false
@ -377,7 +378,7 @@ collections:
"Millennium": "Millennium":
template: { name: Studio, template: { name: Studio,
studio: "Millennium Films", studio: ["Millennium Films"],
poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/studio/Millennium%20Films.jpg } poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/studio/Millennium%20Films.jpg }
summary: "Millennium Films" summary: "Millennium Films"
visible_library: false visible_library: false
@ -386,7 +387,7 @@ collections:
"Miramax": "Miramax":
template: { name: Studio, template: { name: Studio,
studio: "Miramax", studio: ["Miramax"],
poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/studio/Miramax.jpg } poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/studio/Miramax.jpg }
summary: "Miramax" summary: "Miramax"
visible_library: false visible_library: false
@ -395,7 +396,7 @@ collections:
"Neon": "Neon":
template: { name: Studio, template: { name: Studio,
studio: "Neon", studio: ["Neon"],
poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/studio/NEON.jpg } poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/studio/NEON.jpg }
summary: "Neon" summary: "Neon"
visible_library: false visible_library: false
@ -404,7 +405,7 @@ collections:
"Netflix": "Netflix":
template: { name: Studio, template: { name: Studio,
studio: "Netflix", studio: ["Netflix"],
poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/studio/Netflix.jpg } poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/studio/Netflix.jpg }
summary: "Netflix" summary: "Netflix"
visible_library: false visible_library: false
@ -413,7 +414,7 @@ collections:
"New Line": "New Line":
template: { name: Studio, template: { name: Studio,
studio: "New Line Cinema", studio: ["New Line Cinema"],
poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/studio/New%20Line%20Cinema.jpg } poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/studio/New%20Line%20Cinema.jpg }
summary: "New Line Cinema" summary: "New Line Cinema"
visible_library: false visible_library: false
@ -422,7 +423,7 @@ collections:
"Nickelodeon Animation": "Nickelodeon Animation":
template: { name: Studio, template: { name: Studio,
studio: "Nickelodeon Animation Studio", studio: ["Nickelodeon Animation Studio"],
poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/studio/Nickelodeon%20Animation%20Studio.jpg } poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/studio/Nickelodeon%20Animation%20Studio.jpg }
summary: "Nickelodeon Animation Studio" summary: "Nickelodeon Animation Studio"
visible_library: false visible_library: false
@ -431,7 +432,7 @@ collections:
"Open Road": "Open Road":
template: { name: Studio, template: { name: Studio,
studio: "Open Road Films", studio: ["Open Road Films"],
poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/studio/Open%20Road%20Films.jpg } poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/studio/Open%20Road%20Films.jpg }
summary: "Open Road Films" summary: "Open Road Films"
visible_library: false visible_library: false
@ -440,7 +441,7 @@ collections:
"Original Film": "Original Film":
template: { name: Studio, template: { name: Studio,
studio: "Original Film", studio: ["Original Film"],
poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/studio/Original%20Film.jpg } poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/studio/Original%20Film.jpg }
summary: "Original Film" summary: "Original Film"
visible_library: false visible_library: false
@ -449,7 +450,7 @@ collections:
"Orion": "Orion":
template: { name: Studio, template: { name: Studio,
studio: "Orion Pictures", studio: ["Orion Pictures"],
poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/studio/Orion%20Pictures.jpg } poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/studio/Orion%20Pictures.jpg }
summary: "Orion Pictures" summary: "Orion Pictures"
visible_library: false visible_library: false
@ -458,7 +459,7 @@ collections:
"Paramount Animation": "Paramount Animation":
template: { name: Studio, template: { name: Studio,
studio: "Paramount Animation", studio: ["Paramount Animation"],
poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/studio/Paramount%20Animation.jpg } poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/studio/Paramount%20Animation.jpg }
summary: "Paramount Animation" summary: "Paramount Animation"
visible_library: false visible_library: false
@ -467,7 +468,7 @@ collections:
"Paramount": "Paramount":
template: { name: Studio, template: { name: Studio,
studio: "Paramount Pictures", studio: ["Paramount Pictures"],
poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/studio/Paramount%20Pictures.jpg } poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/studio/Paramount%20Pictures.jpg }
summary: "Paramount Pictures" summary: "Paramount Pictures"
visible_library: false visible_library: false
@ -476,7 +477,7 @@ collections:
"Pixar": "Pixar":
template: { name: Studio, template: { name: Studio,
studio: "Pixar", studio: ["Pixar"],
poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/studio/Pixar.jpg } poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/studio/Pixar.jpg }
summary: "Pixar Animation Studios" summary: "Pixar Animation Studios"
visible_library: false visible_library: false
@ -485,7 +486,7 @@ collections:
"Plan B": "Plan B":
template: { name: Studio, template: { name: Studio,
studio: "Plan B Entertainment", studio: ["Plan B Entertainment"],
poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/studio/Plan%20B%20Entertainment.jpg } poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/studio/Plan%20B%20Entertainment.jpg }
summary: "Plan B Entertainment" summary: "Plan B Entertainment"
visible_library: false visible_library: false
@ -494,7 +495,7 @@ collections:
"PlayStation": "PlayStation":
template: { name: Studio, template: { name: Studio,
studio: "PlayStation Productions", studio: ["PlayStation Productions"],
poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/studio/PlayStation%20Productions.jpg } poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/studio/PlayStation%20Productions.jpg }
summary: "PlayStation Productions" summary: "PlayStation Productions"
visible_library: false visible_library: false
@ -503,7 +504,7 @@ collections:
"Playtone": "Playtone":
template: { name: Studio, template: { name: Studio,
studio: "Playtone", studio: ["Playtone"],
poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/studio/Playtone.jpg } poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/studio/Playtone.jpg }
summary: "Playtone" summary: "Playtone"
visible_library: false visible_library: false
@ -512,7 +513,7 @@ collections:
"Rankin/Bass": "Rankin/Bass":
template: { name: Studio, template: { name: Studio,
studio: "Rankin/Bass Productions", studio: ["Rankin/Bass Productions"],
poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/studio/Rankin%20Bass%20Productions.jpg } poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/studio/Rankin%20Bass%20Productions.jpg }
summary: "Rankin/Bass Productions" summary: "Rankin/Bass Productions"
visible_library: false visible_library: false
@ -521,7 +522,7 @@ collections:
"RatPac": "RatPac":
template: { name: Studio, template: { name: Studio,
studio: "RatPac Entertainment", studio: ["RatPac Entertainment"],
poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/studio/RatPac%20Entertainment.jpg } poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/studio/RatPac%20Entertainment.jpg }
summary: "RatPac Entertainment" summary: "RatPac Entertainment"
visible_library: false visible_library: false
@ -530,7 +531,7 @@ collections:
"Regency": "Regency":
template: { name: Studio, template: { name: Studio,
studio: "Regency Pictures", studio: ["Regency Pictures"],
poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/studio/Regency%20Pictures.jpg } poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/studio/Regency%20Pictures.jpg }
summary: "Regency Pictures" summary: "Regency Pictures"
visible_library: false visible_library: false
@ -539,7 +540,7 @@ collections:
"See-Saw": "See-Saw":
template: { name: Studio, template: { name: Studio,
studio: "See-Saw Films", studio: ["See-Saw Films"],
poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/studio/See-Saw%20Films.jpg } poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/studio/See-Saw%20Films.jpg }
summary: "See-Saw Films" summary: "See-Saw Films"
visible_library: false visible_library: false
@ -548,7 +549,7 @@ collections:
"Showtime": "Showtime":
template: { name: Studio, template: { name: Studio,
studio: "Showtime Networks", studio: ["Showtime Networks"],
poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/studio/Showtime%20Networks.jpg } poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/studio/Showtime%20Networks.jpg }
summary: "Showtime Networks" summary: "Showtime Networks"
visible_library: false visible_library: false
@ -557,7 +558,7 @@ collections:
"Sky": "Sky":
template: { name: Studio, template: { name: Studio,
studio: "Sky studios", studio: ["Sky studios"],
poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/studio/Sky%20studios.jpg } poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/studio/Sky%20studios.jpg }
summary: "Sky Studios" summary: "Sky Studios"
visible_library: false visible_library: false
@ -566,7 +567,7 @@ collections:
"Skydance": "Skydance":
template: { name: Studio, template: { name: Studio,
studio: "Skydance", studio: ["Skydance"],
poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/studio/Skydance.jpg } poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/studio/Skydance.jpg }
summary: "Skydance" summary: "Skydance"
visible_library: false visible_library: false
@ -575,7 +576,7 @@ collections:
"Sony Pictures Animation": "Sony Pictures Animation":
template: { name: Studio, template: { name: Studio,
studio: "Sony Pictures Animation", studio: ["Sony Pictures Animation"],
poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/studio/Sony%20Pictures%20Animation.jpg } poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/studio/Sony%20Pictures%20Animation.jpg }
summary: "Sony Pictures Animation" summary: "Sony Pictures Animation"
visible_library: false visible_library: false
@ -584,7 +585,7 @@ collections:
"Sony Pictures": "Sony Pictures":
template: { name: Studio, template: { name: Studio,
studio: "Sony Pictures", studio: ["Sony Pictures"],
poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/studio/Sony%20Pictures.jpg } poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/studio/Sony%20Pictures.jpg }
summary: "Sony Pictures" summary: "Sony Pictures"
visible_library: false visible_library: false
@ -593,7 +594,7 @@ collections:
"Spyglass": "Spyglass":
template: { name: Studio, template: { name: Studio,
studio: "Spyglass Entertainment", studio: ["Spyglass Entertainment"],
poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/studio/Spyglass%20Entertainment.jpg } poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/studio/Spyglass%20Entertainment.jpg }
summary: "Spyglass Entertainment" summary: "Spyglass Entertainment"
visible_library: false visible_library: false
@ -602,7 +603,7 @@ collections:
"Square Enix": "Square Enix":
template: { name: Studio, template: { name: Studio,
studio: "Square Enix", studio: ["Square Enix"],
poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/studio/Square%20Enix.jpg } poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/studio/Square%20Enix.jpg }
summary: "Square Enix" summary: "Square Enix"
visible_library: false visible_library: false
@ -611,7 +612,7 @@ collections:
"Studio Ghilbi": "Studio Ghilbi":
template: { name: Studio, template: { name: Studio,
studio: "Studio Ghibli", studio: ["Studio Ghibli"],
poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/studio/Studio%20Ghibli.jpg } poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/studio/Studio%20Ghibli.jpg }
summary: "Studio Ghibli" summary: "Studio Ghibli"
visible_library: false visible_library: false
@ -620,7 +621,7 @@ collections:
"STX": "STX":
template: { name: Studio, template: { name: Studio,
studio: "STX Entertainment, STX Films", studio: ["STX Entertainment", "STX Films"],
poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/studio/STX%20Entertainment.jpg } poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/studio/STX%20Entertainment.jpg }
summary: "STX Entertainment" summary: "STX Entertainment"
visible_library: false visible_library: false
@ -629,7 +630,7 @@ collections:
"Summit": "Summit":
template: { name: Studio, template: { name: Studio,
studio: "Summit Entertainment", studio: ["Summit Entertainment"],
poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/studio/Summit%20Entertainment.jpg } poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/studio/Summit%20Entertainment.jpg }
summary: "Summit Entertainment" summary: "Summit Entertainment"
visible_library: false visible_library: false
@ -638,7 +639,7 @@ collections:
"Syfy": "Syfy":
template: { name: Studio, template: { name: Studio,
studio: "Syfy", studio: ["Syfy"],
poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/studio/Syfy.jpg } poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/studio/Syfy.jpg }
summary: "Syfy" summary: "Syfy"
visible_library: false visible_library: false
@ -647,7 +648,7 @@ collections:
"Syncopy": "Syncopy":
template: { name: Studio, template: { name: Studio,
studio: "Syncopy", studio: ["Syncopy"],
poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/studio/Syncopy.jpg } poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/studio/Syncopy.jpg }
summary: "Syncopy" summary: "Syncopy"
visible_library: false visible_library: false
@ -656,7 +657,7 @@ collections:
"The Cat in the Hat Productions": "The Cat in the Hat Productions":
template: { name: Studio, template: { name: Studio,
studio: "The Cat in the Hat Productions", studio: ["The Cat in the Hat Productions"],
poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/studio/The%20Cat%20in%20the%20Hat%20Productions.jpg } poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/studio/The%20Cat%20in%20the%20Hat%20Productions.jpg }
summary: "The Cat in the Hat Productions" summary: "The Cat in the Hat Productions"
visible_library: false visible_library: false
@ -665,7 +666,7 @@ collections:
"The Jim Henson Company": "The Jim Henson Company":
template: { name: Studio, template: { name: Studio,
studio: "The Jim Henson Company", studio: ["The Jim Henson Company"],
poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/studio/The%20Jim%20Henson%20Company.jpg } poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/studio/The%20Jim%20Henson%20Company.jpg }
summary: "The Jim Henson Company" summary: "The Jim Henson Company"
visible_library: false visible_library: false
@ -674,7 +675,7 @@ collections:
"The Weinstein Company": "The Weinstein Company":
template: { name: Studio, template: { name: Studio,
studio: "The Weinstein Company", studio: ["The Weinstein Company"],
poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/studio/The%20Weinstein%20Company.jpg } poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/studio/The%20Weinstein%20Company.jpg }
summary: "The Weinstein Company" summary: "The Weinstein Company"
visible_library: false visible_library: false
@ -683,7 +684,7 @@ collections:
"Thunder Road": "Thunder Road":
template: { name: Studio, template: { name: Studio,
studio: "Thunder Road", studio: ["Thunder Road"],
poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/studio/Thunder%20Road.jpg } poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/studio/Thunder%20Road.jpg }
summary: "Thunder Road" summary: "Thunder Road"
visible_library: false visible_library: false
@ -692,7 +693,7 @@ collections:
"Tim Burton Productions": "Tim Burton Productions":
template: { name: Studio, template: { name: Studio,
studio: "Tim Burton Productions", studio: ["Tim Burton Productions"],
poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/studio/Tim%20Burton%20Productions.jpg } poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/studio/Tim%20Burton%20Productions.jpg }
summary: "Tim Burton Productions" summary: "Tim Burton Productions"
visible_library: false visible_library: false
@ -701,7 +702,7 @@ collections:
"Toho": "Toho":
template: { name: Studio, template: { name: Studio,
studio: "Toho, Toho Pictures, Toho Pictures, Inc.", studio: ["Toho", "Toho Pictures", "Toho Pictures, Inc."],
poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/studio/TOHO.jpg } poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/studio/TOHO.jpg }
summary: "Toho" summary: "Toho"
visible_library: false visible_library: false
@ -710,7 +711,7 @@ collections:
"Touchstone": "Touchstone":
template: { name: Studio, template: { name: Studio,
studio: "Touchstone Pictures", studio: ["Touchstone Pictures"],
poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/studio/Touchstone%20Pictures.jpg } poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/studio/Touchstone%20Pictures.jpg }
summary: "Touchstone Pictures" summary: "Touchstone Pictures"
visible_library: false visible_library: false
@ -719,7 +720,7 @@ collections:
"TriStar": "TriStar":
template: { name: Studio, template: { name: Studio,
studio: "TriStar Pictures", studio: ["TriStar Pictures"],
poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/studio/TriStar%20Pictures.jpg } poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/studio/TriStar%20Pictures.jpg }
summary: "TriStar Pictures" summary: "TriStar Pictures"
visible_library: false visible_library: false
@ -728,7 +729,7 @@ collections:
"Tribeca": "Tribeca":
template: { name: Studio, template: { name: Studio,
studio: "Tribeca Productions", studio: ["Tribeca Productions"],
poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/studio/Tribeca%20Productions.jpg } poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/studio/Tribeca%20Productions.jpg }
summary: "Tribeca Productions" summary: "Tribeca Productions"
visible_library: false visible_library: false
@ -737,7 +738,7 @@ collections:
"TSG Entertainment": "TSG Entertainment":
template: { name: Studio, template: { name: Studio,
studio: "TSG Entertainment", studio: ["TSG Entertainment"],
poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/studio/TSG%20Entertainment.jpg } poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/studio/TSG%20Entertainment.jpg }
summary: "TSG Entertainment" summary: "TSG Entertainment"
visible_library: false visible_library: false
@ -746,7 +747,7 @@ collections:
"Twisted Pictures": "Twisted Pictures":
template: { name: Studio, template: { name: Studio,
studio: "Twisted Pictures", studio: ["Twisted Pictures"],
poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/studio/Twisted%20Pictures.jpg } poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/studio/Twisted%20Pictures.jpg }
summary: "Twisted Pictures" summary: "Twisted Pictures"
visible_library: false visible_library: false
@ -755,7 +756,7 @@ collections:
"United Artists": "United Artists":
template: { name: Studio, template: { name: Studio,
studio: "United Artists", studio: ["United Artists"],
poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/studio/United%20Artists.jpg } poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/studio/United%20Artists.jpg }
summary: "United Artists" summary: "United Artists"
visible_library: false visible_library: false
@ -764,7 +765,7 @@ collections:
"Universal Animation": "Universal Animation":
template: { name: Studio, template: { name: Studio,
studio: "Universal Animation Studios", studio: ["Universal Animation Studios"],
poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/studio/Universal%20Animation%20Studios.jpg } poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/studio/Universal%20Animation%20Studios.jpg }
summary: "Universal Animation Studios" summary: "Universal Animation Studios"
visible_library: false visible_library: false
@ -773,7 +774,7 @@ collections:
"Universal": "Universal":
template: { name: Studio, template: { name: Studio,
studio: "Universal Pictures", studio: ["Universal Pictures"],
poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/studio/Universal%20Pictures.jpg } poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/studio/Universal%20Pictures.jpg }
summary: "Universal Pictures" summary: "Universal Pictures"
visible_library: false visible_library: false
@ -782,7 +783,7 @@ collections:
"Village Roadshow": "Village Roadshow":
template: { name: Studio, template: { name: Studio,
studio: "Village Roadshow Pictures", studio: ["Village Roadshow Pictures"],
poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/studio/Village%20Roadshow%20Pictures.jpg } poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/studio/Village%20Roadshow%20Pictures.jpg }
summary: "Village Roadshow Pictures" summary: "Village Roadshow Pictures"
visible_library: false visible_library: false
@ -791,7 +792,7 @@ collections:
"Walden": "Walden":
template: { name: Studio, template: { name: Studio,
studio: "Walden Media", studio: ["Walden Media"],
poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/studio/Walden%20Media.jpg } poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/studio/Walden%20Media.jpg }
summary: "Walden Media" summary: "Walden Media"
visible_library: false visible_library: false
@ -800,7 +801,7 @@ collections:
"Walt Disney Animation": "Walt Disney Animation":
template: { name: Studio, template: { name: Studio,
studio: "Walt Disney Animation Studios", studio: ["Walt Disney Animation Studios"],
poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/studio/Walt%20Disney%20Animation%20Studios.jpg } poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/studio/Walt%20Disney%20Animation%20Studios.jpg }
summary: "Walt Disney Animation Studios" summary: "Walt Disney Animation Studios"
visible_library: false visible_library: false
@ -809,7 +810,7 @@ collections:
"Walt Disney": "Walt Disney":
template: { name: Studio, template: { name: Studio,
studio: "Walt Disney Pictures, Walt Disney Productions", studio: ["Walt Disney Pictures", "Walt Disney Productions"],
poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/studio/Walt%20Disney%20Productions.jpg } poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/studio/Walt%20Disney%20Productions.jpg }
summary: "Walt Disney Pictures" summary: "Walt Disney Pictures"
visible_library: false visible_library: false
@ -818,7 +819,7 @@ collections:
"Warner Animation Group": "Warner Animation Group":
template: { name: Studio, template: { name: Studio,
studio: "Warner Bros. Animation, Warner Bros. Cartoons", studio: ["Warner Bros. Animation", "Warner Bros. Cartoons"],
poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/studio/Warner%20Animation%20Group.jpg } poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/studio/Warner%20Animation%20Group.jpg }
summary: "Warner Animation Group" summary: "Warner Animation Group"
visible_library: false visible_library: false
@ -827,7 +828,7 @@ collections:
"Warner Bros.": "Warner Bros.":
template: { name: Studio, template: { name: Studio,
studio: "Warner Bros. Pictures, Warner Bros. Television, Warner Premiere", studio: ["Warner Bros. Pictures", "Warner Bros. Television", "Warner Premiere"],
poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/studio/Warner%20Bros.%20Pictures.jpg } poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/studio/Warner%20Bros.%20Pictures.jpg }
summary: "Warner Bros. Pictures" summary: "Warner Bros. Pictures"
visible_library: false visible_library: false
@ -836,7 +837,7 @@ collections:
"Williams Street": "Williams Street":
template: { name: Studio, template: { name: Studio,
studio: "Williams Street", studio: ["Williams Street"],
poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/studio/Williams%20Street.jpg } poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/studio/Williams%20Street.jpg }
summary: "Williams Street" summary: "Williams Street"
visible_library: false visible_library: false

View File

@ -12,7 +12,7 @@ collections:
# Streaming sites get "X Original Shows", while traditional networks get "Shows Aired on X" # Streaming sites get "X Original Shows", while traditional networks get "Shows Aired on X"
A&E: A&E:
template: { name: Network, template: { name: Network,
network: "A&E", network: ["A&E"],
poster: https://theposterdb.com/api/assets/113113 } poster: https://theposterdb.com/api/assets/113113 }
summary: "Shows Aired on A&E" summary: "Shows Aired on A&E"
visible_library: false visible_library: false
@ -21,7 +21,7 @@ collections:
"ABC (US)": # use quotes to avoid yaml parsing issues "ABC (US)": # use quotes to avoid yaml parsing issues
template: { name: Network, template: { name: Network,
network: "ABC, ABS (US)", network: ["ABC", "ABS (US)"],
poster: https://theposterdb.com/api/assets/113115 } poster: https://theposterdb.com/api/assets/113115 }
summary: "Shows Aired on ABC (US)" summary: "Shows Aired on ABC (US)"
visible_library: false visible_library: false
@ -30,7 +30,7 @@ collections:
ABC Family: ABC Family:
template: { name: Network, template: { name: Network,
network: "ABC Family", network: ["ABC Family"],
poster: https://theposterdb.com/api/assets/113114 } poster: https://theposterdb.com/api/assets/113114 }
summary: "Shows Aired on ABC Family" summary: "Shows Aired on ABC Family"
visible_library: false visible_library: false
@ -39,7 +39,7 @@ collections:
Adult Swim: Adult Swim:
template: { name: Network, template: { name: Network,
network: "Adult Swim", network: ["Adult Swim"],
poster: https://theposterdb.com/api/assets/113116 } poster: https://theposterdb.com/api/assets/113116 }
summary: "Shows Aired on Adult Swim" summary: "Shows Aired on Adult Swim"
visible_library: false visible_library: false
@ -48,7 +48,7 @@ collections:
AMC: AMC:
template: { name: Network, template: { name: Network,
network: "AMC, AMC+", network: ["AMC", "AMC+"],
poster: https://theposterdb.com/api/assets/113118 } poster: https://theposterdb.com/api/assets/113118 }
summary: "Shows Aired on AMC" summary: "Shows Aired on AMC"
visible_library: false visible_library: false
@ -57,7 +57,7 @@ collections:
Animal Planet: Animal Planet:
template: { name: Network, template: { name: Network,
network: "Animal Planet", network: ["Animal Planet"],
poster: https://theposterdb.com/api/assets/113119 } poster: https://theposterdb.com/api/assets/113119 }
summary: "Shows Aired on Animal Planet" summary: "Shows Aired on Animal Planet"
visible_library: false visible_library: false
@ -66,7 +66,7 @@ collections:
"Apple TV+": "Apple TV+":
template: { name: Network, template: { name: Network,
network: "Apple TV+, Apple Music", network: ["Apple TV+", "Apple Music"],
poster: https://theposterdb.com/api/assets/113121 } poster: https://theposterdb.com/api/assets/113121 }
summary: "Apple TV+ Original Shows" summary: "Apple TV+ Original Shows"
visible_library: false visible_library: false
@ -75,7 +75,7 @@ collections:
BBC: BBC:
template: { name: Network, template: { name: Network,
network: "BBC, BBC Choice, BBC First, BBC HD, BBC iPlayer, BBC UKTV", network: ["BBC", "BBC Choice", "BBC First", "BBC HD", "BBC iPlayer", "BBC UKTV"],
poster: https://theposterdb.com/api/assets/113123 } poster: https://theposterdb.com/api/assets/113123 }
summary: "Shows Aired on BBC" summary: "Shows Aired on BBC"
visible_library: false visible_library: false
@ -84,7 +84,7 @@ collections:
BBC One: BBC One:
template: { name: Network, template: { name: Network,
network: "BBC One", network: ["BBC One"],
poster: https://theposterdb.com/api/assets/113128 } poster: https://theposterdb.com/api/assets/113128 }
summary: "Shows Aired on BBC One" summary: "Shows Aired on BBC One"
visible_library: false visible_library: false
@ -93,7 +93,7 @@ collections:
BBC Two: BBC Two:
template: { name: Network, template: { name: Network,
network: "BBC Two", network: ["BBC Two"],
poster: https://theposterdb.com/api/assets/113130 } poster: https://theposterdb.com/api/assets/113130 }
summary: "Shows Aired on BBC Two" summary: "Shows Aired on BBC Two"
visible_library: false visible_library: false
@ -102,7 +102,7 @@ collections:
BBC Three: BBC Three:
template: { name: Network, template: { name: Network,
network: "BBC Three", network: ["BBC Three"],
poster: https://theposterdb.com/api/assets/113129 } poster: https://theposterdb.com/api/assets/113129 }
summary: "Shows Aired on BBC Three" summary: "Shows Aired on BBC Three"
visible_library: false visible_library: false
@ -111,7 +111,7 @@ collections:
BBC Four: BBC Four:
template: { name: Network, template: { name: Network,
network: "BBC Four", network: ["BBC Four"],
poster: https://theposterdb.com/api/assets/113127 } poster: https://theposterdb.com/api/assets/113127 }
summary: "Shows Aired on BBC Four" summary: "Shows Aired on BBC Four"
visible_library: false visible_library: false
@ -120,7 +120,7 @@ collections:
BBC America: BBC America:
template: { name: Network, template: { name: Network,
network: "BBC America", network: ["BBC America"],
poster: https://theposterdb.com/api/assets/113125 } poster: https://theposterdb.com/api/assets/113125 }
summary: "Shows Aired on BBC America" summary: "Shows Aired on BBC America"
visible_library: false visible_library: false
@ -129,7 +129,7 @@ collections:
BET: BET:
template: { name: Network, template: { name: Network,
network: "BET", network: ["BET"],
poster: https://theposterdb.com/api/assets/113131 } poster: https://theposterdb.com/api/assets/113131 }
summary: "Shows Aired on BET" summary: "Shows Aired on BET"
visible_library: false visible_library: false
@ -138,7 +138,7 @@ collections:
Bravo: Bravo:
template: { name: Network, template: { name: Network,
network: "Bravo", network: ["Bravo"],
poster: https://theposterdb.com/api/assets/113134 } poster: https://theposterdb.com/api/assets/113134 }
summary: "Shows Aired on Bravo" summary: "Shows Aired on Bravo"
visible_library: false visible_library: false
@ -147,7 +147,7 @@ collections:
Cartoon Network: Cartoon Network:
template: { name: Network, template: { name: Network,
network: "Cartoon Network", network: ["Cartoon Network"],
poster: https://theposterdb.com/api/assets/113135 } poster: https://theposterdb.com/api/assets/113135 }
summary: "Shows Aired on Cartoon Network" summary: "Shows Aired on Cartoon Network"
visible_library: false visible_library: false
@ -156,7 +156,7 @@ collections:
CBeebies: CBeebies:
template: { name: Network, template: { name: Network,
network: "CBBC, Cbeebies", network: ["CBBC", "Cbeebies"],
poster: https://theposterdb.com/api/assets/113126 } poster: https://theposterdb.com/api/assets/113126 }
summary: "Shows Aired on Cbeebies" summary: "Shows Aired on Cbeebies"
visible_library: false visible_library: false
@ -165,7 +165,7 @@ collections:
CBS: CBS:
template: { name: Network, template: { name: Network,
network: "CBS, CBS All Access, CBS Reality, CBS Reality (UK), CBS.com", network: ["CBS", "CBS All Access", "CBS Reality", "CBS Reality (UK)", "CBS.com"],
poster: https://theposterdb.com/api/assets/113138 } poster: https://theposterdb.com/api/assets/113138 }
summary: "Shows Aired on CBS" summary: "Shows Aired on CBS"
visible_library: false visible_library: false
@ -174,7 +174,7 @@ collections:
Channel 4: Channel 4:
template: { name: Network, template: { name: Network,
network: "Channel 4, E4, More4, 4Seven, Film4", network: ["Channel 4", "E4", "More4", "4Seven", "Film4"],
poster: https://theposterdb.com/api/assets/113139 } poster: https://theposterdb.com/api/assets/113139 }
summary: "Shows Aired on Channel 4" summary: "Shows Aired on Channel 4"
visible_library: false visible_library: false
@ -183,7 +183,7 @@ collections:
Cinemax: Cinemax:
template: { name: Network, template: { name: Network,
network: "Cinemax", network: ["Cinemax"],
poster: https://theposterdb.com/api/assets/113140 } poster: https://theposterdb.com/api/assets/113140 }
summary: "Shows Aired on Cinemax" summary: "Shows Aired on Cinemax"
visible_library: false visible_library: false
@ -192,7 +192,7 @@ collections:
CNBC: CNBC:
template: { name: Network, template: { name: Network,
network: "CNBC", network: ["CNBC"],
poster: https://theposterdb.com/api/assets/113143 } poster: https://theposterdb.com/api/assets/113143 }
summary: "Shows Aired on CNBC" summary: "Shows Aired on CNBC"
visible_library: false visible_library: false
@ -201,7 +201,7 @@ collections:
CNN: CNN:
template: { name: Network, template: { name: Network,
network: "CNN", network: ["CNN"],
poster: https://theposterdb.com/api/assets/113145 } poster: https://theposterdb.com/api/assets/113145 }
summary: "Shows Aired on CNN" summary: "Shows Aired on CNN"
visible_library: false visible_library: false
@ -210,7 +210,7 @@ collections:
Comedy Central: Comedy Central:
template: { name: Network, template: { name: Network,
network: "Comedy Central, Comedy Central (UK)", network: ["Comedy Central", "Comedy Central (UK)"],
poster: https://theposterdb.com/api/assets/113146 } poster: https://theposterdb.com/api/assets/113146 }
summary: "Shows Aired on Comedy Central" summary: "Shows Aired on Comedy Central"
visible_library: false visible_library: false
@ -219,7 +219,7 @@ collections:
The CW: The CW:
template: { name: Network, template: { name: Network,
network: "The CW", network: ["The CW"],
poster: https://theposterdb.com/api/assets/113153 } poster: https://theposterdb.com/api/assets/113153 }
summary: "Shows Aired on The CW" summary: "Shows Aired on The CW"
visible_library: false visible_library: false
@ -228,7 +228,7 @@ collections:
Discovery Channel: Discovery Channel:
template: { name: Network, template: { name: Network,
network: "Discovery, Discovery Channel, Discovery Channel (AU), Discovery Channel (CA), Discovery Channel (UK), Discovery Health Channel, Discovery Kids, Discovery Life, Discovery Real Time, Discovery Turbo, Discovery Turbo UK, Discovery+", network: ["Discovery", "Discovery Channel", "Discovery Channel (AU)", "Discovery Channel (CA)", "Discovery Channel (UK)", "Discovery Health Channel", "Discovery Kids", "Discovery Life", "Discovery Real Time", "Discovery Turbo", "Discovery Turbo UK", "Discovery+"],
poster: https://theposterdb.com/api/assets/113157 } poster: https://theposterdb.com/api/assets/113157 }
summary: "Shows Aired on Discovery Channel" summary: "Shows Aired on Discovery Channel"
visible_library: false visible_library: false
@ -237,7 +237,7 @@ collections:
"Disney Channel": "Disney Channel":
template: { name: Network, template: { name: Network,
network: "Disney Channel, Disney Channel (UK)", network: ["Disney Channel", "Disney Channel (UK)"],
poster: https://theposterdb.com/api/assets/113158 } poster: https://theposterdb.com/api/assets/113158 }
summary: "Shows Aired on Disney Channel" summary: "Shows Aired on Disney Channel"
visible_library: false visible_library: false
@ -246,7 +246,7 @@ collections:
"Disney Junior": "Disney Junior":
template: { name: Network, template: { name: Network,
network: "Disney Junior", network: ["Disney Junior"],
poster: https://theposterdb.com/api/assets/113162 } poster: https://theposterdb.com/api/assets/113162 }
summary: "Shows Aired on Disney Junior" summary: "Shows Aired on Disney Junior"
visible_library: false visible_library: false
@ -255,7 +255,7 @@ collections:
"Disney XD": "Disney XD":
template: { name: Network, template: { name: Network,
network: "Disney XD", network: ["Disney XD"],
poster: https://theposterdb.com/api/assets/258328 } poster: https://theposterdb.com/api/assets/258328 }
summary: "Shows Aired on Disney XD" summary: "Shows Aired on Disney XD"
visible_library: false visible_library: false
@ -264,7 +264,7 @@ collections:
Toon Disney: Toon Disney:
template: { name: Network, template: { name: Network,
network: "Toon Disney", network: ["Toon Disney"],
poster: https://theposterdb.com/api/assets/113163 } poster: https://theposterdb.com/api/assets/113163 }
summary: "Shows Aired on Toon Disney" summary: "Shows Aired on Toon Disney"
visible_library: false visible_library: false
@ -273,7 +273,7 @@ collections:
"Disney+": "Disney+":
template: { name: Network, template: { name: Network,
network: "Disney+, Disney+ Hostar", network: ["Disney+", "Disney+ Hostar"],
poster: https://theposterdb.com/api/assets/113160 } poster: https://theposterdb.com/api/assets/113160 }
summary: "Disney+ Original Shows" summary: "Disney+ Original Shows"
visible_library: false visible_library: false
@ -282,7 +282,7 @@ collections:
ESPN: ESPN:
template: { name: Network, template: { name: Network,
network: "ESPN, ESPN2, ESPN3, ESPNU, ESPN+, ESPNU+", network: ["ESPN", "ESPN2", "ESPN3", "ESPNU", "ESPN+", "ESPNU+"],
poster: https://theposterdb.com/api/assets/113167 } poster: https://theposterdb.com/api/assets/113167 }
summary: "Shows Aired on ESPN" summary: "Shows Aired on ESPN"
visible_library: false visible_library: false
@ -291,7 +291,7 @@ collections:
"E!": "E!":
template: { name: Network, template: { name: Network,
network: "E!", network: ["E!"],
poster: https://theposterdb.com/api/assets/113143 } poster: https://theposterdb.com/api/assets/113143 }
summary: "Shows Aired on E!" summary: "Shows Aired on E!"
visible_library: false visible_library: false
@ -300,7 +300,7 @@ collections:
Food Network: Food Network:
template: { name: Network, template: { name: Network,
network: "Food Network", network: ["Food Network"],
poster: https://theposterdb.com/api/assets/113170 } poster: https://theposterdb.com/api/assets/113170 }
summary: "Shows Aired on Food Network" summary: "Shows Aired on Food Network"
visible_library: false visible_library: false
@ -309,7 +309,7 @@ collections:
FOX: FOX:
template: { name: Network, template: { name: Network,
network: "FOX, Fox Action Movies, Fox Business Network, Fox Premium Series, FOX Sports 1, Fox Sports Networks", network: ["FOX", "Fox Action Movies", "Fox Business Network", "Fox Premium Series", "FOX Sports 1", "Fox Sports Networks"],
poster: https://theposterdb.com/api/assets/113173 } poster: https://theposterdb.com/api/assets/113173 }
summary: "Shows Aired on FOX" summary: "Shows Aired on FOX"
visible_library: false visible_library: false
@ -318,7 +318,7 @@ collections:
Fox Kids: Fox Kids:
template: { name: Network, template: { name: Network,
network: "Fox Kids", network: ["Fox Kids"],
poster: https://theposterdb.com/api/assets/115230 } poster: https://theposterdb.com/api/assets/115230 }
summary: "Shows Aired on Fox Kids" summary: "Shows Aired on Fox Kids"
visible_library: false visible_library: false
@ -327,7 +327,7 @@ collections:
Freeform: Freeform:
template: { name: Network, template: { name: Network,
network: "Freeform", network: ["Freeform"],
poster: https://theposterdb.com/api/assets/113176 } poster: https://theposterdb.com/api/assets/113176 }
summary: "Shows Aired on Freeform" summary: "Shows Aired on Freeform"
visible_library: false visible_library: false
@ -336,7 +336,7 @@ collections:
FX: FX:
template: { name: Network, template: { name: Network,
network: "FX, FXX, FXM", network: ["FX", "FXX", "FXM"],
poster: https://theposterdb.com/api/assets/113174 } poster: https://theposterdb.com/api/assets/113174 }
summary: "Shows Aired on FX" summary: "Shows Aired on FX"
visible_library: false visible_library: false
@ -345,7 +345,7 @@ collections:
Hallmark Channel: Hallmark Channel:
template: { name: Network, template: { name: Network,
network: "Hallmark Channel", network: ["Hallmark Channel"],
poster: https://theposterdb.com/api/assets/113185 } poster: https://theposterdb.com/api/assets/113185 }
summary: "Shows Aired on Hallmark Channel" summary: "Shows Aired on Hallmark Channel"
visible_library: false visible_library: false
@ -354,7 +354,7 @@ collections:
HBO: HBO:
template: { name: Network, template: { name: Network,
network: "HBO, HBO Canada, HBO Europe", network: ["HBO", "HBO Canada", "HBO Europe"],
poster: https://theposterdb.com/api/assets/113186 } poster: https://theposterdb.com/api/assets/113186 }
summary: "Shows Aired on HBO" summary: "Shows Aired on HBO"
visible_library: false visible_library: false
@ -363,7 +363,7 @@ collections:
HBO Max: HBO Max:
template: { name: Network, template: { name: Network,
network: "HBO Max", network: ["HBO Max"],
poster: https://theposterdb.com/api/assets/115226 } poster: https://theposterdb.com/api/assets/115226 }
summary: "HBO Max Original Shows" summary: "HBO Max Original Shows"
visible_library: false visible_library: false
@ -372,7 +372,7 @@ collections:
History Channel: History Channel:
template: { name: Network, template: { name: Network,
network: "History, History (CA), History (UK), History Channel, History Channel (AU)", network: ["History", "History (CA)", "History (UK)", "History Channel", "History Channel (AU)"],
poster: https://theposterdb.com/api/assets/113187 } poster: https://theposterdb.com/api/assets/113187 }
summary: "Shows Aired on History Channel" summary: "Shows Aired on History Channel"
visible_library: false visible_library: false
@ -381,7 +381,7 @@ collections:
HGTV: HGTV:
template: { name: Network, template: { name: Network,
network: "HGTV, HGTV (AU), HGTV Canada", network: ["HGTV", "HGTV (AU)", "HGTV Canada"],
poster: https://theposterdb.com/api/assets/113183 } poster: https://theposterdb.com/api/assets/113183 }
summary: "Shows Aired on HGTV" summary: "Shows Aired on HGTV"
visible_library: false visible_library: false
@ -390,7 +390,7 @@ collections:
Hulu: Hulu:
template: { name: Network, template: { name: Network,
network: "Hulu", network: ["Hulu"],
poster: https://theposterdb.com/api/assets/113188 } poster: https://theposterdb.com/api/assets/113188 }
summary: "Hulu Original Shows" summary: "Hulu Original Shows"
visible_library: false visible_library: false
@ -399,7 +399,7 @@ collections:
ION: ION:
template: { name: Network, template: { name: Network,
network: "ION", network: ["ION"],
poster: https://theposterdb.com/api/assets/113191 } poster: https://theposterdb.com/api/assets/113191 }
summary: "Shows Aired on ION" summary: "Shows Aired on ION"
visible_library: false visible_library: false
@ -408,7 +408,7 @@ collections:
ITV: ITV:
template: { name: Network, template: { name: Network,
network: "ITV, ITV2, ITV3, ITV4, ITVBe, CITV", network: ["ITV", "ITV2", "ITV3", "ITV4", "ITVBe", "CITV"],
poster: https://theposterdb.com/api/assets/113192 } poster: https://theposterdb.com/api/assets/113192 }
summary: "Shows Aired on ITV" summary: "Shows Aired on ITV"
visible_library: false visible_library: false
@ -417,7 +417,7 @@ collections:
Lifetime: Lifetime:
template: { name: Network, template: { name: Network,
network: "Lifetime", network: ["Lifetime"],
poster: https://theposterdb.com/api/assets/113194 } poster: https://theposterdb.com/api/assets/113194 }
summary: "Shows Aired on Lifetime" summary: "Shows Aired on Lifetime"
visible_library: false visible_library: false
@ -426,7 +426,7 @@ collections:
MSNBC: MSNBC:
template: { name: Network, template: { name: Network,
network: "MSNBC", network: ["MSNBC"],
poster: https://theposterdb.com/api/assets/113199 } poster: https://theposterdb.com/api/assets/113199 }
summary: "Shows Aired on MSNBC" summary: "Shows Aired on MSNBC"
visible_library: false visible_library: false
@ -435,7 +435,7 @@ collections:
MTV: MTV:
template: { name: Network, template: { name: Network,
network: "MTV, MTV (AU/NZ), MTV (UK), MTV2, MTV3", network: ["MTV", "MTV (AU/NZ)", "MTV (UK)", "MTV2", "MTV3"],
poster: https://theposterdb.com/api/assets/113202 } poster: https://theposterdb.com/api/assets/113202 }
summary: "Shows Aired on MTV" summary: "Shows Aired on MTV"
visible_library: false visible_library: false
@ -444,7 +444,7 @@ collections:
National Geographic: National Geographic:
template: { name: Network, template: { name: Network,
network: "National Geographic, National Geographic (UK), National Geographic Brasil, National Geographic Channel, National Geographic Wild", network: ["National Geographic", "National Geographic (UK)", "National Geographic Brasil", "National Geographic Channel", "National Geographic Wild"],
poster: https://theposterdb.com/api/assets/113206 } poster: https://theposterdb.com/api/assets/113206 }
summary: "Shows Aired on National Geographic" summary: "Shows Aired on National Geographic"
visible_library: false visible_library: false
@ -453,7 +453,7 @@ collections:
NBC: NBC:
template: { name: Network, template: { name: Network,
network: "NBC", network: ["NBC"],
poster: https://theposterdb.com/api/assets/113217 } poster: https://theposterdb.com/api/assets/113217 }
summary: "Shows Aired on NBC" summary: "Shows Aired on NBC"
visible_library: false visible_library: false
@ -462,7 +462,7 @@ collections:
Netflix: Netflix:
template: { name: Network, template: { name: Network,
network: "Netflix", network: ["Netflix"],
poster: https://theposterdb.com/api/assets/113218 } poster: https://theposterdb.com/api/assets/113218 }
summary: "Netflix Original Shows" summary: "Netflix Original Shows"
visible_library: false visible_library: false
@ -471,7 +471,7 @@ collections:
Nickelodeon: Nickelodeon:
template: { name: Network, template: { name: Network,
network: "Nickelodeon", network: ["Nickelodeon"],
poster: https://theposterdb.com/api/assets/113231 } poster: https://theposterdb.com/api/assets/113231 }
summary: "Shows Aired on Nickelodeon" summary: "Shows Aired on Nickelodeon"
visible_library: false visible_library: false
@ -480,7 +480,7 @@ collections:
"Nick Jr.": "Nick Jr.":
template: { name: Network, template: { name: Network,
network: "Nick Jr.", network: ["Nick Jr."],
poster: https://theposterdb.com/api/assets/113227 } poster: https://theposterdb.com/api/assets/113227 }
summary: "Shows Aired on Nick Jr." summary: "Shows Aired on Nick Jr."
visible_library: false visible_library: false
@ -489,7 +489,7 @@ collections:
NickToons: NickToons:
template: { name: Network, template: { name: Network,
network: "Nicktoons", network: ["Nicktoons"],
poster: https://theposterdb.com/api/assets/113225 } poster: https://theposterdb.com/api/assets/113225 }
summary: "Shows Aired on NickToons" summary: "Shows Aired on NickToons"
visible_library: false visible_library: false
@ -498,7 +498,7 @@ collections:
TeenNick: TeenNick:
template: { name: Network, template: { name: Network,
network: "TeenNick", network: ["TeenNick"],
poster: https://theposterdb.com/api/assets/113228 } poster: https://theposterdb.com/api/assets/113228 }
summary: "Shows Aired on TeenNick" summary: "Shows Aired on TeenNick"
visible_library: false visible_library: false
@ -507,7 +507,7 @@ collections:
Oxygen: Oxygen:
template: { name: Network, template: { name: Network,
network: "Oxygen", network: ["Oxygen"],
poster: https://theposterdb.com/api/assets/113240 } poster: https://theposterdb.com/api/assets/113240 }
summary: "Shows Aired on Oxygen" summary: "Shows Aired on Oxygen"
visible_library: false visible_library: false
@ -516,7 +516,7 @@ collections:
PBS: PBS:
template: { name: Network, template: { name: Network,
network: "PBS, PBS Kids", network: ["PBS", "PBS Kids"],
poster: https://theposterdb.com/api/assets/113244 } poster: https://theposterdb.com/api/assets/113244 }
summary: "Shows Aired on PBS" summary: "Shows Aired on PBS"
visible_library: false visible_library: false
@ -525,7 +525,7 @@ collections:
Peacock: Peacock:
template: { name: Network, template: { name: Network,
network: "Peacock", network: ["Peacock"],
poster: https://theposterdb.com/api/assets/113217 } poster: https://theposterdb.com/api/assets/113217 }
summary: "Peacock Original Shows" summary: "Peacock Original Shows"
visible_library: false visible_library: false
@ -534,7 +534,7 @@ collections:
Prime Video: Prime Video:
template: { name: Network, template: { name: Network,
network: "Amazon, Amazon Prime Video, Prime Video", network: ["Amazon", "Amazon Prime Video", "Prime Video"],
poster: https://theposterdb.com/api/assets/113247 } poster: https://theposterdb.com/api/assets/113247 }
summary: "Prime Video Original Shows" summary: "Prime Video Original Shows"
visible_library: false visible_library: false
@ -543,7 +543,7 @@ collections:
Quibi: Quibi:
template: { name: Network, template: { name: Network,
network: "Quibi", network: ["Quibi"],
poster: https://theposterdb.com/api/assets/115020 } poster: https://theposterdb.com/api/assets/115020 }
summary: "Quibi Original Shows" summary: "Quibi Original Shows"
visible_library: false visible_library: false
@ -552,7 +552,7 @@ collections:
Showtime: Showtime:
template: { name: Network, template: { name: Network,
network: "Showtime", network: ["Showtime"],
poster: https://theposterdb.com/api/assets/113257 } poster: https://theposterdb.com/api/assets/113257 }
summary: "Shows Aired on Showtime" summary: "Shows Aired on Showtime"
visible_library: false visible_library: false
@ -561,7 +561,7 @@ collections:
Sky: Sky:
template: { name: Network, template: { name: Network,
network: "Sky 1, Sky Arts, Sky Atlantic, Sky Atlantic (UK), Sky Cinema, Sky Crime, Sky Documentaries, Sky Living, Sky Max, Sky Nature, Sky One, Sky Sports, Sky Two, Sky Witness, Sky1", network: ["Sky 1", "Sky Arts", "Sky Atlantic", "Sky Atlantic (UK)", "Sky Cinema", "Sky Crime", "Sky Documentaries", "Sky Living", "Sky Max", "Sky Nature", "Sky One", "Sky Sports", "Sky Two", "Sky Witness", "Sky1"],
poster: https://theposterdb.com/api/assets/255451 } poster: https://theposterdb.com/api/assets/255451 }
summary: "Shows Aired on Sky" summary: "Shows Aired on Sky"
visible_library: false visible_library: false
@ -570,7 +570,7 @@ collections:
Starz: Starz:
template: { name: Network, template: { name: Network,
network: "Starz, Starz Encore, Starz Play, StarzPlay", network: ["Starz", "Starz Encore", "Starz Play", "StarzPlay"],
poster: https://theposterdb.com/api/assets/113265 } poster: https://theposterdb.com/api/assets/113265 }
summary: "Shows Aired on Starz" summary: "Shows Aired on Starz"
visible_library: false visible_library: false
@ -579,7 +579,7 @@ collections:
SyFy: SyFy:
template: { name: Network, template: { name: Network,
network: "Syfy", network: ["Syfy"],
poster: https://theposterdb.com/api/assets/113269 } poster: https://theposterdb.com/api/assets/113269 }
summary: "Shows Aired on Syfy" summary: "Shows Aired on Syfy"
visible_library: false visible_library: false
@ -588,7 +588,7 @@ collections:
TBS: TBS:
template: { name: Network, template: { name: Network,
network: "TBS", network: ["TBS"],
poster: https://theposterdb.com/api/assets/113271 } poster: https://theposterdb.com/api/assets/113271 }
summary: "Shows Aired on TBS" summary: "Shows Aired on TBS"
visible_library: false visible_library: false
@ -597,7 +597,7 @@ collections:
TLC: TLC:
template: { name: Network, template: { name: Network,
network: "TLC", network: ["TLC"],
poster: https://theposterdb.com/api/assets/113274 } poster: https://theposterdb.com/api/assets/113274 }
summary: "Shows Aired on TLC" summary: "Shows Aired on TLC"
visible_library: false visible_library: false
@ -606,7 +606,7 @@ collections:
TNT: TNT:
template: { name: Network, template: { name: Network,
network: "TNT", network: ["TNT"],
poster: https://theposterdb.com/api/assets/113276 } poster: https://theposterdb.com/api/assets/113276 }
summary: "Shows Aired on TNT" summary: "Shows Aired on TNT"
visible_library: false visible_library: false
@ -615,7 +615,7 @@ collections:
TVLand: TVLand:
template: { name: Network, template: { name: Network,
network: "TV Land", network: ["TV Land"],
poster: https://theposterdb.com/api/assets/113284 } poster: https://theposterdb.com/api/assets/113284 }
summary: "Shows Aired on TVLand" summary: "Shows Aired on TVLand"
visible_library: false visible_library: false
@ -624,7 +624,7 @@ collections:
USA: USA:
template: { name: Network, template: { name: Network,
network: "USA Network", network: ["USA Network"],
poster: https://theposterdb.com/api/assets/113293 } poster: https://theposterdb.com/api/assets/113293 }
summary: "Shows Aired on USA" summary: "Shows Aired on USA"
visible_library: false visible_library: false
@ -633,7 +633,7 @@ collections:
"VH1": "VH1":
template: { name: Network, template: { name: Network,
network: "VH1", network: ["VH1"],
poster: https://theposterdb.com/api/assets/113294 } poster: https://theposterdb.com/api/assets/113294 }
summary: "Shows Aired on VH1" summary: "Shows Aired on VH1"
visible_library: false visible_library: false
@ -642,7 +642,7 @@ collections:
The WB: The WB:
template: { name: Network, template: { name: Network,
network: "The WB", network: ["The WB"],
poster: https://theposterdb.com/api/assets/113297 } poster: https://theposterdb.com/api/assets/113297 }
summary: "Shows Aired on The WB" summary: "Shows Aired on The WB"
visible_library: false visible_library: false
@ -651,7 +651,7 @@ collections:
YouTube: YouTube:
template: { name: Network, template: { name: Network,
network: "YouTube, YouTube Premium", network: ["YouTube", "YouTube Premium"],
poster: https://theposterdb.com/api/assets/113301 } poster: https://theposterdb.com/api/assets/113301 }
summary: "YouTube Original Shows" summary: "YouTube Original Shows"
visible_library: false visible_library: false