- Use list rather than comma-separated for studios (required) and networks
This commit is contained in:
		| @ -6,9 +6,10 @@ collections: | ||||
|   ### Studios | ||||
|   # 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) | ||||
|   # studio: Must take a [] list for multiple values (not comma separated) | ||||
|   "1492": | ||||
|     template: { name: Studio, | ||||
|                 studio: "1492 Pictures", | ||||
|                 studio: ["1492 Pictures"], | ||||
|                 poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/studio/1492%20Pictures.jpg } | ||||
|     summary: "1492 Pictures" | ||||
|     visible_library: false | ||||
| @ -17,7 +18,7 @@ collections: | ||||
|  | ||||
|   "20th Century Animation": | ||||
|     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 } | ||||
|     summary: "20th Century Animation" | ||||
|     visible_library: false | ||||
| @ -26,7 +27,7 @@ collections: | ||||
|  | ||||
|   "20th Century Studios": | ||||
|     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 } | ||||
|     summary: "20th Century Studios" | ||||
|     visible_library: false | ||||
| @ -35,7 +36,7 @@ collections: | ||||
|  | ||||
|   "3 Arts": | ||||
|     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 } | ||||
|     summary: "3 Arts Entertainment" | ||||
|     visible_library: false | ||||
| @ -44,7 +45,7 @@ collections: | ||||
|  | ||||
|   A24: | ||||
|     template: { name: Studio, | ||||
|                 studio: "A24", | ||||
|                 studio: ["A24"], | ||||
|                 poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/studio/A24.jpg } | ||||
|     summary: "A24 Films" | ||||
|     visible_library: false | ||||
| @ -53,7 +54,7 @@ collections: | ||||
|  | ||||
|   "Aardman": | ||||
|     template: { name: Studio, | ||||
|                 studio: "Aardman", | ||||
|                 studio: ["Aardman"], | ||||
|                 poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/studio/Aardman.jpg } | ||||
|     summary: "Aardman" | ||||
|     visible_library: false | ||||
| @ -62,7 +63,7 @@ collections: | ||||
|  | ||||
|   "Amblin": | ||||
|     template: { name: Studio, | ||||
|                 studio: "Amblin Entertainment", | ||||
|                 studio: ["Amblin Entertainment"], | ||||
|                 poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/studio/Amblin%20Entertainment.jpg } | ||||
|     summary: "Amblin Entertainment" | ||||
|     visible_library: false | ||||
| @ -71,7 +72,7 @@ collections: | ||||
|  | ||||
|   "Annapurna": | ||||
|     template: { name: Studio, | ||||
|                 studio: "Annapurna Pictures", | ||||
|                 studio: ["Annapurna Pictures"], | ||||
|                 poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/studio/Annapurna%20Pictures.jpg } | ||||
|     summary: "Annapurna Pictures" | ||||
|     visible_library: false | ||||
| @ -80,7 +81,7 @@ collections: | ||||
|  | ||||
|   "Artisan": | ||||
|     template: { name: Studio, | ||||
|                 studio: "Artisan Entertainment", | ||||
|                 studio: ["Artisan Entertainment"], | ||||
|                 poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/studio/Artisan%20Entertainment.jpg } | ||||
|     summary: "Artisan Entertainment" | ||||
|     visible_library: false | ||||
| @ -89,7 +90,7 @@ collections: | ||||
|  | ||||
|   "Atlas": | ||||
|     template: { name: Studio, | ||||
|                 studio: "Atlas Entertainment", | ||||
|                 studio: ["Atlas Entertainment"], | ||||
|                 poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/studio/Atlas%20Entertainment.jpg } | ||||
|     summary: "Atlas Entertainment" | ||||
|     visible_library: false | ||||
| @ -98,7 +99,7 @@ collections: | ||||
|  | ||||
|   "Bad Robot": | ||||
|     template: { name: Studio, | ||||
|                 studio: "Bad Robot", | ||||
|                 studio: ["Bad Robot"], | ||||
|                 poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/studio/Bad%20Robot.jpg } | ||||
|     summary: "Bad Robot Productions" | ||||
|     visible_library: false | ||||
| @ -107,7 +108,7 @@ collections: | ||||
|  | ||||
|   "Bad Wolf": | ||||
|     template: { name: Studio, | ||||
|                 studio: "Bad Wolf", | ||||
|                 studio: ["Bad Wolf"], | ||||
|                 poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/studio/Bad%20Wolf.jpg } | ||||
|     summary: "Bad Wolf" | ||||
|     visible_library: false | ||||
| @ -116,7 +117,7 @@ collections: | ||||
|  | ||||
|   "BBC Studios": | ||||
|     template: { name: Studio, | ||||
|                 studio: "BBC Studios", | ||||
|                 studio: ["BBC Studios"], | ||||
|                 poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/studio/BBC%20Studios.jpg } | ||||
|     summary: "BBC Studios" | ||||
|     visible_library: false | ||||
| @ -125,7 +126,7 @@ collections: | ||||
|  | ||||
|   "Bleecker Street": | ||||
|     template: { name: Studio, | ||||
|                 studio: "Bleecker Street", | ||||
|                 studio: ["Bleecker Street"], | ||||
|                 poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/studio/Bleecker%20Street.jpg } | ||||
|     summary: "Bleecker Street" | ||||
|     visible_library: false | ||||
| @ -134,7 +135,7 @@ collections: | ||||
|  | ||||
|   "Blue Sky": | ||||
|     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 } | ||||
|     summary: "Blue Sky Studios" | ||||
|     visible_library: false | ||||
| @ -143,7 +144,7 @@ collections: | ||||
|  | ||||
|   "Blumhouse": | ||||
|     template: { name: Studio, | ||||
|                 studio: "Blumhouse Productions", | ||||
|                 studio: ["Blumhouse Productions"], | ||||
|                 poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/studio/Blumhouse%20Productions.jpg } | ||||
|     summary: "Blumhouse Productions" | ||||
|     visible_library: false | ||||
| @ -152,7 +153,7 @@ collections: | ||||
|  | ||||
|   "Blur": | ||||
|     template: { name: Studio, | ||||
|                 studio: "Blur Studio", | ||||
|                 studio: ["Blur Studio"], | ||||
|                 poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/studio/Blur%20Studio.jpg } | ||||
|     summary: "Blur Studio" | ||||
|     visible_library: false | ||||
| @ -161,7 +162,7 @@ collections: | ||||
|  | ||||
|   "Castle Rock": | ||||
|     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 } | ||||
|     summary: "Castle Rock Entertainment" | ||||
|     visible_library: false | ||||
| @ -170,7 +171,7 @@ collections: | ||||
|  | ||||
|   "Chernin": | ||||
|     template: { name: Studio, | ||||
|                 studio: "Chernin Entertainment", | ||||
|                 studio: ["Chernin Entertainment"], | ||||
|                 poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/studio/Chernin%20Entertainment.jpg } | ||||
|     summary: "Chernin Entertainment" | ||||
|     visible_library: false | ||||
| @ -179,7 +180,7 @@ collections: | ||||
|  | ||||
|   "Columbia Pictures": | ||||
|     template: { name: Studio, | ||||
|                 studio: "Columbia Pictures", | ||||
|                 studio: ["Columbia Pictures"], | ||||
|                 poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/studio/Columbia%20Pictures.jpg } | ||||
|     summary: "Columbia Pictures" | ||||
|     visible_library: false | ||||
| @ -188,7 +189,7 @@ collections: | ||||
|  | ||||
|   "DC Comics": | ||||
|     template: { name: Studio, | ||||
|                 studio: "DC Comics", | ||||
|                 studio: ["DC Comics"], | ||||
|                 poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/studio/DC%20Comics.jpg } | ||||
|     summary: "DC Comics" | ||||
|     visible_library: false | ||||
| @ -197,7 +198,7 @@ collections: | ||||
|  | ||||
|   "DreamWorks": | ||||
|     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 } | ||||
|     summary: "DreamWorks" | ||||
|     visible_library: false | ||||
| @ -206,7 +207,7 @@ collections: | ||||
|  | ||||
|   "e0ne": | ||||
|     template: { name: Studio, | ||||
|                 studio: "Entertainment One", | ||||
|                 studio: ["Entertainment One"], | ||||
|                 poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/studio/Entertainment%20One.jpg } | ||||
|     summary: "e0ne" | ||||
|     visible_library: false | ||||
| @ -215,7 +216,7 @@ collections: | ||||
|  | ||||
|   "Everest": | ||||
|     template: { name: Studio, | ||||
|                 studio: "Everest Entertainment", | ||||
|                 studio: ["Everest Entertainment"], | ||||
|                 poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/studio/Everest%20Entertainment.jpg } | ||||
|     summary: "Everest Entertainment" | ||||
|     visible_library: false | ||||
| @ -224,7 +225,7 @@ collections: | ||||
|  | ||||
|   "Focus Features": | ||||
|     template: { name: Studio, | ||||
|                 studio: "Focus Features", | ||||
|                 studio: ["Focus Features"], | ||||
|                 poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/studio/Focus%20Features.jpg } | ||||
|     summary: "Focus Features" | ||||
|     visible_library: false | ||||
| @ -233,7 +234,7 @@ collections: | ||||
|  | ||||
|   "Gary Sanchez": | ||||
|     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 } | ||||
|     summary: "Gary Sanchez Productions" | ||||
|     visible_library: false | ||||
| @ -242,7 +243,7 @@ collections: | ||||
|  | ||||
|   "Gracie Films": | ||||
|     template: { name: Studio, | ||||
|                 studio: "Gracie Films", | ||||
|                 studio: ["Gracie Films"], | ||||
|                 poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/studio/Gracie%20Films.jpg } | ||||
|     summary: "Gracie Films" | ||||
|     visible_library: false | ||||
| @ -251,7 +252,7 @@ collections: | ||||
|  | ||||
|   "HBO": | ||||
|     template: { name: Studio, | ||||
|                 studio: "HBO", | ||||
|                 studio: ["HBO"], | ||||
|                 poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/studio/HBO.jpg } | ||||
|     summary: "HBO" | ||||
|     visible_library: false | ||||
| @ -260,7 +261,7 @@ collections: | ||||
|  | ||||
|   "Hallmark": | ||||
|     template: { name: Studio, | ||||
|                 studio: "Hallmark", | ||||
|                 studio: ["Hallmark"], | ||||
|                 poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/studio/Hallmark.jpg } | ||||
|     summary: "Hallmark" | ||||
|     visible_library: false | ||||
| @ -269,7 +270,7 @@ collections: | ||||
|  | ||||
|   "Hasbro": | ||||
|     template: { name: Studio, | ||||
|                 studio: "Hasbro", | ||||
|                 studio: ["Hasbro"], | ||||
|                 poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/studio/Hasbro.jpg } | ||||
|     summary: "Hasbro" | ||||
|     visible_library: false | ||||
| @ -278,7 +279,7 @@ collections: | ||||
|  | ||||
|   "IFC Films": | ||||
|     template: { name: Studio, | ||||
|                 studio: "IFC Films", | ||||
|                 studio: ["IFC Films"], | ||||
|                 poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/studio/IFC%20Films.jpg } | ||||
|     summary: "IFC Films" | ||||
|     visible_library: false | ||||
| @ -287,7 +288,7 @@ collections: | ||||
|  | ||||
|   "Illumination": | ||||
|     template: { name: Studio, | ||||
|                 studio: "Illumination Entertainment", | ||||
|                 studio: ["Illumination Entertainment"], | ||||
|                 poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/studio/Illumination%20Entertainment.jpg } | ||||
|     summary: "Illumination Entertainment" | ||||
|     visible_library: false | ||||
| @ -296,7 +297,7 @@ collections: | ||||
|  | ||||
|   "Legendary": | ||||
|     template: { name: Studio, | ||||
|                 studio: "Legendary Pictures", | ||||
|                 studio: ["Legendary Pictures"], | ||||
|                 poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/studio/Legendary%20Pictures.jpg } | ||||
|     summary: "Legendary Pictures" | ||||
|     visible_library: false | ||||
| @ -305,7 +306,7 @@ collections: | ||||
|  | ||||
|   "Lifetime": | ||||
|     template: { name: Studio, | ||||
|                 studio: "Lifetime", | ||||
|                 studio: ["Lifetime"], | ||||
|                 poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/studio/Lifetime.jpg } | ||||
|     summary: "Lifetime" | ||||
|     visible_library: false | ||||
| @ -314,7 +315,7 @@ collections: | ||||
|  | ||||
|   "Lionsgate": | ||||
|     template: { name: Studio, | ||||
|                 studio: "Lionsgate", | ||||
|                 studio: ["Lionsgate"], | ||||
|                 poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/studio/Lionsgate.jpg } | ||||
|     summary: "Lionsgate" | ||||
|     visible_library: false | ||||
| @ -323,7 +324,7 @@ collections: | ||||
|  | ||||
|   "Lord Miller": | ||||
|     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 } | ||||
|     summary: "Lord Miller Productions" | ||||
|     visible_library: false | ||||
| @ -332,7 +333,7 @@ collections: | ||||
|  | ||||
|   "Lucasfilm": | ||||
|     template: { name: Studio, | ||||
|                 studio: "Lucasfilm Ltd", | ||||
|                 studio: ["Lucasfilm Ltd"], | ||||
|                 poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/studio/Lucasfilm%20Ltd.jpg } | ||||
|     summary: "Lucasfilm Ltd" | ||||
|     visible_library: false | ||||
| @ -341,7 +342,7 @@ collections: | ||||
|  | ||||
|   "Marv": | ||||
|     template: { name: Studio, | ||||
|                 studio: "Marv Films", | ||||
|                 studio: ["Marv Films"], | ||||
|                 poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/studio/Marv%20Films.jpg } | ||||
|     summary: "Marv Films" | ||||
|     visible_library: false | ||||
| @ -350,7 +351,7 @@ collections: | ||||
|  | ||||
|   "Marvel Animation": | ||||
|     template: { name: Studio, | ||||
|                 studio: "Marvel Animation", | ||||
|                 studio: ["Marvel Animation"], | ||||
|                 poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/studio/Marvel%20Animation.jpg } | ||||
|     summary: "Marvel Animation" | ||||
|     visible_library: false | ||||
| @ -359,7 +360,7 @@ collections: | ||||
|  | ||||
|   "Marvel Studios": | ||||
|     template: { name: Studio, | ||||
|                 studio: "Marvel Studios", | ||||
|                 studio: ["Marvel Studios"], | ||||
|                 poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/studio/Marvel%20Studios.jpg } | ||||
|     summary: "Marvel Studios" | ||||
|     visible_library: false | ||||
| @ -368,7 +369,7 @@ collections: | ||||
|  | ||||
|   "MGM": | ||||
|     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 } | ||||
|     summary: "Metro-Goldwyn-Mayer" | ||||
|     visible_library: false | ||||
| @ -377,7 +378,7 @@ collections: | ||||
|  | ||||
|   "Millennium": | ||||
|     template: { name: Studio, | ||||
|                 studio: "Millennium Films", | ||||
|                 studio: ["Millennium Films"], | ||||
|                 poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/studio/Millennium%20Films.jpg } | ||||
|     summary: "Millennium Films" | ||||
|     visible_library: false | ||||
| @ -386,7 +387,7 @@ collections: | ||||
|  | ||||
|   "Miramax": | ||||
|     template: { name: Studio, | ||||
|                 studio: "Miramax", | ||||
|                 studio: ["Miramax"], | ||||
|                 poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/studio/Miramax.jpg } | ||||
|     summary: "Miramax" | ||||
|     visible_library: false | ||||
| @ -395,7 +396,7 @@ collections: | ||||
|  | ||||
|   "Neon": | ||||
|     template: { name: Studio, | ||||
|                 studio: "Neon", | ||||
|                 studio: ["Neon"], | ||||
|                 poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/studio/NEON.jpg } | ||||
|     summary: "Neon" | ||||
|     visible_library: false | ||||
| @ -404,7 +405,7 @@ collections: | ||||
|  | ||||
|   "Netflix": | ||||
|     template: { name: Studio, | ||||
|                 studio: "Netflix", | ||||
|                 studio: ["Netflix"], | ||||
|                 poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/studio/Netflix.jpg } | ||||
|     summary: "Netflix" | ||||
|     visible_library: false | ||||
| @ -413,7 +414,7 @@ collections: | ||||
|  | ||||
|   "New Line": | ||||
|     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 } | ||||
|     summary: "New Line Cinema" | ||||
|     visible_library: false | ||||
| @ -422,7 +423,7 @@ collections: | ||||
|  | ||||
|   "Nickelodeon Animation": | ||||
|     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 } | ||||
|     summary: "Nickelodeon Animation Studio" | ||||
|     visible_library: false | ||||
| @ -431,7 +432,7 @@ collections: | ||||
|  | ||||
|   "Open Road": | ||||
|     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 } | ||||
|     summary: "Open Road Films" | ||||
|     visible_library: false | ||||
| @ -440,7 +441,7 @@ collections: | ||||
|  | ||||
|   "Original Film": | ||||
|     template: { name: Studio, | ||||
|                 studio: "Original Film", | ||||
|                 studio: ["Original Film"], | ||||
|                 poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/studio/Original%20Film.jpg } | ||||
|     summary: "Original Film" | ||||
|     visible_library: false | ||||
| @ -449,7 +450,7 @@ collections: | ||||
|  | ||||
|   "Orion": | ||||
|     template: { name: Studio, | ||||
|                 studio: "Orion Pictures", | ||||
|                 studio: ["Orion Pictures"], | ||||
|                 poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/studio/Orion%20Pictures.jpg } | ||||
|     summary: "Orion Pictures" | ||||
|     visible_library: false | ||||
| @ -458,7 +459,7 @@ collections: | ||||
|  | ||||
|   "Paramount Animation": | ||||
|     template: { name: Studio, | ||||
|                 studio: "Paramount Animation", | ||||
|                 studio: ["Paramount Animation"], | ||||
|                 poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/studio/Paramount%20Animation.jpg } | ||||
|     summary: "Paramount Animation" | ||||
|     visible_library: false | ||||
| @ -467,7 +468,7 @@ collections: | ||||
|  | ||||
|   "Paramount": | ||||
|     template: { name: Studio, | ||||
|                 studio: "Paramount Pictures", | ||||
|                 studio: ["Paramount Pictures"], | ||||
|                 poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/studio/Paramount%20Pictures.jpg } | ||||
|     summary: "Paramount Pictures" | ||||
|     visible_library: false | ||||
| @ -476,7 +477,7 @@ collections: | ||||
|  | ||||
|   "Pixar": | ||||
|     template: { name: Studio, | ||||
|                 studio: "Pixar", | ||||
|                 studio: ["Pixar"], | ||||
|                 poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/studio/Pixar.jpg } | ||||
|     summary: "Pixar Animation Studios" | ||||
|     visible_library: false | ||||
| @ -485,7 +486,7 @@ collections: | ||||
|  | ||||
|   "Plan B": | ||||
|     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 } | ||||
|     summary: "Plan B Entertainment" | ||||
|     visible_library: false | ||||
| @ -494,7 +495,7 @@ collections: | ||||
|  | ||||
|   "PlayStation": | ||||
|     template: { name: Studio, | ||||
|                 studio: "PlayStation Productions", | ||||
|                 studio: ["PlayStation Productions"], | ||||
|                 poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/studio/PlayStation%20Productions.jpg } | ||||
|     summary: "PlayStation Productions" | ||||
|     visible_library: false | ||||
| @ -503,7 +504,7 @@ collections: | ||||
|  | ||||
|   "Playtone": | ||||
|     template: { name: Studio, | ||||
|                 studio: "Playtone", | ||||
|                 studio: ["Playtone"], | ||||
|                 poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/studio/Playtone.jpg } | ||||
|     summary: "Playtone" | ||||
|     visible_library: false | ||||
| @ -512,7 +513,7 @@ collections: | ||||
|  | ||||
|   "Rankin/Bass": | ||||
|     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 } | ||||
|     summary: "Rankin/Bass Productions" | ||||
|     visible_library: false | ||||
| @ -521,7 +522,7 @@ collections: | ||||
|  | ||||
|   "RatPac": | ||||
|     template: { name: Studio, | ||||
|                 studio: "RatPac Entertainment", | ||||
|                 studio: ["RatPac Entertainment"], | ||||
|                 poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/studio/RatPac%20Entertainment.jpg } | ||||
|     summary: "RatPac Entertainment" | ||||
|     visible_library: false | ||||
| @ -530,7 +531,7 @@ collections: | ||||
|  | ||||
|   "Regency": | ||||
|     template: { name: Studio, | ||||
|                 studio: "Regency Pictures", | ||||
|                 studio: ["Regency Pictures"], | ||||
|                 poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/studio/Regency%20Pictures.jpg } | ||||
|     summary: "Regency Pictures" | ||||
|     visible_library: false | ||||
| @ -539,7 +540,7 @@ collections: | ||||
|  | ||||
|   "See-Saw": | ||||
|     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 } | ||||
|     summary: "See-Saw Films" | ||||
|     visible_library: false | ||||
| @ -548,7 +549,7 @@ collections: | ||||
|  | ||||
|   "Showtime": | ||||
|     template: { name: Studio, | ||||
|                 studio: "Showtime Networks", | ||||
|                 studio: ["Showtime Networks"], | ||||
|                 poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/studio/Showtime%20Networks.jpg } | ||||
|     summary: "Showtime Networks" | ||||
|     visible_library: false | ||||
| @ -557,7 +558,7 @@ collections: | ||||
|  | ||||
|   "Sky": | ||||
|     template: { name: Studio, | ||||
|                 studio: "Sky studios", | ||||
|                 studio: ["Sky studios"], | ||||
|                 poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/studio/Sky%20studios.jpg } | ||||
|     summary: "Sky Studios" | ||||
|     visible_library: false | ||||
| @ -566,7 +567,7 @@ collections: | ||||
|  | ||||
|   "Skydance": | ||||
|     template: { name: Studio, | ||||
|                 studio: "Skydance", | ||||
|                 studio: ["Skydance"], | ||||
|                 poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/studio/Skydance.jpg } | ||||
|     summary: "Skydance" | ||||
|     visible_library: false | ||||
| @ -575,7 +576,7 @@ collections: | ||||
|  | ||||
|   "Sony Pictures Animation": | ||||
|     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 } | ||||
|     summary: "Sony Pictures Animation" | ||||
|     visible_library: false | ||||
| @ -584,7 +585,7 @@ collections: | ||||
|  | ||||
|   "Sony Pictures": | ||||
|     template: { name: Studio, | ||||
|                 studio: "Sony Pictures", | ||||
|                 studio: ["Sony Pictures"], | ||||
|                 poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/studio/Sony%20Pictures.jpg } | ||||
|     summary: "Sony Pictures" | ||||
|     visible_library: false | ||||
| @ -593,7 +594,7 @@ collections: | ||||
|  | ||||
|   "Spyglass": | ||||
|     template: { name: Studio, | ||||
|                 studio: "Spyglass Entertainment", | ||||
|                 studio: ["Spyglass Entertainment"], | ||||
|                 poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/studio/Spyglass%20Entertainment.jpg } | ||||
|     summary: "Spyglass Entertainment" | ||||
|     visible_library: false | ||||
| @ -602,7 +603,7 @@ collections: | ||||
|  | ||||
|   "Square Enix": | ||||
|     template: { name: Studio, | ||||
|                 studio: "Square Enix", | ||||
|                 studio: ["Square Enix"], | ||||
|                 poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/studio/Square%20Enix.jpg } | ||||
|     summary: "Square Enix" | ||||
|     visible_library: false | ||||
| @ -611,7 +612,7 @@ collections: | ||||
|  | ||||
|   "Studio Ghilbi": | ||||
|     template: { name: Studio, | ||||
|                 studio: "Studio Ghibli", | ||||
|                 studio: ["Studio Ghibli"], | ||||
|                 poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/studio/Studio%20Ghibli.jpg } | ||||
|     summary: "Studio Ghibli" | ||||
|     visible_library: false | ||||
| @ -620,7 +621,7 @@ collections: | ||||
|  | ||||
|   "STX": | ||||
|     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 } | ||||
|     summary: "STX Entertainment" | ||||
|     visible_library: false | ||||
| @ -629,7 +630,7 @@ collections: | ||||
|  | ||||
|   "Summit": | ||||
|     template: { name: Studio, | ||||
|                 studio: "Summit Entertainment", | ||||
|                 studio: ["Summit Entertainment"], | ||||
|                 poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/studio/Summit%20Entertainment.jpg } | ||||
|     summary: "Summit Entertainment" | ||||
|     visible_library: false | ||||
| @ -638,7 +639,7 @@ collections: | ||||
|  | ||||
|   "Syfy": | ||||
|     template: { name: Studio, | ||||
|                 studio: "Syfy", | ||||
|                 studio: ["Syfy"], | ||||
|                 poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/studio/Syfy.jpg } | ||||
|     summary: "Syfy" | ||||
|     visible_library: false | ||||
| @ -647,7 +648,7 @@ collections: | ||||
|  | ||||
|   "Syncopy": | ||||
|     template: { name: Studio, | ||||
|                 studio: "Syncopy", | ||||
|                 studio: ["Syncopy"], | ||||
|                 poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/studio/Syncopy.jpg } | ||||
|     summary: "Syncopy" | ||||
|     visible_library: false | ||||
| @ -656,7 +657,7 @@ collections: | ||||
|  | ||||
|   "The Cat in the Hat Productions": | ||||
|     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 } | ||||
|     summary: "The Cat in the Hat Productions" | ||||
|     visible_library: false | ||||
| @ -665,7 +666,7 @@ collections: | ||||
|  | ||||
|   "The Jim Henson Company": | ||||
|     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 } | ||||
|     summary: "The Jim Henson Company" | ||||
|     visible_library: false | ||||
| @ -674,7 +675,7 @@ collections: | ||||
|  | ||||
|   "The Weinstein Company": | ||||
|     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 } | ||||
|     summary: "The Weinstein Company" | ||||
|     visible_library: false | ||||
| @ -683,7 +684,7 @@ collections: | ||||
|  | ||||
|   "Thunder Road": | ||||
|     template: { name: Studio, | ||||
|                 studio: "Thunder Road", | ||||
|                 studio: ["Thunder Road"], | ||||
|                 poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/studio/Thunder%20Road.jpg } | ||||
|     summary: "Thunder Road" | ||||
|     visible_library: false | ||||
| @ -692,7 +693,7 @@ collections: | ||||
|  | ||||
|   "Tim Burton Productions": | ||||
|     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 } | ||||
|     summary: "Tim Burton Productions" | ||||
|     visible_library: false | ||||
| @ -701,7 +702,7 @@ collections: | ||||
|  | ||||
|   "Toho": | ||||
|     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 } | ||||
|     summary: "Toho" | ||||
|     visible_library: false | ||||
| @ -710,7 +711,7 @@ collections: | ||||
|  | ||||
|   "Touchstone": | ||||
|     template: { name: Studio, | ||||
|                 studio: "Touchstone Pictures", | ||||
|                 studio: ["Touchstone Pictures"], | ||||
|                 poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/studio/Touchstone%20Pictures.jpg } | ||||
|     summary: "Touchstone Pictures" | ||||
|     visible_library: false | ||||
| @ -719,7 +720,7 @@ collections: | ||||
|  | ||||
|   "TriStar": | ||||
|     template: { name: Studio, | ||||
|                 studio: "TriStar Pictures", | ||||
|                 studio: ["TriStar Pictures"], | ||||
|                 poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/studio/TriStar%20Pictures.jpg } | ||||
|     summary: "TriStar Pictures" | ||||
|     visible_library: false | ||||
| @ -728,7 +729,7 @@ collections: | ||||
|  | ||||
|   "Tribeca": | ||||
|     template: { name: Studio, | ||||
|                 studio: "Tribeca Productions", | ||||
|                 studio: ["Tribeca Productions"], | ||||
|                 poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/studio/Tribeca%20Productions.jpg } | ||||
|     summary: "Tribeca Productions" | ||||
|     visible_library: false | ||||
| @ -737,7 +738,7 @@ collections: | ||||
|  | ||||
|   "TSG Entertainment": | ||||
|     template: { name: Studio, | ||||
|                 studio: "TSG Entertainment", | ||||
|                 studio: ["TSG Entertainment"], | ||||
|                 poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/studio/TSG%20Entertainment.jpg } | ||||
|     summary: "TSG Entertainment" | ||||
|     visible_library: false | ||||
| @ -746,7 +747,7 @@ collections: | ||||
|  | ||||
|   "Twisted Pictures": | ||||
|     template: { name: Studio, | ||||
|                 studio: "Twisted Pictures", | ||||
|                 studio: ["Twisted Pictures"], | ||||
|                 poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/studio/Twisted%20Pictures.jpg } | ||||
|     summary: "Twisted Pictures" | ||||
|     visible_library: false | ||||
| @ -755,7 +756,7 @@ collections: | ||||
|  | ||||
|   "United Artists": | ||||
|     template: { name: Studio, | ||||
|                 studio: "United Artists", | ||||
|                 studio: ["United Artists"], | ||||
|                 poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/studio/United%20Artists.jpg } | ||||
|     summary: "United Artists" | ||||
|     visible_library: false | ||||
| @ -764,7 +765,7 @@ collections: | ||||
|  | ||||
|   "Universal Animation": | ||||
|     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 } | ||||
|     summary: "Universal Animation Studios" | ||||
|     visible_library: false | ||||
| @ -773,7 +774,7 @@ collections: | ||||
|  | ||||
|   "Universal": | ||||
|     template: { name: Studio, | ||||
|                 studio: "Universal Pictures", | ||||
|                 studio: ["Universal Pictures"], | ||||
|                 poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/studio/Universal%20Pictures.jpg } | ||||
|     summary: "Universal Pictures" | ||||
|     visible_library: false | ||||
| @ -782,7 +783,7 @@ collections: | ||||
|  | ||||
|   "Village Roadshow": | ||||
|     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 } | ||||
|     summary: "Village Roadshow Pictures" | ||||
|     visible_library: false | ||||
| @ -791,7 +792,7 @@ collections: | ||||
|  | ||||
|   "Walden": | ||||
|     template: { name: Studio, | ||||
|                 studio: "Walden Media", | ||||
|                 studio: ["Walden Media"], | ||||
|                 poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/studio/Walden%20Media.jpg } | ||||
|     summary: "Walden Media" | ||||
|     visible_library: false | ||||
| @ -800,7 +801,7 @@ collections: | ||||
|  | ||||
|   "Walt Disney Animation": | ||||
|     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 } | ||||
|     summary: "Walt Disney Animation Studios" | ||||
|     visible_library: false | ||||
| @ -809,7 +810,7 @@ collections: | ||||
|  | ||||
|   "Walt Disney": | ||||
|     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 } | ||||
|     summary: "Walt Disney Pictures" | ||||
|     visible_library: false | ||||
| @ -818,7 +819,7 @@ collections: | ||||
|  | ||||
|   "Warner Animation Group": | ||||
|     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 } | ||||
|     summary: "Warner Animation Group" | ||||
|     visible_library: false | ||||
| @ -827,7 +828,7 @@ collections: | ||||
|  | ||||
|   "Warner Bros.": | ||||
|     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 } | ||||
|     summary: "Warner Bros. Pictures" | ||||
|     visible_library: false | ||||
| @ -836,7 +837,7 @@ collections: | ||||
|  | ||||
|   "Williams Street": | ||||
|     template: { name: Studio, | ||||
|                 studio: "Williams Street", | ||||
|                 studio: ["Williams Street"], | ||||
|                 poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/studio/Williams%20Street.jpg } | ||||
|     summary: "Williams Street" | ||||
|     visible_library: false | ||||
|  | ||||
| @ -12,7 +12,7 @@ collections: | ||||
|   # Streaming sites get "X Original Shows", while traditional networks get "Shows Aired on X" | ||||
|   A&E: | ||||
|     template: { name: Network, | ||||
|                 network: "A&E", | ||||
|                 network: ["A&E"], | ||||
|                 poster: https://theposterdb.com/api/assets/113113 } | ||||
|     summary: "Shows Aired on A&E" | ||||
|     visible_library: false | ||||
| @ -21,7 +21,7 @@ collections: | ||||
|  | ||||
|   "ABC (US)": # use quotes to avoid yaml parsing issues | ||||
|     template: { name: Network, | ||||
|                 network: "ABC, ABS (US)", | ||||
|                 network: ["ABC", "ABS (US)"], | ||||
|                 poster: https://theposterdb.com/api/assets/113115 } | ||||
|     summary: "Shows Aired on ABC (US)" | ||||
|     visible_library: false | ||||
| @ -30,7 +30,7 @@ collections: | ||||
|  | ||||
|   ABC Family: | ||||
|     template: { name: Network, | ||||
|                 network: "ABC Family", | ||||
|                 network: ["ABC Family"], | ||||
|                 poster: https://theposterdb.com/api/assets/113114 } | ||||
|     summary: "Shows Aired on ABC Family" | ||||
|     visible_library: false | ||||
| @ -39,7 +39,7 @@ collections: | ||||
|  | ||||
|   Adult Swim: | ||||
|     template: { name: Network, | ||||
|                 network: "Adult Swim", | ||||
|                 network: ["Adult Swim"], | ||||
|                 poster: https://theposterdb.com/api/assets/113116 } | ||||
|     summary: "Shows Aired on Adult Swim" | ||||
|     visible_library: false | ||||
| @ -48,7 +48,7 @@ collections: | ||||
|  | ||||
|   AMC: | ||||
|     template: { name: Network, | ||||
|                 network: "AMC, AMC+", | ||||
|                 network: ["AMC", "AMC+"], | ||||
|                 poster: https://theposterdb.com/api/assets/113118 } | ||||
|     summary: "Shows Aired on AMC" | ||||
|     visible_library: false | ||||
| @ -57,7 +57,7 @@ collections: | ||||
|  | ||||
|   Animal Planet: | ||||
|     template: { name: Network, | ||||
|                 network: "Animal Planet", | ||||
|                 network: ["Animal Planet"], | ||||
|                 poster: https://theposterdb.com/api/assets/113119 } | ||||
|     summary: "Shows Aired on Animal Planet" | ||||
|     visible_library: false | ||||
| @ -66,7 +66,7 @@ collections: | ||||
|  | ||||
|   "Apple TV+": | ||||
|     template: { name: Network, | ||||
|                 network: "Apple TV+, Apple Music", | ||||
|                 network: ["Apple TV+", "Apple Music"], | ||||
|                 poster: https://theposterdb.com/api/assets/113121 } | ||||
|     summary: "Apple TV+ Original Shows" | ||||
|     visible_library: false | ||||
| @ -75,7 +75,7 @@ collections: | ||||
|  | ||||
|   BBC: | ||||
|     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 } | ||||
|     summary: "Shows Aired on BBC" | ||||
|     visible_library: false | ||||
| @ -84,7 +84,7 @@ collections: | ||||
|  | ||||
|   BBC One: | ||||
|     template: { name: Network, | ||||
|                 network: "BBC One", | ||||
|                 network: ["BBC One"], | ||||
|                 poster: https://theposterdb.com/api/assets/113128 } | ||||
|     summary: "Shows Aired on BBC One" | ||||
|     visible_library: false | ||||
| @ -93,7 +93,7 @@ collections: | ||||
|  | ||||
|   BBC Two: | ||||
|     template: { name: Network, | ||||
|                 network: "BBC Two", | ||||
|                 network: ["BBC Two"], | ||||
|                 poster: https://theposterdb.com/api/assets/113130 } | ||||
|     summary: "Shows Aired on BBC Two" | ||||
|     visible_library: false | ||||
| @ -102,7 +102,7 @@ collections: | ||||
|  | ||||
|   BBC Three: | ||||
|     template: { name: Network, | ||||
|                 network: "BBC Three", | ||||
|                 network: ["BBC Three"], | ||||
|                 poster: https://theposterdb.com/api/assets/113129 } | ||||
|     summary: "Shows Aired on BBC Three" | ||||
|     visible_library: false | ||||
| @ -111,7 +111,7 @@ collections: | ||||
|  | ||||
|   BBC Four: | ||||
|     template: { name: Network, | ||||
|                 network: "BBC Four", | ||||
|                 network: ["BBC Four"], | ||||
|                 poster: https://theposterdb.com/api/assets/113127 } | ||||
|     summary: "Shows Aired on BBC Four" | ||||
|     visible_library: false | ||||
| @ -120,7 +120,7 @@ collections: | ||||
|  | ||||
|   BBC America: | ||||
|     template: { name: Network, | ||||
|                 network: "BBC America", | ||||
|                 network: ["BBC America"], | ||||
|                 poster: https://theposterdb.com/api/assets/113125 } | ||||
|     summary: "Shows Aired on BBC America" | ||||
|     visible_library: false | ||||
| @ -129,7 +129,7 @@ collections: | ||||
|  | ||||
|   BET: | ||||
|     template: { name: Network, | ||||
|                 network: "BET", | ||||
|                 network: ["BET"], | ||||
|                 poster: https://theposterdb.com/api/assets/113131 } | ||||
|     summary: "Shows Aired on BET" | ||||
|     visible_library: false | ||||
| @ -138,7 +138,7 @@ collections: | ||||
|  | ||||
|   Bravo: | ||||
|     template: { name: Network, | ||||
|                 network: "Bravo", | ||||
|                 network: ["Bravo"], | ||||
|                 poster: https://theposterdb.com/api/assets/113134 } | ||||
|     summary: "Shows Aired on Bravo" | ||||
|     visible_library: false | ||||
| @ -147,7 +147,7 @@ collections: | ||||
|  | ||||
|   Cartoon Network: | ||||
|     template: { name: Network, | ||||
|                 network: "Cartoon Network", | ||||
|                 network: ["Cartoon Network"], | ||||
|                 poster: https://theposterdb.com/api/assets/113135 } | ||||
|     summary: "Shows Aired on Cartoon Network" | ||||
|     visible_library: false | ||||
| @ -156,7 +156,7 @@ collections: | ||||
|  | ||||
|   CBeebies: | ||||
|     template: { name: Network, | ||||
|                 network: "CBBC, Cbeebies", | ||||
|                 network: ["CBBC", "Cbeebies"], | ||||
|                 poster: https://theposterdb.com/api/assets/113126 } | ||||
|     summary: "Shows Aired on Cbeebies" | ||||
|     visible_library: false | ||||
| @ -165,7 +165,7 @@ collections: | ||||
|  | ||||
|   CBS: | ||||
|     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 } | ||||
|     summary: "Shows Aired on CBS" | ||||
|     visible_library: false | ||||
| @ -174,7 +174,7 @@ collections: | ||||
|  | ||||
|   Channel 4: | ||||
|     template: { name: Network, | ||||
|                 network: "Channel 4, E4, More4, 4Seven, Film4", | ||||
|                 network: ["Channel 4", "E4", "More4", "4Seven", "Film4"], | ||||
|                 poster: https://theposterdb.com/api/assets/113139 } | ||||
|     summary: "Shows Aired on Channel 4" | ||||
|     visible_library: false | ||||
| @ -183,7 +183,7 @@ collections: | ||||
|  | ||||
|   Cinemax: | ||||
|     template: { name: Network, | ||||
|                 network: "Cinemax", | ||||
|                 network: ["Cinemax"], | ||||
|                 poster: https://theposterdb.com/api/assets/113140 } | ||||
|     summary: "Shows Aired on Cinemax" | ||||
|     visible_library: false | ||||
| @ -192,7 +192,7 @@ collections: | ||||
|  | ||||
|   CNBC: | ||||
|     template: { name: Network, | ||||
|                 network: "CNBC", | ||||
|                 network: ["CNBC"], | ||||
|                 poster: https://theposterdb.com/api/assets/113143 } | ||||
|     summary: "Shows Aired on CNBC" | ||||
|     visible_library: false | ||||
| @ -201,7 +201,7 @@ collections: | ||||
|  | ||||
|   CNN: | ||||
|     template: { name: Network, | ||||
|                 network: "CNN", | ||||
|                 network: ["CNN"], | ||||
|                 poster: https://theposterdb.com/api/assets/113145 } | ||||
|     summary: "Shows Aired on CNN" | ||||
|     visible_library: false | ||||
| @ -210,7 +210,7 @@ collections: | ||||
|  | ||||
|   Comedy Central: | ||||
|     template: { name: Network, | ||||
|                 network: "Comedy Central, Comedy Central (UK)", | ||||
|                 network: ["Comedy Central", "Comedy Central (UK)"], | ||||
|                 poster: https://theposterdb.com/api/assets/113146 } | ||||
|     summary: "Shows Aired on Comedy Central" | ||||
|     visible_library: false | ||||
| @ -219,7 +219,7 @@ collections: | ||||
|  | ||||
|   The CW: | ||||
|     template: { name: Network, | ||||
|                 network: "The CW", | ||||
|                 network: ["The CW"], | ||||
|                 poster: https://theposterdb.com/api/assets/113153 } | ||||
|     summary: "Shows Aired on The CW" | ||||
|     visible_library: false | ||||
| @ -228,7 +228,7 @@ collections: | ||||
|  | ||||
|   Discovery Channel: | ||||
|     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 } | ||||
|     summary: "Shows Aired on Discovery Channel" | ||||
|     visible_library: false | ||||
| @ -237,7 +237,7 @@ collections: | ||||
|  | ||||
|   "Disney Channel": | ||||
|     template: { name: Network, | ||||
|                 network: "Disney Channel, Disney Channel (UK)", | ||||
|                 network: ["Disney Channel", "Disney Channel (UK)"], | ||||
|                 poster: https://theposterdb.com/api/assets/113158 } | ||||
|     summary: "Shows Aired on Disney Channel" | ||||
|     visible_library: false | ||||
| @ -246,7 +246,7 @@ collections: | ||||
|  | ||||
|   "Disney Junior": | ||||
|     template: { name: Network, | ||||
|                 network: "Disney Junior", | ||||
|                 network: ["Disney Junior"], | ||||
|                 poster: https://theposterdb.com/api/assets/113162 } | ||||
|     summary: "Shows Aired on Disney Junior" | ||||
|     visible_library: false | ||||
| @ -255,7 +255,7 @@ collections: | ||||
|  | ||||
|   "Disney XD": | ||||
|     template: { name: Network, | ||||
|                 network: "Disney XD", | ||||
|                 network: ["Disney XD"], | ||||
|                 poster: https://theposterdb.com/api/assets/258328 } | ||||
|     summary: "Shows Aired on Disney XD" | ||||
|     visible_library: false | ||||
| @ -264,7 +264,7 @@ collections: | ||||
|  | ||||
|   Toon Disney: | ||||
|     template: { name: Network, | ||||
|                 network: "Toon Disney", | ||||
|                 network: ["Toon Disney"], | ||||
|                 poster: https://theposterdb.com/api/assets/113163 } | ||||
|     summary: "Shows Aired on Toon Disney" | ||||
|     visible_library: false | ||||
| @ -273,7 +273,7 @@ collections: | ||||
|  | ||||
|   "Disney+": | ||||
|     template: { name: Network, | ||||
|                 network: "Disney+, Disney+ Hostar", | ||||
|                 network: ["Disney+", "Disney+ Hostar"], | ||||
|                 poster: https://theposterdb.com/api/assets/113160 } | ||||
|     summary: "Disney+ Original Shows" | ||||
|     visible_library: false | ||||
| @ -282,7 +282,7 @@ collections: | ||||
|  | ||||
|   ESPN: | ||||
|     template: { name: Network, | ||||
|                 network: "ESPN, ESPN2, ESPN3, ESPNU, ESPN+, ESPNU+", | ||||
|                 network: ["ESPN", "ESPN2", "ESPN3", "ESPNU", "ESPN+", "ESPNU+"], | ||||
|                 poster: https://theposterdb.com/api/assets/113167 } | ||||
|     summary: "Shows Aired on ESPN" | ||||
|     visible_library: false | ||||
| @ -291,7 +291,7 @@ collections: | ||||
|  | ||||
|   "E!": | ||||
|     template: { name: Network, | ||||
|                 network: "E!", | ||||
|                 network: ["E!"], | ||||
|                 poster: https://theposterdb.com/api/assets/113143 } | ||||
|     summary: "Shows Aired on E!" | ||||
|     visible_library: false | ||||
| @ -300,7 +300,7 @@ collections: | ||||
|  | ||||
|   Food Network: | ||||
|     template: { name: Network, | ||||
|                 network: "Food Network", | ||||
|                 network: ["Food Network"], | ||||
|                 poster: https://theposterdb.com/api/assets/113170 } | ||||
|     summary: "Shows Aired on Food Network" | ||||
|     visible_library: false | ||||
| @ -309,7 +309,7 @@ collections: | ||||
|  | ||||
|   FOX: | ||||
|     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 } | ||||
|     summary: "Shows Aired on FOX" | ||||
|     visible_library: false | ||||
| @ -318,7 +318,7 @@ collections: | ||||
|  | ||||
|   Fox Kids: | ||||
|     template: { name: Network, | ||||
|                 network: "Fox Kids", | ||||
|                 network: ["Fox Kids"], | ||||
|                 poster: https://theposterdb.com/api/assets/115230 } | ||||
|     summary: "Shows Aired on Fox Kids" | ||||
|     visible_library: false | ||||
| @ -327,7 +327,7 @@ collections: | ||||
|  | ||||
|   Freeform: | ||||
|     template: { name: Network, | ||||
|                 network: "Freeform", | ||||
|                 network: ["Freeform"], | ||||
|                 poster: https://theposterdb.com/api/assets/113176 } | ||||
|     summary: "Shows Aired on Freeform" | ||||
|     visible_library: false | ||||
| @ -336,7 +336,7 @@ collections: | ||||
|  | ||||
|   FX: | ||||
|     template: { name: Network, | ||||
|                 network: "FX, FXX, FXM", | ||||
|                 network: ["FX", "FXX", "FXM"], | ||||
|                 poster: https://theposterdb.com/api/assets/113174 } | ||||
|     summary: "Shows Aired on FX" | ||||
|     visible_library: false | ||||
| @ -345,7 +345,7 @@ collections: | ||||
|  | ||||
|   Hallmark Channel: | ||||
|     template: { name: Network, | ||||
|                 network: "Hallmark Channel", | ||||
|                 network: ["Hallmark Channel"], | ||||
|                 poster: https://theposterdb.com/api/assets/113185 } | ||||
|     summary: "Shows Aired on Hallmark Channel" | ||||
|     visible_library: false | ||||
| @ -354,7 +354,7 @@ collections: | ||||
|  | ||||
|   HBO: | ||||
|     template: { name: Network, | ||||
|                 network: "HBO, HBO Canada, HBO Europe", | ||||
|                 network: ["HBO", "HBO Canada", "HBO Europe"], | ||||
|                 poster: https://theposterdb.com/api/assets/113186 } | ||||
|     summary: "Shows Aired on HBO" | ||||
|     visible_library: false | ||||
| @ -363,7 +363,7 @@ collections: | ||||
|  | ||||
|   HBO Max: | ||||
|     template: { name: Network, | ||||
|                 network: "HBO Max", | ||||
|                 network: ["HBO Max"], | ||||
|                 poster: https://theposterdb.com/api/assets/115226 } | ||||
|     summary: "HBO Max Original Shows" | ||||
|     visible_library: false | ||||
| @ -372,7 +372,7 @@ collections: | ||||
|  | ||||
|   History Channel: | ||||
|     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 } | ||||
|     summary: "Shows Aired on History Channel" | ||||
|     visible_library: false | ||||
| @ -381,7 +381,7 @@ collections: | ||||
|  | ||||
|   HGTV: | ||||
|     template: { name: Network, | ||||
|                 network: "HGTV, HGTV (AU), HGTV Canada", | ||||
|                 network: ["HGTV", "HGTV (AU)", "HGTV Canada"], | ||||
|                 poster: https://theposterdb.com/api/assets/113183 } | ||||
|     summary: "Shows Aired on HGTV" | ||||
|     visible_library: false | ||||
| @ -390,7 +390,7 @@ collections: | ||||
|  | ||||
|   Hulu: | ||||
|     template: { name: Network, | ||||
|                 network: "Hulu", | ||||
|                 network: ["Hulu"], | ||||
|                 poster: https://theposterdb.com/api/assets/113188 } | ||||
|     summary: "Hulu Original Shows" | ||||
|     visible_library: false | ||||
| @ -399,7 +399,7 @@ collections: | ||||
|  | ||||
|   ION: | ||||
|     template: { name: Network, | ||||
|                 network: "ION", | ||||
|                 network: ["ION"], | ||||
|                 poster: https://theposterdb.com/api/assets/113191 } | ||||
|     summary: "Shows Aired on ION" | ||||
|     visible_library: false | ||||
| @ -408,7 +408,7 @@ collections: | ||||
|  | ||||
|   ITV: | ||||
|     template: { name: Network, | ||||
|                 network: "ITV, ITV2, ITV3, ITV4, ITVBe, CITV", | ||||
|                 network: ["ITV", "ITV2", "ITV3", "ITV4", "ITVBe", "CITV"], | ||||
|                 poster: https://theposterdb.com/api/assets/113192 } | ||||
|     summary: "Shows Aired on ITV" | ||||
|     visible_library: false | ||||
| @ -417,7 +417,7 @@ collections: | ||||
|  | ||||
|   Lifetime: | ||||
|     template: { name: Network, | ||||
|                 network: "Lifetime", | ||||
|                 network: ["Lifetime"], | ||||
|                 poster: https://theposterdb.com/api/assets/113194 } | ||||
|     summary: "Shows Aired on Lifetime" | ||||
|     visible_library: false | ||||
| @ -426,7 +426,7 @@ collections: | ||||
|  | ||||
|   MSNBC: | ||||
|     template: { name: Network, | ||||
|                 network: "MSNBC", | ||||
|                 network: ["MSNBC"], | ||||
|                 poster: https://theposterdb.com/api/assets/113199 } | ||||
|     summary: "Shows Aired on MSNBC" | ||||
|     visible_library: false | ||||
| @ -435,7 +435,7 @@ collections: | ||||
|  | ||||
|   MTV: | ||||
|     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 } | ||||
|     summary: "Shows Aired on MTV" | ||||
|     visible_library: false | ||||
| @ -444,7 +444,7 @@ collections: | ||||
|  | ||||
|   National Geographic: | ||||
|     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 } | ||||
|     summary: "Shows Aired on National Geographic" | ||||
|     visible_library: false | ||||
| @ -453,7 +453,7 @@ collections: | ||||
|  | ||||
|   NBC: | ||||
|     template: { name: Network, | ||||
|                 network: "NBC", | ||||
|                 network: ["NBC"], | ||||
|                 poster: https://theposterdb.com/api/assets/113217 } | ||||
|     summary: "Shows Aired on NBC" | ||||
|     visible_library: false | ||||
| @ -462,7 +462,7 @@ collections: | ||||
|  | ||||
|   Netflix: | ||||
|     template: { name: Network, | ||||
|                 network: "Netflix", | ||||
|                 network: ["Netflix"], | ||||
|                 poster: https://theposterdb.com/api/assets/113218 } | ||||
|     summary: "Netflix Original Shows" | ||||
|     visible_library: false | ||||
| @ -471,7 +471,7 @@ collections: | ||||
|  | ||||
|   Nickelodeon: | ||||
|     template: { name: Network, | ||||
|                 network: "Nickelodeon", | ||||
|                 network: ["Nickelodeon"], | ||||
|                 poster: https://theposterdb.com/api/assets/113231 } | ||||
|     summary: "Shows Aired on Nickelodeon" | ||||
|     visible_library: false | ||||
| @ -480,7 +480,7 @@ collections: | ||||
|  | ||||
|   "Nick Jr.": | ||||
|     template: { name: Network, | ||||
|                 network: "Nick Jr.", | ||||
|                 network: ["Nick Jr."], | ||||
|                 poster: https://theposterdb.com/api/assets/113227 } | ||||
|     summary: "Shows Aired on Nick Jr." | ||||
|     visible_library: false | ||||
| @ -489,7 +489,7 @@ collections: | ||||
|  | ||||
|   NickToons: | ||||
|     template: { name: Network, | ||||
|                 network: "Nicktoons", | ||||
|                 network: ["Nicktoons"], | ||||
|                 poster: https://theposterdb.com/api/assets/113225 } | ||||
|     summary: "Shows Aired on NickToons" | ||||
|     visible_library: false | ||||
| @ -498,7 +498,7 @@ collections: | ||||
|  | ||||
|   TeenNick: | ||||
|     template: { name: Network, | ||||
|                 network: "TeenNick", | ||||
|                 network: ["TeenNick"], | ||||
|                 poster: https://theposterdb.com/api/assets/113228 } | ||||
|     summary: "Shows Aired on TeenNick" | ||||
|     visible_library: false | ||||
| @ -507,7 +507,7 @@ collections: | ||||
|  | ||||
|   Oxygen: | ||||
|     template: { name: Network, | ||||
|                 network: "Oxygen", | ||||
|                 network: ["Oxygen"], | ||||
|                 poster: https://theposterdb.com/api/assets/113240 } | ||||
|     summary: "Shows Aired on Oxygen" | ||||
|     visible_library: false | ||||
| @ -516,7 +516,7 @@ collections: | ||||
|  | ||||
|   PBS: | ||||
|     template: { name: Network, | ||||
|                 network: "PBS, PBS Kids", | ||||
|                 network: ["PBS", "PBS Kids"], | ||||
|                 poster: https://theposterdb.com/api/assets/113244 } | ||||
|     summary: "Shows Aired on PBS" | ||||
|     visible_library: false | ||||
| @ -525,7 +525,7 @@ collections: | ||||
|  | ||||
|   Peacock: | ||||
|     template: { name: Network, | ||||
|                 network: "Peacock", | ||||
|                 network: ["Peacock"], | ||||
|                 poster: https://theposterdb.com/api/assets/113217 } | ||||
|     summary: "Peacock Original Shows" | ||||
|     visible_library: false | ||||
| @ -534,7 +534,7 @@ collections: | ||||
|  | ||||
|   Prime Video: | ||||
|     template: { name: Network, | ||||
|                 network: "Amazon, Amazon Prime Video, Prime Video", | ||||
|                 network: ["Amazon", "Amazon Prime Video", "Prime Video"], | ||||
|                 poster: https://theposterdb.com/api/assets/113247 } | ||||
|     summary: "Prime Video Original Shows" | ||||
|     visible_library: false | ||||
| @ -543,7 +543,7 @@ collections: | ||||
|  | ||||
|   Quibi: | ||||
|     template: { name: Network, | ||||
|                 network: "Quibi", | ||||
|                 network: ["Quibi"], | ||||
|                 poster: https://theposterdb.com/api/assets/115020 } | ||||
|     summary: "Quibi Original Shows" | ||||
|     visible_library: false | ||||
| @ -552,7 +552,7 @@ collections: | ||||
|  | ||||
|   Showtime: | ||||
|     template: { name: Network, | ||||
|                 network: "Showtime", | ||||
|                 network: ["Showtime"], | ||||
|                 poster: https://theposterdb.com/api/assets/113257 } | ||||
|     summary: "Shows Aired on Showtime" | ||||
|     visible_library: false | ||||
| @ -561,7 +561,7 @@ collections: | ||||
|  | ||||
|   Sky: | ||||
|     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 } | ||||
|     summary: "Shows Aired on Sky" | ||||
|     visible_library: false | ||||
| @ -570,7 +570,7 @@ collections: | ||||
|  | ||||
|   Starz: | ||||
|     template: { name: Network, | ||||
|                 network: "Starz, Starz Encore, Starz Play, StarzPlay", | ||||
|                 network: ["Starz", "Starz Encore", "Starz Play", "StarzPlay"], | ||||
|                 poster: https://theposterdb.com/api/assets/113265 } | ||||
|     summary: "Shows Aired on Starz" | ||||
|     visible_library: false | ||||
| @ -579,7 +579,7 @@ collections: | ||||
|  | ||||
|   SyFy: | ||||
|     template: { name: Network, | ||||
|                 network: "Syfy", | ||||
|                 network: ["Syfy"], | ||||
|                 poster: https://theposterdb.com/api/assets/113269 } | ||||
|     summary: "Shows Aired on Syfy" | ||||
|     visible_library: false | ||||
| @ -588,7 +588,7 @@ collections: | ||||
|  | ||||
|   TBS: | ||||
|     template: { name: Network, | ||||
|                 network: "TBS", | ||||
|                 network: ["TBS"], | ||||
|                 poster: https://theposterdb.com/api/assets/113271 } | ||||
|     summary: "Shows Aired on TBS" | ||||
|     visible_library: false | ||||
| @ -597,7 +597,7 @@ collections: | ||||
|  | ||||
|   TLC: | ||||
|     template: { name: Network, | ||||
|                 network: "TLC", | ||||
|                 network: ["TLC"], | ||||
|                 poster: https://theposterdb.com/api/assets/113274 } | ||||
|     summary: "Shows Aired on TLC" | ||||
|     visible_library: false | ||||
| @ -606,7 +606,7 @@ collections: | ||||
|  | ||||
|   TNT: | ||||
|     template: { name: Network, | ||||
|                 network: "TNT", | ||||
|                 network: ["TNT"], | ||||
|                 poster: https://theposterdb.com/api/assets/113276 } | ||||
|     summary: "Shows Aired on TNT" | ||||
|     visible_library: false | ||||
| @ -615,7 +615,7 @@ collections: | ||||
|  | ||||
|   TVLand: | ||||
|     template: { name: Network, | ||||
|                 network: "TV Land", | ||||
|                 network: ["TV Land"], | ||||
|                 poster: https://theposterdb.com/api/assets/113284 } | ||||
|     summary: "Shows Aired on TVLand" | ||||
|     visible_library: false | ||||
| @ -624,7 +624,7 @@ collections: | ||||
|  | ||||
|   USA: | ||||
|     template: { name: Network, | ||||
|                 network: "USA Network", | ||||
|                 network: ["USA Network"], | ||||
|                 poster: https://theposterdb.com/api/assets/113293 } | ||||
|     summary: "Shows Aired on USA" | ||||
|     visible_library: false | ||||
| @ -633,7 +633,7 @@ collections: | ||||
|  | ||||
|   "VH1": | ||||
|     template: { name: Network, | ||||
|                 network: "VH1", | ||||
|                 network: ["VH1"], | ||||
|                 poster: https://theposterdb.com/api/assets/113294 } | ||||
|     summary: "Shows Aired on VH1" | ||||
|     visible_library: false | ||||
| @ -642,7 +642,7 @@ collections: | ||||
|  | ||||
|   The WB: | ||||
|     template: { name: Network, | ||||
|                 network: "The WB", | ||||
|                 network: ["The WB"], | ||||
|                 poster: https://theposterdb.com/api/assets/113297 } | ||||
|     summary: "Shows Aired on The WB" | ||||
|     visible_library: false | ||||
| @ -651,7 +651,7 @@ collections: | ||||
|  | ||||
|   YouTube: | ||||
|     template: { name: Network, | ||||
|                 network: "YouTube, YouTube Premium", | ||||
|                 network: ["YouTube", "YouTube Premium"], | ||||
|                 poster: https://theposterdb.com/api/assets/113301 } | ||||
|     summary: "YouTube Original Shows" | ||||
|     visible_library: false | ||||
|  | ||||
		Reference in New Issue
	
	Block a user