Skip to content

Studio Collections

The studio Default Collection File is used to dynamically create collections based on the studios available in your library.

This file also merges similarly named studios (such as "20th Century Fox" and "20th Century Animation") into one ("20th Century Studios")

Requirements & Recommendations

Supported Library Types: Movie, Show

Collections Section 070

Collection Key Description
Studio Collections separator Separator Collection to denote the Section of Collections.
<<Studio>>
Example: Blumhouse Productions
<<Studio>>
Example: Blumhouse Productions
Collection of Movies/Shows that have this Studio.

Config

The below YAML in your config.yml will create the collections:

libraries:
  Movies:
    collection_files:
      - default: studio
  TV Shows:
    collection_files:
      - default: studio

Template Variables

Template Variables can be used to manipulate the file in various ways to slightly change how it works without having to make your own local copy.

Note that the template_variables: section only needs to be used if you do want to actually change how the defaults work. Any value not specified will use its default value if it has one if not it's just ignored.

Variable Lists (click to expand)
  • File-Specific Template Variables are variables available specifically for this Kometa Defaults file.

  • Shared Template Variables are additional variables shared across the Kometa Defaults.

  • Shared Separator Variables are additional variables available since this Default contains a Separator.

Variable Description & Values
limit Description: Changes the Builder Limit for all collections in a Defaults file.
Values: Number Greater than 0
limit_<<key>>1 Description: Changes the Builder Limit of the specified key's collection.
Default: limit
Values: Number Greater than 0
sort_by Description: Changes the Smart Filter Sort for all collections in a Defaults file.
Default: release.desc
Values: Any smart_filter Sort Option
sort_by_<<key>>1 Description: Changes the Smart Filter Sort of the specified key's collection.
Default: sort_by
Values: Any smart_filter Sort Option
include Description: Overrides the default include list.
Values: List of Studios found in your library
append_include Description: Appends to the default include list.
Values: List of Studios found in your library
remove_include Description: Removes from the default include list.
Values: List of Studios found in your library
exclude Description: Exclude these Studios from creating a Dynamic Collection.
Values: List of Studios found in your library
addons Description: Overrides the default addons dictionary. Defines how multiple keys can be combined under a parent key. The parent key doesn't have to already exist in Plex
Values: Dictionary List of Studios found in your library
append_addons Description: Appends to the default addons dictionary.
Values: Dictionary List of Studios found in your library
remove_addons Description: Removes from the default addons dictionary.
Values: Dictionary List of Studios found in your library
name_format Description: Changes the title format of the Dynamic Collections.
Default: <<key_name>> <<library_translationU>>s
Values: Any string with <<key_name>> in it.
summary_format Description: Changes the summary format of the Dynamic Collections.
Default: <<library_translationU>>s that have the resolution <<key_name>>.
Values: Any string.
  1. Each default collection has a key that when calling to effect a specific collection you must replace <<key>> with when calling.
Variable Description & Values
language Description: Set the language of Collection Names and Summaries
Default: default
Values: default (English), fr (French), or de (German)
use_all Description: Turns off all Collections in a Defaults file.
Values: false to turn off the collection
use_<<key>>1 Description: Turns off individual Collections in a Defaults file.
Values: false to turn off the collection
name_<<key>>1 Description: Changes the name of the specified key's collection.
Values: New Collection Name
summary_<<key>>1 Description: Changes the summary of the specified key's collection.
Values: New Collection Summary
collection_section Description: Changes the sort order of the collection sections against other default collection sections. (Use quotes to not lose leading zeros "05")
Values: Any number
sort_prefix Description: Changes the prefix of the sort title.
Default: !
Values: Any String
sort_title Description: Changes the sort title of all collections.
Default: <<sort_prefix>><<collection_section>><<pre>><<order_<<key>>>><<title>>
Values: Any String
name_mapping Description: Changes the name_mapping of all collections.
Default: <<title>>
Values: Any String with <<key_name>> in it.
order_<<key>>1 Description: Controls the sort order of the collections in their collection section.
Values: Any number
collection_mode Description: Controls the collection mode of all collections in a Defaults file.
Values:
defaultLibrary default
hideHide Collection
hide_itemsHide Items in this Collection
show_itemsShow this Collection and its Items
ignore_ids Description: Set a list or comma-separated string of TMDb/TVDb IDs to ignore in all collections.
Values: List or comma-separated string of TMDb/TVDb IDs
ignore_imdb_ids Description: Set a list or comma-separated string of IMDb IDs to ignore in all collections.
Values: List or comma-separated string of IMDb IDs
minimum_items Description: Set the number of minimum items for a collection to be created for all collections.
Values: Any number greater than 0
minimum_items_<<key>>1 Description: Set the number of minimum items for a collection to be created for the specified key's collection.
Values: Any number greater than 0
schedule Description: Set the schedule for all of the collections in a Defaults file.
Values: Any Scheduling Option
schedule_<<key>> Description: Set the schedule for a specific key's collection.
Values: Any Scheduling Option
delete_collections_named Description: Used to delete any collections in your plex named one of the given collections.
Values: List of Collection Names to delete
url_poster Description: Changes the poster url for all collections.
Values: URL directly to the Image
url_poster_<<key>>1 Description: Changes the poster url of the specified key's collection.
Values: URL directly to the Image
file_poster Description: Sets the poster filepath for all collections.
Values: Filepath directly to the Image
file_poster_<<key>>1 Description: Sets the poster filepath of the specified key's collection.
Values: Filepath directly to the Image
url_background Description: Sets the background url for all collections.
Values: URL directly to the Image
url_background__<<key>>1 Description: Sets the background url of the specified key's collection.
Values: URL directly to the Image
file_background Description: Sets the background filepath for all collections.
Values: Filepath directly to the Image
file_background__<<key>>1 Description: Sets the background filepath of the specified key's collection.
Values: Filepath directly to the Image
visible_library Description: Controls visible on Library Recommended Tab for all collections in a Defaults file. (Only works with Plex Pass)
Values:
trueVisible
falseNot Visible
Any schedule OptionVisible When Scheduled
visible_library_<<key>>1 Description: Controls visible on Library Recommended Tab of the specified key's collection. (Only works with Plex Pass)
Default: visible_library
Values:
trueVisible
falseNot Visible
Any schedule OptionVisible When Scheduled
visible_home Description: Controls visible on Home Tab for all collections in a Defaults file. (Only works with Plex Pass)
Values:
trueVisible
falseNot Visible
Any schedule OptionVisible When Scheduled
visible_home_<<key>>1 Description: Controls visible on Home Tab of the specified key's collection. (Only works with Plex Pass)
Default: visible_home
Values:
trueVisible
falseNot Visible
Any schedule OptionVisible When Scheduled
visible_shared Description: Controls visible on Shared Users' Home Tab for all collections in a Defaults file. (Only works with Plex Pass)
Values:
trueVisible
falseNot Visible
Any schedule OptionVisible When Scheduled
visible_shared_<<key>>1 Description: Controls visible on Shared Users' Home Tab of the specified key's collection. (Only works with Plex Pass)
Default: visible_shared
Values:
trueVisible
falseNot Visible
Any schedule OptionVisible When Scheduled
radarr_upgrade_existing Description: Override Radarr upgrade_existing attribute for all collections in a Defaults file.
Values: true or false
radarr_upgrade_existing_<<key>>1 Description: Override Radarr upgrade_existing attribute of the specified key's collection.
Values: true or false
radarr_monitor_existing Description: Override Radarr monitor_existing attribute for all collections in a Defaults file.
Values: true or false
radarr_monitor_existing_<<key>>1 Description: Override Radarr monitor_existing attribute of the specified key's collection.
Values: true or false
radarr_add_missing Description: Override Radarr add_missing attribute for all collections in a Defaults file.
Values: true or false
radarr_add_missing_<<key>>1 Description: Override Radarr add_missing attribute of the specified key's collection.
Default: radarr_add_missing
Values: true or false
radarr_folder Description: Override Radarr root_folder_path attribute for all collections in a Defaults file.
Values: Folder Path
radarr_folder_<<key>>1 Description: Override Radarr root_folder_path attribute of the specified key's collection.
Default: radarr_folder
Values: Folder Path
radarr_search Description: Override Radarr search attribute or all collections in a Defaults file.
Values: true or false
radarr_search_<<key>>1 Description: Override Radarr search attribute of the specified key's collection.
Default: radarr_search
Values: true or false
radarr_tag Description: Override Radarr tag attribute for all collections in a Defaults file.
Values: List or comma-separated string of tags
radarr_tag_<<key>>1 Description: Override Radarr tag attribute of the specified key's collection.
Default: radarr_tag
Values: List or comma-separated string of tags
item_radarr_tag Description: Used to append a tag in Radarr for every movie found by the builders that's in Radarr for all collections in a Defaults file.
Values: List or comma-separated string of tags
item_radarr_tag_<<key>>1 Description: Used to append a tag in Radarr for every movie found by the builders that's in Radarr of the specified key's collection.
Default: item_radarr_tag
Values: List or comma-separated string of tags
sonarr_upgrade_existing Description: Override Sonarr upgrade_existing attribute for all collections in a Defaults file.
Values: true or false
sonarr_upgrade_existing_<<key>>1 Description: Override Sonarr upgrade_existing attribute of the specified key's collection.
Values: true or false
sonarr_monitor_existing Description: Override Sonarr monitor_existing attribute for all collections in a Defaults file.
Values: true or false
sonarr_monitor_existing_<<key>>1 Description: Override Sonarr monitor_existing attribute of the specified key's collection.
Values: true or false
sonarr_add_missing Description: Override Sonarr add_missing attribute for all collections in a Defaults file.
Values: true or false
sonarr_add_missing_<<key>>1 Description: Override Sonarr add_missing attribute of the specified key's collection.
Default: sonarr_add_missing
Values: true or false
sonarr_folder Description: Override Sonarr root_folder_path attribute for all collections in a Defaults file.
Values: Folder Path
sonarr_folder_<<key>>1 Description: Override Sonarr root_folder_path attribute of the specified key's collection.
Default: sonarr_folder
Values: Folder Path
sonarr_search Description: Override Sonarr search attribute or all collections in a Defaults file.
Values: true or false
sonarr_search_<<key>>1 Description: Override Sonarr search attribute of the specified key's collection.
Default: sonarr_search
Values: true or false
sonarr_tag Description: Override Sonarr tag attribute for all collections in a Defaults file.
Values: List or comma-separated string of tags
sonarr_tag_<<key>>1 Description: Override Sonarr tag attribute of the specified key's collection.
Default: sonarr_tag
Values: List or comma-separated string of tags
item_sonarr_tag Description: Used to append a tag in Sonarr for every series found by the builders that's in Sonarr for all collections in a Defaults file.
Values: List or comma-separated string of tags
item_sonarr_tag_<<key>>1 Description: Used to append a tag in Sonarr for every series found by the builders that's in Sonarr of the specified key's collection.
Default: item_sonarr_tag
Values: List or comma-separated string of tags
  1. Each default collection has a key that when calling to effect a specific collection you must replace <<key>> with when calling.
Variable Description & Values
use_separator Description: Turn the Separator Collection off.
Values: false to turn of the collection
sep_style Description: Choose the Separator Style.
Default: orig
Values: amethyst, aqua, blue, forest, fuchsia, gold, gray, green, navy, ocean, olive, orchid, orig, pink, plum, purple, red, rust, salmon, sand, stb, or tan
sort_prefix Description: Changes the prefix of the sort title.
Default: !
Values: Any String
sort_title Description: Changes the sort title of all collections.
Default: <<sort_prefix>><<collection_section>>_!<<title>>
Values: Any String
placeholder_tmdb_movie Description: Add a placeholder Movie to the Separator. Only valid for Movie libraries.
Values: TMDb Movie ID
placeholder_tvdb_show Description: Add a placeholder Show to the Separator. Only valid for Show libraries.
Values: TVDb Show ID
placeholder_imdb_id Description: Add a placeholder Movie/Show to the Separator. Valid for Movie or Show libraries assuming the ID points to an item of the correct type.
Values: IMDb ID
name_separator Description: Changes the name of the specified key's collection.
Values: New Collection Name
summary_separator Description: Changes the summary of the specified key's collection.
Values: New Collection Summary
collection_section Description: Changes the sort order of the collection sections against other default collection sections.
Values: Any number
collection_mode Description: Controls the collection mode of all collections in a Defaults file.
Values:
defaultLibrary default
hideHide Collection
hide_itemsHide Items in this Collection
show_itemsShow this Collection and its Items
url_poster_separator Description: Changes the poster url of the specified key's collection.
Values: URL directly to the Image
Example Template Variable Amendments

The below is an example config.yml extract with some Template Variables added in to change how the file works.

Click the icon to learn more

libraries:
  Movies:
    collection_files:
      - default: studio
        template_variables:
          append_include:
            - Big Bull Productions #(1)!
          sort_by: title.asc
          collection_mode: show_items #(2)!
          sep_style: gray #(3)!
  1. add "Big Bull Productions" to the list of items that should be included in the Collection list
  2. Show these collections and their items within the "Library" tab
  3. Use the gray Separator Style

Default Values

These are lists provided for reference to show what values will be in use if you do no customization. These do not show how to change a name or a list.

If you want to customize these values, use the methods described above.

Default include (click to expand)
include: 
  #### ANIMES ########################################################################################################
  - 8bit
  - A-1 Pictures
  - A.C.G.T.
  - Acca effe
  - Actas
  - AIC
  - Ajia-Do
  - Akatsuki
  - Animation Do
  - Ankama
  - APPP
  - Arms
  - Artland
  - Artmic
  - Arvo Animation
  - Asahi Production
  - Ashi Productions
  - asread.
  - AtelierPontdarc
  - B.CMAY PICTURES
  - Bandai Namco Pictures
  - Bee Train
  - Berlanti Productions
  - Bibury Animation Studios
  - bilibili
  - Bones
  - Brain's Base
  - Bridge
  - BUG FILMS
  - C-Station
  - C2C
  - Children's Playground Entertainment
  - Cloud Hearts
  - CloverWorks
  - Colored Pencil Animation
  - CoMix Wave Films
  - Connect
  - Craftar Studios
  - Creators in Pack
  - CygamesPictures
  - David Production
  - Diomedéa
  - DLE
  - Doga Kobo
  - domerica
  - Drive
  - EMT Squared
  - Encourage Films
  - ENGI
  - feel.
  - Felix Film
  - Fenz
  - GAINAX
  - Gallop
  - Geek Toys
  - Gekkou
  - Gemba
  - GENCO
  - Geno Studio
  - GoHands
  - Gonzo
  - Graphinica
  - Group Tac
  - Hal Film Maker
  - Haoliners Animation League
  - Hoods Entertainment
  - Hotline
  - J.C.Staff
  - Jumondou
  - Kadokawa
  - Khara
  - Kinema Citrus
  - Kyoto Animation
  - Lan Studio
  - LandQ Studio
  - Lay-duce
  - Lerche
  - LIDENFILMS
  - M.S.C
  - Madhouse
  - Magic Bus
  - Maho Film
  - Manglobe
  - MAPPA
  - Millepensee
  - Namu Animation
  - NAZ
  - Nexus
  - Nippon Animation
  - Nomad
  - Nut
  - Okuruto Noboru
  - OLM
  - Orange
  - Ordet
  - OZ
  - P.A. Works
  - P.I.C.S.
  - Passione
  - Pb Animation Co. Ltd
  - Pierrot
  - Pine Jam
  - Platinum Vision
  - Polygon Pictures
  - Pony Canyon
  - Production +h.
  - Production I.G
  - Production IMS
  - Production Reed
  - Project No.9
  - Quad
  - Radix
  - Revoroot
  - Saetta
  - SANZIGEN
  - Satelight
  - Science SARU
  - Sentai Filmworks
  - Seven Arcs
  - Shaft
  - Shin-Ei Animation
  - Shogakukan
  - Shuka
  - Signal.MD
  - Silver
  - SILVER LINK.
  - Square Enix
  - Staple Entertainment
  - Studio 3Hz
  - Studio A-CAT
  - Studio Bind
  - Studio Blanc.
  - Studio Chizu
  - Studio Comet
  - Studio Deen
  - Studio Elle
  - Studio Ghibli
  - Studio Flad
  - Studio Gokumi
  - Studio Guts
  - Studio Hibari
  - Studio Kafka
  - Studio Kai
  - Studio Mir
  - studio MOTHER
  - Studio Palette
  - Studio Rikka
  - Studio Signpost
  - Studio VOLN
  - STUDIO4°C
  - Sunrise Beyond
  - Sunrise
  - SynergySP
  - Tatsunoko Production
  - Telecom Animation Film
  - Tezuka Productions
  - TMS Entertainment
  - TNK
  - Toei Animation
  - Topcraft
  - Triangle Staff
  - Trigger
  - TROYCA
  - TYO Animations
  - Typhoon Graphics
  - ufotable
  - V1 Studio
  - W-Toon Studio
  - Wawayu Animation
  - White Fox
  - Wit Studio
  - Wolfsbane
  - Xebec
  - Yokohama Animation Lab
  - Yostar Pictures
  - Yumeta Company
  - Zero-G
  - Zexcs


  #### MOVIES & TV SHOWS ###############################################################################################
  - 3 Arts Entertainment
  - 6th & Idaho
  - 20th Century Animation
  - 20th Century Studios
  - 20th Century Fox Television
  - 21 Laps Entertainment
  - 87Eleven
  - 87North Productions
  - 101 Studios
  - 1492 Pictures
  - A Bigger Boat
  - A+E Studios
  - A24
  - Aardman
  - Aamir Khan Productions
  - ABC Signature
  - ABC Studios
  - Ace Entertainment
  - AGBO
  - Amazon Studios
  - Amblin Entertainment
  - AMC Studios
  - Anima Sola Productions
  - Annapurna Pictures
  - Ardustry Entertainment
  - Artisan Entertainment
  - Artists First
  - Atlas Entertainment
  - Atresmedia
  - Bad Hat Harry Productions
  - Bad Robot
  - Bad Wolf
  - Barunson E&A
  - Bakken Record
  - Bardel Entertainment
  - BBC Studios
  - Bill Melendez Productions
  - Blade
  - Bleecker Street
  - Blown Deadline Productions
  - Blue Ice Pictures
  - Blue Sky Studios
  - Bluegrass Films
  - Blueprint Pictures
  - Blumhouse Productions
  - Blur Studio
  - Bold Films
  - Bona Film Group
  - Bonanza Productions
  - Boo Pictures
  - Bosque Ranch Productions
  - Box to Box Films
  - Brandywine Productions
  - Broken Lizard Industries
  - Broken Road Productions
  - Calt Production
  - Canal+
  - Carnival Films
  - Carolco
  - Cartoon Saloon
  - Carsey-Werner Company
  - Castle Rock Entertainment
  - CBS Productions
  - CBS Studios
  - CBS Television Studios
  - Centropolis Entertainment
  - Chernin Entertainment
  - Chimp Television
  - Chris Morgan Productions
  - Cinergi Pictures Entertainment
  - Codeblack Entertainment
  - Columbia Pictures
  - Constantin Film
  - Cowboy Films
  - Cross Creek Pictures
  - Dark Horse Entertainment
  - Davis Entertainment
  - DC Comics
  - Dimension Films
  - Dino De Laurentiis Company
  - Don Simpson Jerry Bruckheimer Films
  - Doozer
  - Dreams Salon Entertainment Culture
  - DreamWorks Studios
  - DreamWorks Pictures
  - Eleventh Hour Films
  - EMJAG Productions
  - Endeavor Content
  - Entertainment 360
  - Entertainment One
  - Eon Productions
  - Everest Entertainment
  - Expectation Entertainment
  - Exposure Labs
  - Fandango
  - Fields Entertainment
  - FilmDistrict
  - FilmNation Entertainment
  - Flynn Picture Company
  - Focus Features
  - Food Network
  - Fortiche Production
  - Fox Television Studios
  - Freckle Films
  - Frederator Studios
  - FremantleMedia
  - Fuqua Films
  - Gallagher Films Ltd
  - Gary Sanchez Productions
  - Gaumont
  - Generator Entertainment
  - Gracie Films
  - Green Hat Films
  - Grindstone Entertainment Group
  - Hallmark
  - HandMade Films
  - Happy Madison Productions
  - HartBeat Productions
  - Hartswood Films
  - Hasbro
  - HBO
  - Heyday Films
  - Hughes Entertainment
  - Hurwitz & Schlossberg Productions
  - Hyperobject Industries
  - Icon Entertainment International
  - IFC Films
  - Illumination Entertainment
  - Imagin
  - Imperative Entertainment
  - Impossible Factual
  - Ingenious Media
  - Irwin Entertainment
  - Jerry Bruckheimer Films
  - Jessie Films
  - Jinks-Cohen Company
  - Kazak Productions
  - Kennedy Miller Productions
  - Kilter Films
  - Kjam Media
  - Kudos
  - Kurtzman Orci
  - Laika Entertainment
  - Landscape Entertainment
  - Laura Ziskin Productions
  - Leftfield Pictures
  - Legendary Pictures
  - Let's Not Turn This Into a Whole Big Production
  - Lifetime
  - Levity Entertainment Group
  - Lightstorm Entertainment
  - Likely Story
  - Lionsgate
  - Live Entertainment
  - Lord Miller Productions
  - Lucasfilm Ltd
  - Magic Light Pictures
  - Magnolia Pictures
  - Malevolent Films
  - Mandalay Entertainment
  - Mandarin
  - Mandarin Motion Pictures Limited
  - Marv Films
  - Marvel Animation
  - Marvel Studios
  - Matt Tolmach Productions
  - Maximum Effort
  - Media Res
  - Metro-Goldwyn-Mayer
  - Michael Patrick King Productions
  - Millennium Films
  - Miramax
  - NEON
  - Netflix
  - New Line Cinema
  - Nickelodeon Animation Studio
  - NorthSouth Productions
  - Nu Boyana Film Studios
  - O2 Filmes
  - Open Road Films
  - Original Film
  - Orion Pictures
  - Palomar
  - Paramount Animation
  - Paramount Pictures
  - Paramount Television Studios
  - Participant
  - Phoenix Pictures
  - Piki Films
  - Pixar
  - Plan B Entertainment
  - PlayStation Productions
  - Playtone
  - Plum Pictures
  - Powerhouse Animation Studios
  - PRA
  - Prescience
  - Prospect Park
  - Pulse Films
  - Radar Pictures
  - RadicalMedia
  - Railsplitter Pictures
  - Rankin Bass Productions
  - RatPac Entertainment
  - Red Dog Culture House
  - Regency Pictures
  - Reveille Productions
  - Rip Cord Productions
  - RocketScience
  - Savoy Pictures
  - Scenic Labs
  - Scion Films
  - Scott Free Productions
  - Sculptor Media
  - Sean Daniel Company
  - Searchlight Pictures
  - Secret Hideout
  - See-Saw Films
  - Serendipity Pictures
  - Show East
  - Showtime Networks
  - Sil-Metropole Organisation
  - Silverback Films
  - Siren Pictures
  - SISTER
  - Sixteen String Jack Productions
  - SKA Films
  - Sky studios
  - Skydance
  - Sony Pictures Animation
  - Sony Pictures
  - Sphère Média Plus
  - Spyglass Entertainment
  - Stöð 2
  - Star Thrower Entertainment
  - Stark Raving Black Productions
  - StudioCanal
  - Studio 8
  - Studio Babelsberg
  - Studio Dragon
  - STX Entertainment
  - Summit Entertainment
  - Syfy
  - Syncopy
  - T-Street Productions
  - Tall Ship Productions
  - Team Downey
  - Temple Street Productions
  - The Cat in the Hat Productions
  - The Donners' Company
  - The Jim Henson Company
  - The Kennedy-Marshall Company
  - The Linson Company
  - The Littlefield Company
  - The Mark Gordon Company
  - The Sea Change Project
  - The Weinstein Company
  - Tim Burton Productions
  - TOHO
  - Thunder Road
  - Titmouse
  - Tomorrow Studios
  - Touchstone Pictures
  - Touchstone Television
  - Trademark Films
  - Triage Entertainment
  - Tribeca Productions
  - TriStar Pictures
  - TSG Entertainment
  - Twisted Pictures
  - UCP
  - United Artists
  - Universal Animation Studios
  - Universal Pictures
  - Universal Television
  - Vancouver Media
  - Vertigo Entertainment
  - Village Roadshow Pictures
  - W. Chump and Sons
  - Walden Media
  - Walt Disney Animation Studios
  - Walt Disney Pictures
  - Walt Disney Productions
  - Warner Animation Group
  - Warner Bros. Pictures
  - Warner Bros. Television
  - Warner Premiere
  - warparty
  - Waverly Films
  - Wayfare Entertainment
  - Williams Street
  - Whitaker Entertainment
  - Wiedemann & Berg Television
  - Winkler Films
  - Wolf Entertainment
  - Working Title Films
Default addons (click to expand)
addons: 
  8bit:
    - 8-bit
  20th Century Studios:
    - 20th Century
    - 20th Century Animation
    - 20th Century Fox
  AIC:
    - AIC ASTA
    - AIC A.S.T.A
    - AIC Build
    - AAIC PLUS+
    - AIC RIGHTS
    - AIC Spirits
  Ajia-Do:
    - Ajiado
  Amazon Studios:
    - Amazon
  Amblin Entertainment:
    - Amblin Television
  APPP:
    - A.P.P.P.
  asread.:
    - Asread
  AtelierPontdarc:
    - Atelier Pontdarc
  B.CMAY PICTURES:
    - G.CMay Animation & Film
  Bandai Namco Pictures:
    - Bandai Visual
    - Bandai Visual Company
  BBC Studios:
    - BBC
    - BBC Studios Natural History Unit
  Bibury Animation Studios:
    - Bibury Animation CG
  Blue Sky Studios:
    - Blue Sky Films
  Canal+:
    - Canal+ Polska
  Cloud Hearts:
    - CLOUDHEARTS
  Columbia Pictures:
    - Columbia TriStar
  CoMix Wave Films:
    - CoMix Wave
  Craftar Studios:
    - Craftar
  CygamesPictures:
    - Cygames Pictures
  DC Comics:
    - DC Films
    - DC Entertainment
  DreamWorks Studios:
    - DreamWorks
    - DreamWorks Animation
    - DreamWorks Animation Television
    - DreamWorks Classics
  EMT Squared:
    - EMT²0
  feel.:
    - Feel
  Gallop:
    - Studio Gallop
  Gaumont:
    - Gaumont International Television
  Geek Toys:
    - GEEKTOYS
  Gekkou:
    - GEKKOU Production
  GoHands:
    - Go Hands
  Gonzo:
    - Gonzo Digimation
  Hallmark:
    - Hallmark Channel
    - Hallmark Entertainment
    - Hallmark Media
    - Hallmark Movies & Mysteries
    - The Hallmark Channel
  Haoliners Animation League:
    - Haoliners Huimeng Animation
    - Haoliners Animation
  Illumination Entertainment:
    - Illumination
    - Illumination Films
  J.C.Staff:
    - J.C. Staff
  Khara:
    - Studio Khara
  Lan Studio:
    - Studio LAN
  Legendary Pictures:
    - Legendary Television
  LIDENFILMS:
    - Liden Films
  Lucasfilm Ltd:
    - Lucasfilm
    - Lucasfilm Animation
  Mandarin:
    - Mandarin Films
    - Mandarin Television
  Marvel Studios:
    - Marvel Enterprises
    - Marvel Entertainment
    - Marvel
  Metro-Goldwyn-Mayer:
    - MGM
  New Line Cinema:
    - New Line
  Nexus:
    - Nexus Factory
  P.A. Works:
    - P.A.WORKS
  Paramount Pictures:
    - Paramount
  Pierrot:
    - Pierrot Plus
    - Studio Pierrot
  Pixar:
    - Pixar Animation Studios
  Plan B Entertainment:
    - PlanB Entertainment
  Platinum Vision:
    - PlatinumVision
  Production +h.:
    - Production +h
  Rankin Bass Productions:
    - Rankin/Bass Productions
    - Videocraft International
  RatPac Entertainment:
    - Dune Entertainment
  Regency Pictures:
    - Regency Enterprises
    - New Regency Pictures
    - Monarchy Enterprises S.a.r.l.
  Science SARU:
    - Science Saru
  Searchlight Pictures:
    - Fox Searchlight Pictures
  Seven Arcs:
    - Seven
    - Seven Arcs Pictures
  Shogakukan:
    - Shogakukan Production
  Signal.MD:
    - Signal MD
  Silver:
    - Studio Silver
  SILVER LINK.:
    - Silver Link
  Sky studios:
    - British Sky Broadcasting
    - British Sky Broadcasting(BSkyB)
  Skydance:
    - Skydance Media
  Sony Pictures:
    - Sony
    - Sony Pictures Animation
    - Sony Pictures Television Studios
  Studio Blanc.:
    - Studio Blanc
  Studio Deen:
    - Studio DEEN
  STX Entertainment:
    - STX Films
  The Kennedy-Marshall Company:
    - The Kennedy/Marshall Company
  The Mark Gordon Company:
    - Tiger Aspect Productions
  TOHO:
    - Toho Pictures
    - Toho Pictures, Inc.
  TMS Entertainment:
    - Tokyo Movie Shinsha
  Toei Animation:
    - Toei
  TriStar Pictures:
    - TriStar
  Universal Pictures:
    - Universal
    - Universal Animation Studios
  Walt Disney Pictures:
    - Disney
  Warner Animation Group:
    - Warner Bros. Cartoon Studios
    - Warner Animation
  Warner Bros. Pictures:
    - Warner
    - Warner Animation Group
  Yokohama Animation Lab:
    - Yokohama Animation Laboratory