Files
UNIT3D-Community-Edition/database/seeders/DistributorsTableSeeder.php
2022-01-07 23:35:33 -05:00

5834 lines
182 KiB
PHP

<?php
/**
* NOTICE OF LICENSE.
*
* UNIT3D Community Edition is open-sourced software licensed under the GNU Affero General Public License v3.0
* The details is bundled with this project in the file LICENSE.txt.
*
* @project UNIT3D Community Edition
*
* @author HDVinnie <hdinnovations@protonmail.com>
* @license https://www.gnu.org/licenses/agpl-3.0.en.html/ GNU Affero General Public License v3.0
*/
namespace Database\Seeders;
use App\Models\Distributor;
use Illuminate\Database\Seeder;
class DistributorsTableSeeder extends Seeder
{
private $distributors;
public function __construct()
{
$this->distributors = $this->getDistributors();
}
/**
* Auto generated seed file.
*/
public function run(): void
{
foreach ($this->distributors as $distributor) {
Distributor::updateOrCreate($distributor);
}
}
private function getDistributors(): array
{
return [
[
'id' => 1,
'name' => '01 Distribution',
'slug' => '01distribution',
'position' => 0,
],
[
'id' => 2,
'name' => '100 Destinations Travel Film',
'slug' => '100destinationstravelfilm',
'position' => 1,
],
[
'id' => 3,
'name' => '101 Films',
'slug' => '101films',
'position' => 2,
],
[
'id' => 4,
'name' => '1Films',
'slug' => '1films',
'position' => 3,
],
[
'id' => 5,
'name' => '2 Entertain Video',
'slug' => '2entertainvideo',
'position' => 4,
],
[
'id' => 6,
'name' => '20th Century Fox',
'slug' => '20thcenturyfox',
'position' => 5,
],
[
'id' => 7,
'name' => '2L',
'slug' => '2l',
'position' => 6,
],
[
'id' => 8,
'name' => '3D Content Hub',
'slug' => '3dcontenthub',
'position' => 7,
],
[
'id' => 9,
'name' => '3D Media',
'slug' => '3dmedia',
'position' => 8,
],
[
'id' => 10,
'name' => '3L Film',
'slug' => '3lfilm',
'position' => 9,
],
[
'id' => 11,
'name' => '4Digital',
'slug' => '4digital',
'position' => 10,
],
[
'id' => 12,
'name' => '4dvd',
'slug' => '4dvd',
'position' => 11,
],
[
'id' => 13,
'name' => '4K Ultra HD Movies',
'slug' => '4kultrahdmovies',
'position' => 12,
],
[
'id' => 14,
'name' => '8-Films',
'slug' => '8films',
'position' => 13,
],
[
'id' => 15,
'name' => '84 Entertainment',
'slug' => '84entertainment',
'position' => 14,
],
[
'id' => 16,
'name' => '88 Films',
'slug' => '88films',
'position' => 15,
],
[
'id' => 17,
'name' => '@Anime',
'slug' => 'anime',
'position' => 16,
],
[
'id' => 18,
'name' => 'A Contracorriente',
'slug' => 'acontracorriente',
'position' => 17,
],
[
'id' => 19,
'name' => 'A Contracorriente Films',
'slug' => 'acontracorrientefilms',
'position' => 18,
],
[
'id' => 20,
'name' => 'A&E Home Video',
'slug' => 'aehomevideo',
'position' => 19,
],
[
'id' => 21,
'name' => 'A&M Records',
'slug' => 'amrecords',
'position' => 20,
],
[
'id' => 22,
'name' => 'A+E Networks',
'slug' => 'aenetworks',
'position' => 21,
],
[
'id' => 23,
'name' => 'A+R',
'slug' => 'ar',
'position' => 22,
],
[
'id' => 24,
'name' => 'A-film',
'slug' => 'afilm',
'position' => 23,
],
[
'id' => 25,
'name' => 'AAA',
'slug' => 'aaa',
'position' => 24,
],
[
'id' => 26,
'name' => 'AB Vidéo',
'slug' => 'abvideo',
'position' => 25,
],
[
'id' => 27,
'name' => 'ABC - (Australian Broadcasting Corporation)',
'slug' => 'abcaustralianbroadcastingcorporation',
'position' => 26,
],
[
'id' => 28,
'name' => 'abkco',
'slug' => 'abkco',
'position' => 27,
],
[
'id' => 29,
'name' => 'Absolut Medien',
'slug' => 'absolutmedien',
'position' => 28,
],
[
'id' => 30,
'name' => 'Absolute',
'slug' => 'absolute',
'position' => 29,
],
[
'id' => 31,
'name' => 'Accent Film Entertainment',
'slug' => 'accentfilmentertainment',
'position' => 30,
],
[
'id' => 32,
'name' => 'Accentus',
'slug' => 'accentus',
'position' => 31,
],
[
'id' => 33,
'name' => 'Acorn Media',
'slug' => 'acornmedia',
'position' => 32,
],
[
'id' => 34,
'name' => 'Ad Vitam',
'slug' => 'advitam',
'position' => 33,
],
[
'id' => 35,
'name' => 'Ada',
'slug' => 'ada',
'position' => 34,
],
[
'id' => 36,
'name' => 'Aditya Videos',
'slug' => 'adityavideos',
'position' => 35,
],
[
'id' => 37,
'name' => 'ADSO Films',
'slug' => 'adsofilms',
'position' => 36,
],
[
'id' => 38,
'name' => 'AFM Records',
'slug' => 'afmrecords',
'position' => 37,
],
[
'id' => 39,
'name' => 'AGFA',
'slug' => 'agfa',
'position' => 38,
],
[
'id' => 40,
'name' => 'AIX Records',
'slug' => 'aixrecords',
'position' => 39,
],
[
'id' => 41,
'name' => 'Alamode Film',
'slug' => 'alamodefilm',
'position' => 40,
],
[
'id' => 42,
'name' => 'Alba Records',
'slug' => 'albarecords',
'position' => 41,
],
[
'id' => 43,
'name' => 'Albany Records',
'slug' => 'albanyrecords',
'position' => 42,
],
[
'id' => 44,
'name' => 'Albatros',
'slug' => 'albatros',
'position' => 43,
],
[
'id' => 45,
'name' => 'Alchemy',
'slug' => 'alchemy',
'position' => 44,
],
[
'id' => 46,
'name' => 'Alive',
'slug' => 'alive',
'position' => 45,
],
[
'id' => 47,
'name' => 'All Anime',
'slug' => 'allanime',
'position' => 46,
],
[
'id' => 48,
'name' => 'All Interactive Entertainment',
'slug' => 'allinteractiveentertainment',
'position' => 47,
],
[
'id' => 49,
'name' => 'Allegro',
'slug' => 'allegro',
'position' => 48,
],
[
'id' => 50,
'name' => 'Alliance',
'slug' => 'alliance',
'position' => 49,
],
[
'id' => 51,
'name' => 'Alpha Music',
'slug' => 'alphamusic',
'position' => 50,
],
[
'id' => 52,
'name' => 'AlterDystrybucja',
'slug' => 'alterdystrybucja',
'position' => 51,
],
[
'id' => 53,
'name' => 'Altered Innocence',
'slug' => 'alteredinnocence',
'position' => 52,
],
[
'id' => 54,
'name' => 'Altitude Film Distribution',
'slug' => 'altitudefilmdistribution',
'position' => 53,
],
[
'id' => 55,
'name' => 'Alucard Records',
'slug' => 'alucardrecords',
'position' => 54,
],
[
'id' => 56,
'name' => 'Amazing D.C.',
'slug' => 'amazingdc',
'position' => 55,
],
[
'id' => 57,
'name' => 'Ammo Content',
'slug' => 'ammocontent',
'position' => 56,
],
[
'id' => 58,
'name' => 'Amuse Soft Entertainment',
'slug' => 'amusesoftentertainment',
'position' => 57,
],
[
'id' => 59,
'name' => 'ANConnect',
'slug' => 'anconnect',
'position' => 58,
],
[
'id' => 60,
'name' => 'Anec',
'slug' => 'anec',
'position' => 59,
],
[
'id' => 61,
'name' => 'Animatsu',
'slug' => 'animatsu',
'position' => 60,
],
[
'id' => 62,
'name' => 'Anime House',
'slug' => 'animehouse',
'position' => 61,
],
[
'id' => 63,
'name' => 'Anime Ltd',
'slug' => 'animeltd',
'position' => 62,
],
[
'id' => 64,
'name' => 'Anime Works',
'slug' => 'animeworks',
'position' => 63,
],
[
'id' => 65,
'name' => 'AnimEigo',
'slug' => 'animeigo',
'position' => 64,
],
[
'id' => 66,
'name' => 'Aniplex',
'slug' => 'aniplex',
'position' => 65,
],
[
'id' => 67,
'name' => 'Anolis Entertainment',
'slug' => 'anolisentertainment',
'position' => 66,
],
[
'id' => 68,
'name' => 'Another World Entertainment',
'slug' => 'anotherworldentertainment',
'position' => 67,
],
[
'id' => 69,
'name' => 'AP International',
'slug' => 'apinternational',
'position' => 68,
],
[
'id' => 70,
'name' => 'Apple',
'slug' => 'apple',
'position' => 69,
],
[
'id' => 71,
'name' => 'Ara Media',
'slug' => 'aramedia',
'position' => 70,
],
[
'id' => 72,
'name' => 'Arbelos',
'slug' => 'arbelos',
'position' => 71,
],
[
'id' => 73,
'name' => 'Arc Entertainment',
'slug' => 'arcentertainment',
'position' => 72,
],
[
'id' => 74,
'name' => 'ARP Sélection',
'slug' => 'arpselection',
'position' => 73,
],
[
'id' => 75,
'name' => 'Arrow',
'slug' => 'arrow',
'position' => 74,
],
[
'id' => 76,
'name' => 'Art Service',
'slug' => 'artservice',
'position' => 75,
],
[
'id' => 77,
'name' => 'Art Vision',
'slug' => 'artvision',
'position' => 76,
],
[
'id' => 78,
'name' => 'Arte Éditions',
'slug' => 'arteeditions',
'position' => 77,
],
[
'id' => 79,
'name' => 'Arte Vidéo',
'slug' => 'artevideo',
'position' => 78,
],
[
'id' => 80,
'name' => 'Arthaus Musik',
'slug' => 'arthausmusik',
'position' => 79,
],
[
'id' => 81,
'name' => 'Artificial Eye',
'slug' => 'artificialeye',
'position' => 80,
],
[
'id' => 82,
'name' => 'Artsploitation Films',
'slug' => 'artsploitationfilms',
'position' => 81,
],
[
'id' => 83,
'name' => 'Artus Films',
'slug' => 'artusfilms',
'position' => 82,
],
[
'id' => 84,
'name' => 'Ascot Elite Home Entertainment',
'slug' => 'ascotelitehomeentertainment',
'position' => 83,
],
[
'id' => 85,
'name' => 'Asia Video',
'slug' => 'asiavideo',
'position' => 84,
],
[
'id' => 86,
'name' => 'Asmik Ace',
'slug' => 'asmikace',
'position' => 85,
],
[
'id' => 87,
'name' => 'Astro Records & Filmworks',
'slug' => 'astrorecordsfilmworks',
'position' => 86,
],
[
'id' => 88,
'name' => 'Asylum',
'slug' => 'asylum',
'position' => 87,
],
[
'id' => 89,
'name' => 'Atlantic Film',
'slug' => 'atlanticfilm',
'position' => 88,
],
[
'id' => 90,
'name' => 'Atlantic Records',
'slug' => 'atlanticrecords',
'position' => 89,
],
[
'id' => 91,
'name' => 'Atlas Film',
'slug' => 'atlasfilm',
'position' => 90,
],
[
'id' => 92,
'name' => 'Audio Visual Entertainment',
'slug' => 'audiovisualentertainment',
'position' => 91,
],
[
'id' => 93,
'name' => 'Auro-3D Creative Label',
'slug' => 'auro3dcreativelabel',
'position' => 92,
],
[
'id' => 94,
'name' => 'Aurum',
'slug' => 'aurum',
'position' => 93,
],
[
'id' => 95,
'name' => 'AV Visionen',
'slug' => 'avvisionen',
'position' => 94,
],
[
'id' => 96,
'name' => 'AV-JET',
'slug' => 'avjet',
'position' => 95,
],
[
'id' => 97,
'name' => 'Avalon',
'slug' => 'avalon',
'position' => 96,
],
[
'id' => 98,
'name' => 'Aventi',
'slug' => 'aventi',
'position' => 97,
],
[
'id' => 99,
'name' => 'Avex Trax',
'slug' => 'avextrax',
'position' => 98,
],
[
'id' => 100,
'name' => 'Axiom',
'slug' => 'axiom',
'position' => 99,
],
[
'id' => 101,
'name' => 'Axis Records',
'slug' => 'axisrecords',
'position' => 100,
],
[
'id' => 102,
'name' => 'Ayngaran',
'slug' => 'ayngaran',
'position' => 101,
],
[
'id' => 103,
'name' => 'BAC Films',
'slug' => 'bacfilms',
'position' => 102,
],
[
'id' => 104,
'name' => 'Bach Films',
'slug' => 'bachfilms',
'position' => 103,
],
[
'id' => 105,
'name' => 'Bandai Visual',
'slug' => 'bandaivisual',
'position' => 104,
],
[
'id' => 106,
'name' => 'Barclay',
'slug' => 'barclay',
'position' => 105,
],
[
'id' => 107,
'name' => 'BBC',
'slug' => 'bbc',
'position' => 106,
],
[
'id' => 108,
'name' => 'BBi films',
'slug' => 'bbifilms',
'position' => 107,
],
[
'id' => 109,
'name' => 'BCI Home Entertainment',
'slug' => 'bcihomeentertainment',
'position' => 108,
],
[
'id' => 110,
'name' => 'Beggars Banquet',
'slug' => 'beggarsbanquet',
'position' => 109,
],
[
'id' => 111,
'name' => 'Bel Air Classiques',
'slug' => 'belairclassiques',
'position' => 110,
],
[
'id' => 112,
'name' => 'Belga Films',
'slug' => 'belgafilms',
'position' => 111,
],
[
'id' => 113,
'name' => 'Belvedere',
'slug' => 'belvedere',
'position' => 112,
],
[
'id' => 114,
'name' => 'Benelux Film Distributors',
'slug' => 'beneluxfilmdistributors',
'position' => 113,
],
[
'id' => 115,
'name' => 'Bennett-Watt Media',
'slug' => 'bennettwattmedia',
'position' => 114,
],
[
'id' => 116,
'name' => 'Berlin Classics',
'slug' => 'berlinclassics',
'position' => 115,
],
[
'id' => 117,
'name' => 'Berliner Philharmoniker Recordings',
'slug' => 'berlinerphilharmonikerrecordings',
'position' => 116,
],
[
'id' => 118,
'name' => 'Best Entertainment',
'slug' => 'bestentertainment',
'position' => 117,
],
[
'id' => 119,
'name' => 'Beyond Home Entertainment',
'slug' => 'beyondhomeentertainment',
'position' => 118,
],
[
'id' => 120,
'name' => 'BFI Video',
'slug' => 'bfivideo',
'position' => 119,
],
[
'id' => 121,
'name' => 'BFS Entertainment',
'slug' => 'bfsentertainment',
'position' => 120,
],
[
'id' => 122,
'name' => 'Bhavani',
'slug' => 'bhavani',
'position' => 121,
],
[
'id' => 123,
'name' => 'Biber Records',
'slug' => 'biberrecords',
'position' => 122,
],
[
'id' => 124,
'name' => 'Big Home Video',
'slug' => 'bighomevideo',
'position' => 123,
],
[
'id' => 125,
'name' => 'Bildstörung',
'slug' => 'bildstorung',
'position' => 124,
],
[
'id' => 126,
'name' => 'Bill Zebub',
'slug' => 'billzebub',
'position' => 125,
],
[
'id' => 127,
'name' => 'Birnenblatt',
'slug' => 'birnenblatt',
'position' => 126,
],
[
'id' => 128,
'name' => 'Bit Wel',
'slug' => 'bitwel',
'position' => 127,
],
[
'id' => 129,
'name' => 'Black Box',
'slug' => 'blackbox',
'position' => 128,
],
[
'id' => 130,
'name' => 'Black Hill Pictures',
'slug' => 'blackhillpictures',
'position' => 129,
],
[
'id' => 131,
'name' => 'Black Hole Recordings',
'slug' => 'blackholerecordings',
'position' => 130,
],
[
'id' => 132,
'name' => 'Blaqout',
'slug' => 'blaqout',
'position' => 131,
],
[
'id' => 133,
'name' => 'Blaufield Music',
'slug' => 'blaufieldmusic',
'position' => 132,
],
[
'id' => 134,
'name' => 'Blockbuster Entertainment',
'slug' => 'blockbusterentertainment',
'position' => 133,
],
[
'id' => 135,
'name' => 'Blu Phase Media',
'slug' => 'bluphasemedia',
'position' => 134,
],
[
'id' => 136,
'name' => 'Blu-ray Only',
'slug' => 'blurayonly',
'position' => 135,
],
[
'id' => 137,
'name' => 'Blue Gentian Records',
'slug' => 'bluegentianrecords',
'position' => 136,
],
[
'id' => 138,
'name' => 'Blue Kino',
'slug' => 'bluekino',
'position' => 137,
],
[
'id' => 139,
'name' => 'Blue Underground',
'slug' => 'blueunderground',
'position' => 138,
],
[
'id' => 140,
'name' => 'BMG/Arista',
'slug' => 'bmgarista',
'position' => 139,
],
[
'id' => 141,
'name' => 'Bonton Film',
'slug' => 'bontonfilm',
'position' => 140,
],
[
'id' => 142,
'name' => 'Boomerang Pictures',
'slug' => 'boomerangpictures',
'position' => 141,
],
[
'id' => 143,
'name' => 'BQHL Éditions',
'slug' => 'bqhleditions',
'position' => 142,
],
[
'id' => 144,
'name' => 'Breaking Glass',
'slug' => 'breakingglass',
'position' => 143,
],
[
'id' => 145,
'name' => 'Bridgestone',
'slug' => 'bridgestone',
'position' => 144,
],
[
'id' => 146,
'name' => 'Brink',
'slug' => 'brink',
'position' => 145,
],
[
'id' => 147,
'name' => 'Broad Green Pictures',
'slug' => 'broadgreenpictures',
'position' => 146,
],
[
'id' => 148,
'name' => 'Busch Media Group',
'slug' => 'buschmediagroup',
'position' => 147,
],
[
'id' => 149,
'name' => 'C MAJOR',
'slug' => 'cmajor',
'position' => 148,
],
[
'id' => 150,
'name' => 'C.B.S.',
'slug' => 'cbs',
'position' => 149,
],
[
'id' => 151,
'name' => 'CaiChang',
'slug' => 'caichang',
'position' => 150,
],
[
'id' => 152,
'name' => 'Califórnia Filmes',
'slug' => 'californiafilmes',
'position' => 151,
],
[
'id' => 153,
'name' => 'Cameo',
'slug' => 'cameo',
'position' => 152,
],
[
'id' => 154,
'name' => 'Camera Obscura',
'slug' => 'cameraobscura',
'position' => 153,
],
[
'id' => 155,
'name' => 'Camerata',
'slug' => 'camerata',
'position' => 154,
],
[
'id' => 156,
'name' => 'Camp Motion Pictures',
'slug' => 'campmotionpictures',
'position' => 155,
],
[
'id' => 157,
'name' => 'Capelight Pictures',
'slug' => 'capelightpictures',
'position' => 156,
],
[
'id' => 158,
'name' => 'Capitol',
'slug' => 'capitol',
'position' => 157,
],
[
'id' => 159,
'name' => 'Capitol Records',
'slug' => 'capitolrecords',
'position' => 158,
],
[
'id' => 160,
'name' => 'Capricci',
'slug' => 'capricci',
'position' => 159,
],
[
'id' => 161,
'name' => 'Cargo Records',
'slug' => 'cargorecords',
'position' => 160,
],
[
'id' => 162,
'name' => 'Carlotta Films',
'slug' => 'carlottafilms',
'position' => 161,
],
[
'id' => 163,
'name' => 'Carmen Film',
'slug' => 'carmenfilm',
'position' => 162,
],
[
'id' => 164,
'name' => 'Cascade',
'slug' => 'cascade',
'position' => 163,
],
[
'id' => 165,
'name' => 'Catchplay',
'slug' => 'catchplay',
'position' => 164,
],
[
'id' => 166,
'name' => 'Cauldron Films',
'slug' => 'cauldronfilms',
'position' => 165,
],
[
'id' => 167,
'name' => 'CBS Television Studios',
'slug' => 'cbstelevisionstudios',
'position' => 166,
],
[
'id' => 168,
'name' => 'CCTV',
'slug' => 'cctv',
'position' => 167,
],
[
'id' => 169,
'name' => 'CCV Entertainment',
'slug' => 'ccventertainment',
'position' => 168,
],
[
'id' => 170,
'name' => 'CD Baby',
'slug' => 'cdbaby',
'position' => 169,
],
[
'id' => 171,
'name' => 'CD Land',
'slug' => 'cdland',
'position' => 170,
],
[
'id' => 172,
'name' => 'Cecchi Gori',
'slug' => 'cecchigori',
'position' => 171,
],
[
'id' => 173,
'name' => 'Century Media',
'slug' => 'centurymedia',
'position' => 172,
],
[
'id' => 174,
'name' => 'Chuan Xun Shi Dai Multimedia',
'slug' => 'chuanxunshidaimultimedia',
'position' => 173,
],
[
'id' => 175,
'name' => 'Cine-Asia',
'slug' => 'cineasia',
'position' => 174,
],
[
'id' => 176,
'name' => 'Cinéart',
'slug' => 'cineart',
'position' => 175,
],
[
'id' => 177,
'name' => 'Cinedigm',
'slug' => 'cinedigm',
'position' => 176,
],
[
'id' => 178,
'name' => 'Cinefil Imagica',
'slug' => 'cinefilimagica',
'position' => 177,
],
[
'id' => 179,
'name' => 'Cinema Epoch',
'slug' => 'cinemaepoch',
'position' => 178,
],
[
'id' => 180,
'name' => 'Cinema Guild',
'slug' => 'cinemaguild',
'position' => 179,
],
[
'id' => 181,
'name' => 'Cinema Libre Studios',
'slug' => 'cinemalibrestudios',
'position' => 180,
],
[
'id' => 182,
'name' => 'Cinema Mondo',
'slug' => 'cinemamondo',
'position' => 181,
],
[
'id' => 183,
'name' => 'Cinematic Vision',
'slug' => 'cinematicvision',
'position' => 182,
],
[
'id' => 184,
'name' => 'Cineploit Records',
'slug' => 'cineploitrecords',
'position' => 183,
],
[
'id' => 185,
'name' => 'Cinestrange Extreme',
'slug' => 'cinestrangeextreme',
'position' => 184,
],
[
'id' => 186,
'name' => 'Citel Video',
'slug' => 'citelvideo',
'position' => 185,
],
[
'id' => 187,
'name' => 'CJ Entertainment',
'slug' => 'cjentertainment',
'position' => 186,
],
[
'id' => 188,
'name' => 'Classic Media',
'slug' => 'classicmedia',
'position' => 187,
],
[
'id' => 189,
'name' => 'ClassicFlix',
'slug' => 'classicflix',
'position' => 188,
],
[
'id' => 190,
'name' => 'ClassicLine',
'slug' => 'classicline',
'position' => 189,
],
[
'id' => 191,
'name' => 'Claudio Records',
'slug' => 'claudiorecords',
'position' => 190,
],
[
'id' => 192,
'name' => 'Clear Vision',
'slug' => 'clearvision',
'position' => 191,
],
[
'id' => 193,
'name' => 'Cleopatra',
'slug' => 'cleopatra',
'position' => 192,
],
[
'id' => 194,
'name' => 'Close Up',
'slug' => 'closeup',
'position' => 193,
],
[
'id' => 195,
'name' => 'CMS Media Limited',
'slug' => 'cmsmedialimited',
'position' => 194,
],
[
'id' => 196,
'name' => 'CMV Laservision',
'slug' => 'cmvlaservision',
'position' => 195,
],
[
'id' => 197,
'name' => 'CN Entertainment',
'slug' => 'cnentertainment',
'position' => 196,
],
[
'id' => 198,
'name' => 'Code Red',
'slug' => 'codered',
'position' => 197,
],
[
'id' => 199,
'name' => 'Cohen Media Group',
'slug' => 'cohenmediagroup',
'position' => 198,
],
[
'id' => 200,
'name' => 'Coin de mire Cinéma',
'slug' => 'coindemirecinema',
'position' => 199,
],
[
'id' => 201,
'name' => 'Colosseo Film',
'slug' => 'colosseofilm',
'position' => 200,
],
[
'id' => 202,
'name' => 'Columbia',
'slug' => 'columbia',
'position' => 201,
],
[
'id' => 203,
'name' => 'Columbia Pictures',
'slug' => 'columbiapictures',
'position' => 202,
],
[
'id' => 204,
'name' => 'Columbia/Tri-Star',
'slug' => 'columbiatristar',
'position' => 203,
],
[
'id' => 205,
'name' => 'Commercial Marketing',
'slug' => 'commercialmarketing',
'position' => 204,
],
[
'id' => 206,
'name' => 'Concord Music Group',
'slug' => 'concordmusicgroup',
'position' => 205,
],
[
'id' => 207,
'name' => 'Concorde Video',
'slug' => 'concordevideo',
'position' => 206,
],
[
'id' => 208,
'name' => 'Condor',
'slug' => 'condor',
'position' => 207,
],
[
'id' => 209,
'name' => 'Constantin Film',
'slug' => 'constantinfilm',
'position' => 208,
],
[
'id' => 210,
'name' => 'Constantino Filmes',
'slug' => 'constantinofilmes',
'position' => 209,
],
[
'id' => 211,
'name' => 'Constructive Media Service',
'slug' => 'constructivemediaservice',
'position' => 210,
],
[
'id' => 212,
'name' => 'Content Zone',
'slug' => 'contentzone',
'position' => 211,
],
[
'id' => 213,
'name' => 'Contents Gate',
'slug' => 'contentsgate',
'position' => 212,
],
[
'id' => 214,
'name' => 'Coqueiro Verde',
'slug' => 'coqueiroverde',
'position' => 213,
],
[
'id' => 215,
'name' => 'Cornerstone Media',
'slug' => 'cornerstonemedia',
'position' => 214,
],
[
'id' => 216,
'name' => 'CP Digital',
'slug' => 'cpdigital',
'position' => 215,
],
[
'id' => 217,
'name' => 'Crest Movies',
'slug' => 'crestmovies',
'position' => 216,
],
[
'id' => 218,
'name' => 'Criterion',
'slug' => 'criterion',
'position' => 217,
],
[
'id' => 219,
'name' => 'Crystal Classics',
'slug' => 'crystalclassics',
'position' => 218,
],
[
'id' => 220,
'name' => 'Cult Epics',
'slug' => 'cultepics',
'position' => 219,
],
[
'id' => 221,
'name' => 'Cult Films',
'slug' => 'cultfilms',
'position' => 220,
],
[
'id' => 222,
'name' => 'Cult Video',
'slug' => 'cultvideo',
'position' => 221,
],
[
'id' => 223,
'name' => 'Curzon Film World',
'slug' => 'curzonfilmworld',
'position' => 222,
],
[
'id' => 224,
'name' => 'D Films',
'slug' => 'dfilms',
'position' => 223,
],
[
'id' => 225,
'name' => 'D\'ailly Company',
'slug' => 'daillycompany',
'position' => 224,
],
[
'id' => 226,
'name' => 'Da Capo',
'slug' => 'dacapo',
'position' => 225,
],
[
'id' => 227,
'name' => 'DA Music',
'slug' => 'damusic',
'position' => 226,
],
[
'id' => 228,
'name' => 'Dall\'Angelo Pictures',
'slug' => 'dallangelopictures',
'position' => 227,
],
[
'id' => 229,
'name' => 'Daredo',
'slug' => 'daredo',
'position' => 228,
],
[
'id' => 230,
'name' => 'Dark Force Entertainment',
'slug' => 'darkforceentertainment',
'position' => 229,
],
[
'id' => 231,
'name' => 'Dark Side Releasing',
'slug' => 'darksidereleasing',
'position' => 230,
],
[
'id' => 232,
'name' => 'Dazzler Media',
'slug' => 'dazzlermedia',
'position' => 231,
],
[
'id' => 233,
'name' => 'DCM Pictures',
'slug' => 'dcmpictures',
'position' => 232,
],
[
'id' => 234,
'name' => 'DeAPlaneta',
'slug' => 'deaplaneta',
'position' => 233,
],
[
'id' => 235,
'name' => 'Decca',
'slug' => 'decca',
'position' => 234,
],
[
'id' => 236,
'name' => 'Deepjoy',
'slug' => 'deepjoy',
'position' => 235,
],
[
'id' => 237,
'name' => 'Defiant Screen Entertainment',
'slug' => 'defiantscreenentertainment',
'position' => 236,
],
[
'id' => 238,
'name' => 'Delos',
'slug' => 'delos',
'position' => 237,
],
[
'id' => 239,
'name' => 'Delphian Records',
'slug' => 'delphianrecords',
'position' => 238,
],
[
'id' => 240,
'name' => 'Delta Music & Entertainment',
'slug' => 'deltamusicentertainment',
'position' => 239,
],
[
'id' => 241,
'name' => 'Deltamac Co. Ltd.',
'slug' => 'deltamaccoltd',
'position' => 240,
],
[
'id' => 242,
'name' => 'Demand Media',
'slug' => 'demandmedia',
'position' => 241,
],
[
'id' => 243,
'name' => 'DEP',
'slug' => 'dep',
'position' => 242,
],
[
'id' => 244,
'name' => 'Deutsche Grammophon',
'slug' => 'deutschegrammophon',
'position' => 243,
],
[
'id' => 245,
'name' => 'DFW',
'slug' => 'dfw',
'position' => 244,
],
[
'id' => 246,
'name' => 'DGM',
'slug' => 'dgm',
'position' => 245,
],
[
'id' => 247,
'name' => 'Diaphana',
'slug' => 'diaphana',
'position' => 246,
],
[
'id' => 248,
'name' => 'DigiDreams Studios',
'slug' => 'digidreamsstudios',
'position' => 247,
],
[
'id' => 249,
'name' => 'Digital Environments',
'slug' => 'digitalenvironments',
'position' => 248,
],
[
'id' => 250,
'name' => 'Discotek Media',
'slug' => 'discotekmedia',
'position' => 249,
],
[
'id' => 251,
'name' => 'Discovery Channel',
'slug' => 'discoverychannel',
'position' => 250,
],
[
'id' => 252,
'name' => 'Disk Kino',
'slug' => 'diskkino',
'position' => 251,
],
[
'id' => 253,
'name' => 'Disney / Buena Vista',
'slug' => 'disneybuenavista',
'position' => 252,
],
[
'id' => 254,
'name' => 'Distribution Select',
'slug' => 'distributionselect',
'position' => 253,
],
[
'id' => 255,
'name' => 'Divisa',
'slug' => 'divisa',
'position' => 254,
],
[
'id' => 256,
'name' => 'Dnc Entertainment',
'slug' => 'dncentertainment',
'position' => 255,
],
[
'id' => 257,
'name' => 'Dogwoof',
'slug' => 'dogwoof',
'position' => 256,
],
[
'id' => 258,
'name' => 'Dolmen Home Video',
'slug' => 'dolmenhomevideo',
'position' => 257,
],
[
'id' => 259,
'name' => 'Donau Film',
'slug' => 'donaufilm',
'position' => 258,
],
[
'id' => 260,
'name' => 'Dorado Films',
'slug' => 'doradofilms',
'position' => 259,
],
[
'id' => 261,
'name' => 'Drafthouse Films',
'slug' => 'drafthousefilms',
'position' => 260,
],
[
'id' => 262,
'name' => 'Dragon Film Entertainment',
'slug' => 'dragonfilmentertainment',
'position' => 261,
],
[
'id' => 263,
'name' => 'DreamWorks',
'slug' => 'dreamworks',
'position' => 262,
],
[
'id' => 264,
'name' => 'Drive On Records',
'slug' => 'driveonrecords',
'position' => 263,
],
[
'id' => 265,
'name' => 'DS Media',
'slug' => 'dsmedia',
'position' => 264,
],
[
'id' => 266,
'name' => 'DTP Entertainment AG',
'slug' => 'dtpentertainmentag',
'position' => 265,
],
[
'id' => 267,
'name' => 'DTS Entertainment',
'slug' => 'dtsentertainment',
'position' => 266,
],
[
'id' => 268,
'name' => 'Duke Marketing',
'slug' => 'dukemarketing',
'position' => 267,
],
[
'id' => 269,
'name' => 'Duke Video Distribution',
'slug' => 'dukevideodistribution',
'position' => 268,
],
[
'id' => 270,
'name' => 'Dutch FilmWorks',
'slug' => 'dutchfilmworks',
'position' => 269,
],
[
'id' => 271,
'name' => 'DVD International',
'slug' => 'dvdinternational',
'position' => 270,
],
[
'id' => 272,
'name' => 'Dybex',
'slug' => 'dybex',
'position' => 271,
],
[
'id' => 273,
'name' => 'Dynamic',
'slug' => 'dynamic',
'position' => 272,
],
[
'id' => 274,
'name' => 'Dynit',
'slug' => 'dynit',
'position' => 273,
],
[
'id' => 275,
'name' => 'E1 Entertainment',
'slug' => 'e1entertainment',
'position' => 274,
],
[
'id' => 276,
'name' => 'Eagle Entertainment',
'slug' => 'eagleentertainment',
'position' => 275,
],
[
'id' => 277,
'name' => 'Eagle Home Entertainment Pvt.Ltd.',
'slug' => 'eaglehomeentertainmentpvtltd',
'position' => 276,
],
[
'id' => 278,
'name' => 'Eagle Pictures',
'slug' => 'eaglepictures',
'position' => 277,
],
[
'id' => 279,
'name' => 'Eagle Rock Entertainment',
'slug' => 'eaglerockentertainment',
'position' => 278,
],
[
'id' => 280,
'name' => 'Eagle Vision Media',
'slug' => 'eaglevisionmedia',
'position' => 279,
],
[
'id' => 281,
'name' => 'Earmusic',
'slug' => 'earmusic',
'position' => 280,
],
[
'id' => 282,
'name' => 'Earth Entertainment',
'slug' => 'earthentertainment',
'position' => 281,
],
[
'id' => 283,
'name' => 'Echo Bridge Entertainment',
'slug' => 'echobridgeentertainment',
'position' => 282,
],
[
'id' => 284,
'name' => 'Edel Germany GmbH',
'slug' => 'edelgermanygmbh',
'position' => 283,
],
[
'id' => 285,
'name' => 'Edel records',
'slug' => 'edelrecords',
'position' => 284,
],
[
'id' => 286,
'name' => 'Edition Tonfilm',
'slug' => 'editiontonfilm',
'position' => 285,
],
[
'id' => 287,
'name' => 'Editions Montparnasse',
'slug' => 'editionsmontparnasse',
'position' => 286,
],
[
'id' => 288,
'name' => 'Edko Films Ltd.',
'slug' => 'edkofilmsltd',
'position' => 287,
],
[
'id' => 289,
'name' => 'Ein\'s M&M CO',
'slug' => 'einsmmco',
'position' => 288,
],
[
'id' => 290,
'name' => 'ELEA-Media',
'slug' => 'eleamedia',
'position' => 289,
],
[
'id' => 291,
'name' => 'Electric Picture',
'slug' => 'electricpicture',
'position' => 290,
],
[
'id' => 292,
'name' => 'Elephant Films',
'slug' => 'elephantfilms',
'position' => 291,
],
[
'id' => 293,
'name' => 'Elevation',
'slug' => 'elevation',
'position' => 292,
],
[
'id' => 294,
'name' => 'EMI',
'slug' => 'emi',
'position' => 293,
],
[
'id' => 295,
'name' => 'Emon',
'slug' => 'emon',
'position' => 294,
],
[
'id' => 296,
'name' => 'EMS',
'slug' => 'ems',
'position' => 295,
],
[
'id' => 297,
'name' => 'Emylia',
'slug' => 'emylia',
'position' => 296,
],
[
'id' => 298,
'name' => 'ENE Media',
'slug' => 'enemedia',
'position' => 297,
],
[
'id' => 299,
'name' => 'Entertainment in Video',
'slug' => 'entertainmentinvideo',
'position' => 298,
],
[
'id' => 300,
'name' => 'Entertainment One',
'slug' => 'entertainmentone',
'position' => 299,
],
[
'id' => 301,
'name' => 'Entertainment One Films Canada Inc.',
'slug' => 'entertainmentonefilmscanadainc',
'position' => 300,
],
[
'id' => 302,
'name' => 'entertainmentone',
'slug' => 'entertainmentone',
'position' => 301,
],
[
'id' => 303,
'name' => 'Eone',
'slug' => 'eone',
'position' => 302,
],
[
'id' => 304,
'name' => 'Eos',
'slug' => 'eos',
'position' => 303,
],
[
'id' => 305,
'name' => 'Epic Pictures',
'slug' => 'epicpictures',
'position' => 304,
],
[
'id' => 306,
'name' => 'Epic Records',
'slug' => 'epicrecords',
'position' => 305,
],
[
'id' => 307,
'name' => 'Erato',
'slug' => 'erato',
'position' => 306,
],
[
'id' => 308,
'name' => 'Eros',
'slug' => 'eros',
'position' => 307,
],
[
'id' => 309,
'name' => 'ESC Editions',
'slug' => 'esceditions',
'position' => 308,
],
[
'id' => 310,
'name' => 'Escapi Media BV',
'slug' => 'escapimediabv',
'position' => 309,
],
[
'id' => 311,
'name' => 'Esoteric Recordings',
'slug' => 'esotericrecordings',
'position' => 310,
],
[
'id' => 312,
'name' => 'ESPN Films',
'slug' => 'espnfilms',
'position' => 311,
],
[
'id' => 313,
'name' => 'Eureka Entertainment',
'slug' => 'eurekaentertainment',
'position' => 312,
],
[
'id' => 314,
'name' => 'Euro Pictures',
'slug' => 'europictures',
'position' => 313,
],
[
'id' => 315,
'name' => 'Euro Video',
'slug' => 'eurovideo',
'position' => 314,
],
[
'id' => 316,
'name' => 'EuroArts',
'slug' => 'euroarts',
'position' => 315,
],
[
'id' => 317,
'name' => 'Europa Filmes',
'slug' => 'europafilmes',
'position' => 316,
],
[
'id' => 318,
'name' => 'EuropaCorp',
'slug' => 'europacorp',
'position' => 317,
],
[
'id' => 319,
'name' => 'Eurozoom',
'slug' => 'eurozoom',
'position' => 318,
],
[
'id' => 320,
'name' => 'Excel',
'slug' => 'excel',
'position' => 319,
],
[
'id' => 321,
'name' => 'Explosive Media',
'slug' => 'explosivemedia',
'position' => 320,
],
[
'id' => 322,
'name' => 'Extralucid Films',
'slug' => 'extralucidfilms',
'position' => 321,
],
[
'id' => 323,
'name' => 'Eye See Movies',
'slug' => 'eyeseemovies',
'position' => 322,
],
[
'id' => 324,
'name' => 'EYK Media',
'slug' => 'eykmedia',
'position' => 323,
],
[
'id' => 325,
'name' => 'Fabulous Films',
'slug' => 'fabulousfilms',
'position' => 324,
],
[
'id' => 326,
'name' => 'Factoris Films',
'slug' => 'factorisfilms',
'position' => 325,
],
[
'id' => 327,
'name' => 'Farao Records',
'slug' => 'faraorecords',
'position' => 326,
],
[
'id' => 328,
'name' => 'Farbfilm Home Entertainment',
'slug' => 'farbfilmhomeentertainment',
'position' => 327,
],
[
'id' => 329,
'name' => 'Feelgood Entertainment',
'slug' => 'feelgoodentertainment',
'position' => 328,
],
[
'id' => 330,
'name' => 'Fernsehjuwelen',
'slug' => 'fernsehjuwelen',
'position' => 329,
],
[
'id' => 331,
'name' => 'Film Chest',
'slug' => 'filmchest',
'position' => 330,
],
[
'id' => 332,
'name' => 'Film Media',
'slug' => 'filmmedia',
'position' => 331,
],
[
'id' => 333,
'name' => 'Film Movement',
'slug' => 'filmmovement',
'position' => 332,
],
[
'id' => 334,
'name' => 'Film4',
'slug' => 'film4',
'position' => 333,
],
[
'id' => 335,
'name' => 'Filmart',
'slug' => 'filmart',
'position' => 334,
],
[
'id' => 336,
'name' => 'Filmauro',
'slug' => 'filmauro',
'position' => 335,
],
[
'id' => 337,
'name' => 'Filmax',
'slug' => 'filmax',
'position' => 336,
],
[
'id' => 338,
'name' => 'FilmConfect Home Entertainment',
'slug' => 'filmconfecthomeentertainment',
'position' => 337,
],
[
'id' => 339,
'name' => 'Filmedia',
'slug' => 'filmedia',
'position' => 338,
],
[
'id' => 340,
'name' => 'Filmjuwelen',
'slug' => 'filmjuwelen',
'position' => 339,
],
[
'id' => 341,
'name' => 'Filmoteka Narodawa',
'slug' => 'filmotekanarodawa',
'position' => 340,
],
[
'id' => 342,
'name' => 'FilmRise',
'slug' => 'filmrise',
'position' => 341,
],
[
'id' => 343,
'name' => 'Final Cut Entertainment',
'slug' => 'finalcutentertainment',
'position' => 342,
],
[
'id' => 344,
'name' => 'Firehouse 12 Records',
'slug' => 'firehouse12records',
'position' => 343,
],
[
'id' => 345,
'name' => 'First International Production',
'slug' => 'firstinternationalproduction',
'position' => 344,
],
[
'id' => 346,
'name' => 'First Look Studios',
'slug' => 'firstlookstudios',
'position' => 345,
],
[
'id' => 347,
'name' => 'Flagman trade',
'slug' => 'flagmantrade',
'position' => 346,
],
[
'id' => 348,
'name' => 'Flashstar Filmes',
'slug' => 'flashstarfilmes',
'position' => 347,
],
[
'id' => 349,
'name' => 'Flicker Alley',
'slug' => 'flickeralley',
'position' => 348,
],
[
'id' => 350,
'name' => 'FNC Add Culture',
'slug' => 'fncaddculture',
'position' => 349,
],
[
'id' => 351,
'name' => 'Focus Filmes',
'slug' => 'focusfilmes',
'position' => 350,
],
[
'id' => 352,
'name' => 'Fokus Media',
'slug' => 'fokusmedia',
'position' => 351,
],
[
'id' => 353,
'name' => 'Fox Pathe Europa',
'slug' => 'foxpatheeuropa',
'position' => 352,
],
[
'id' => 354,
'name' => 'Fox/MGM',
'slug' => 'foxmgm',
'position' => 353,
],
[
'id' => 355,
'name' => 'FPE',
'slug' => 'fpe',
'position' => 354,
],
[
'id' => 356,
'name' => 'France Télévisions Distribution',
'slug' => 'francetelevisionsdistribution',
'position' => 355,
],
[
'id' => 357,
'name' => 'Free Dolphin Entertainment',
'slug' => 'freedolphinentertainment',
'position' => 356,
],
[
'id' => 358,
'name' => 'Freestyle Digital Media',
'slug' => 'freestyledigitalmedia',
'position' => 357,
],
[
'id' => 359,
'name' => 'Fremantle Home Entertainment',
'slug' => 'fremantlehomeentertainment',
'position' => 358,
],
[
'id' => 360,
'name' => 'Frenetic Films',
'slug' => 'freneticfilms',
'position' => 359,
],
[
'id' => 361,
'name' => 'Frontier Works',
'slug' => 'frontierworks',
'position' => 360,
],
[
'id' => 362,
'name' => 'Frontiers Music',
'slug' => 'frontiersmusic',
'position' => 361,
],
[
'id' => 363,
'name' => 'Frontiers Records',
'slug' => 'frontiersrecords',
'position' => 362,
],
[
'id' => 364,
'name' => 'FS Film Oy',
'slug' => 'fsfilmoy',
'position' => 363,
],
[
'id' => 365,
'name' => 'Full Moon Features',
'slug' => 'fullmoonfeatures',
'position' => 364,
],
[
'id' => 366,
'name' => 'Fun City Editions',
'slug' => 'funcityeditions',
'position' => 365,
],
[
'id' => 367,
'name' => 'FUNimation Entertainment',
'slug' => 'funimationentertainment',
'position' => 366,
],
[
'id' => 368,
'name' => 'Fusion',
'slug' => 'fusion',
'position' => 367,
],
[
'id' => 369,
'name' => 'Futurefilm',
'slug' => 'futurefilm',
'position' => 368,
],
[
'id' => 370,
'name' => 'G2 Pictures',
'slug' => 'g2pictures',
'position' => 369,
],
[
'id' => 371,
'name' => 'Gaga Communications',
'slug' => 'gagacommunications',
'position' => 370,
],
[
'id' => 372,
'name' => 'Gaiam',
'slug' => 'gaiam',
'position' => 371,
],
[
'id' => 373,
'name' => 'Galapagos',
'slug' => 'galapagos',
'position' => 372,
],
[
'id' => 374,
'name' => 'Gamma Home Entertainment',
'slug' => 'gammahomeentertainment',
'position' => 373,
],
[
'id' => 375,
'name' => 'Garagehouse Pictures',
'slug' => 'garagehousepictures',
'position' => 374,
],
[
'id' => 376,
'name' => 'GaragePlay (車庫娛樂)',
'slug' => 'garageplayheuue',
'position' => 375,
],
[
'id' => 377,
'name' => 'Gaumont',
'slug' => 'gaumont',
'position' => 376,
],
[
'id' => 378,
'name' => 'Geffen',
'slug' => 'geffen',
'position' => 377,
],
[
'id' => 379,
'name' => 'Geneon Entertainment',
'slug' => 'geneonentertainment',
'position' => 378,
],
[
'id' => 380,
'name' => 'Geneon Universal Entertainment',
'slug' => 'geneonuniversalentertainment',
'position' => 379,
],
[
'id' => 381,
'name' => 'General Video Recording',
'slug' => 'generalvideorecording',
'position' => 380,
],
[
'id' => 382,
'name' => 'Glass Doll Films',
'slug' => 'glassdollfilms',
'position' => 381,
],
[
'id' => 383,
'name' => 'Globe Music Media',
'slug' => 'globemusicmedia',
'position' => 382,
],
[
'id' => 384,
'name' => 'Go Entertain',
'slug' => 'goentertain',
'position' => 383,
],
[
'id' => 385,
'name' => 'Golden Harvest',
'slug' => 'goldenharvest',
'position' => 384,
],
[
'id' => 386,
'name' => 'good!movies',
'slug' => 'goodmovies',
'position' => 385,
],
[
'id' => 387,
'name' => 'Grapevine Video',
'slug' => 'grapevinevideo',
'position' => 386,
],
[
'id' => 388,
'name' => 'Grasshopper Film',
'slug' => 'grasshopperfilm',
'position' => 387,
],
[
'id' => 389,
'name' => 'Gravitas Ventures',
'slug' => 'gravitasventures',
'position' => 388,
],
[
'id' => 390,
'name' => 'Great Movies',
'slug' => 'greatmovies',
'position' => 389,
],
[
'id' => 391,
'name' => 'Green Apple Entertainment',
'slug' => 'greenappleentertainment',
'position' => 390,
],
[
'id' => 392,
'name' => 'GreenNarae Media',
'slug' => 'greennaraemedia',
'position' => 391,
],
[
'id' => 393,
'name' => 'Grindhouse Releasing',
'slug' => 'grindhousereleasing',
'position' => 392,
],
[
'id' => 394,
'name' => 'Gryphon Entertainment',
'slug' => 'gryphonentertainment',
'position' => 393,
],
[
'id' => 395,
'name' => 'Gunpowder & Sky',
'slug' => 'gunpowdersky',
'position' => 394,
],
[
'id' => 396,
'name' => 'Hanabee Entertainment',
'slug' => 'hanabeeentertainment',
'position' => 395,
],
[
'id' => 397,
'name' => 'Hannover House',
'slug' => 'hannoverhouse',
'position' => 396,
],
[
'id' => 398,
'name' => 'HanseSound',
'slug' => 'hansesound',
'position' => 397,
],
[
'id' => 399,
'name' => 'Happinet',
'slug' => 'happinet',
'position' => 398,
],
[
'id' => 400,
'name' => 'Harmonia Mundi',
'slug' => 'harmoniamundi',
'position' => 399,
],
[
'id' => 401,
'name' => 'HBO',
'slug' => 'hbo',
'position' => 400,
],
[
'id' => 402,
'name' => 'HDC',
'slug' => 'hdc',
'position' => 401,
],
[
'id' => 403,
'name' => 'HEC',
'slug' => 'hec',
'position' => 402,
],
[
'id' => 404,
'name' => 'Hell & Back Recordings',
'slug' => 'hellbackrecordings',
'position' => 403,
],
[
'id' => 405,
'name' => 'Hen\'s Tooth Video',
'slug' => 'henstoothvideo',
'position' => 404,
],
[
'id' => 406,
'name' => 'High Fliers',
'slug' => 'highfliers',
'position' => 405,
],
[
'id' => 407,
'name' => 'Highlight',
'slug' => 'highlight',
'position' => 406,
],
[
'id' => 408,
'name' => 'Hillsong',
'slug' => 'hillsong',
'position' => 407,
],
[
'id' => 409,
'name' => 'History Channel',
'slug' => 'historychannel',
'position' => 408,
],
[
'id' => 410,
'name' => 'HK Vidéo',
'slug' => 'hkvideo',
'position' => 409,
],
[
'id' => 411,
'name' => 'HMH Hamburger Medien Haus',
'slug' => 'hmhhamburgermedienhaus',
'position' => 410,
],
[
'id' => 412,
'name' => 'Hollywood Classic Entertainment',
'slug' => 'hollywoodclassicentertainment',
'position' => 411,
],
[
'id' => 413,
'name' => 'Hollywood Pictures',
'slug' => 'hollywoodpictures',
'position' => 412,
],
[
'id' => 414,
'name' => 'Hopscotch Entertainment',
'slug' => 'hopscotchentertainment',
'position' => 413,
],
[
'id' => 415,
'name' => 'HPM',
'slug' => 'hpm',
'position' => 414,
],
[
'id' => 416,
'name' => 'Hännsler Classic',
'slug' => 'hannslerclassic',
'position' => 415,
],
[
'id' => 417,
'name' => 'i-catcher',
'slug' => 'icatcher',
'position' => 416,
],
[
'id' => 418,
'name' => 'I-ON New Media',
'slug' => 'ionnewmedia',
'position' => 417,
],
[
'id' => 419,
'name' => 'IAN Productions',
'slug' => 'ianproductions',
'position' => 418,
],
[
'id' => 420,
'name' => 'Icestorm',
'slug' => 'icestorm',
'position' => 419,
],
[
'id' => 421,
'name' => 'Icon Film Distribution',
'slug' => 'iconfilmdistribution',
'position' => 420,
],
[
'id' => 422,
'name' => 'Ideale Audience',
'slug' => 'idealeaudience',
'position' => 421,
],
[
'id' => 423,
'name' => 'IFC Films',
'slug' => 'ifcfilms',
'position' => 422,
],
[
'id' => 424,
'name' => 'ifilm',
'slug' => 'ifilm',
'position' => 423,
],
[
'id' => 425,
'name' => 'Illusions Unltd.',
'slug' => 'illusionsunltd',
'position' => 424,
],
[
'id' => 426,
'name' => 'Image Entertainment',
'slug' => 'imageentertainment',
'position' => 425,
],
[
'id' => 427,
'name' => 'Imagem Filmes',
'slug' => 'imagemfilmes',
'position' => 426,
],
[
'id' => 428,
'name' => 'Imovision',
'slug' => 'imovision',
'position' => 427,
],
[
'id' => 429,
'name' => 'Imperial Cinepix',
'slug' => 'imperialcinepix',
'position' => 428,
],
[
'id' => 430,
'name' => 'Imprint',
'slug' => 'imprint',
'position' => 429,
],
[
'id' => 431,
'name' => 'Impuls Home Entertainment',
'slug' => 'impulshomeentertainment',
'position' => 430,
],
[
'id' => 432,
'name' => 'in-akustik',
'slug' => 'inakustik',
'position' => 431,
],
[
'id' => 433,
'name' => 'Inception Media Group',
'slug' => 'inceptionmediagroup',
'position' => 432,
],
[
'id' => 434,
'name' => 'Independent',
'slug' => 'independent',
'position' => 433,
],
[
'id' => 435,
'name' => 'Indican',
'slug' => 'indican',
'position' => 434,
],
[
'id' => 436,
'name' => 'Indie Rights',
'slug' => 'indierights',
'position' => 435,
],
[
'id' => 437,
'name' => 'Indigo',
'slug' => 'indigo',
'position' => 436,
],
[
'id' => 438,
'name' => 'INFO',
'slug' => 'info',
'position' => 437,
],
[
'id' => 439,
'name' => 'Injoingan',
'slug' => 'injoingan',
'position' => 438,
],
[
'id' => 440,
'name' => 'Inked Pictures',
'slug' => 'inkedpictures',
'position' => 439,
],
[
'id' => 441,
'name' => 'Inside Out Music',
'slug' => 'insideoutmusic',
'position' => 440,
],
[
'id' => 442,
'name' => 'InterCom',
'slug' => 'intercom',
'position' => 441,
],
[
'id' => 443,
'name' => 'Intercontinental Video',
'slug' => 'intercontinentalvideo',
'position' => 442,
],
[
'id' => 444,
'name' => 'Intergroove',
'slug' => 'intergroove',
'position' => 443,
],
[
'id' => 445,
'name' => 'Interscope',
'slug' => 'interscope',
'position' => 444,
],
[
'id' => 446,
'name' => 'Invincible Pictures',
'slug' => 'invinciblepictures',
'position' => 445,
],
[
'id' => 447,
'name' => 'Island/Mercury',
'slug' => 'islandmercury',
'position' => 446,
],
[
'id' => 448,
'name' => 'ITN',
'slug' => 'itn',
'position' => 447,
],
[
'id' => 449,
'name' => 'ITV DVD',
'slug' => 'itvdvd',
'position' => 448,
],
[
'id' => 450,
'name' => 'IVC',
'slug' => 'ivc',
'position' => 449,
],
[
'id' => 451,
'name' => 'Ive Entertainment',
'slug' => 'iveentertainment',
'position' => 450,
],
[
'id' => 452,
'name' => 'J&R Adventures',
'slug' => 'jradventures',
'position' => 451,
],
[
'id' => 453,
'name' => 'Jakob',
'slug' => 'jakob',
'position' => 452,
],
[
'id' => 454,
'name' => 'Jonu Media',
'slug' => 'jonumedia',
'position' => 453,
],
[
'id' => 455,
'name' => 'JRB Productions',
'slug' => 'jrbproductions',
'position' => 454,
],
[
'id' => 456,
'name' => 'Just Bridge Entertainment',
'slug' => 'justbridgeentertainment',
'position' => 455,
],
[
'id' => 457,
'name' => 'Kaboom Entertainment',
'slug' => 'kaboomentertainment',
'position' => 456,
],
[
'id' => 458,
'name' => 'Kadokawa Entertainment',
'slug' => 'kadokawaentertainment',
'position' => 457,
],
[
'id' => 459,
'name' => 'Kairos',
'slug' => 'kairos',
'position' => 458,
],
[
'id' => 460,
'name' => 'Kaleidoscope Entertainment',
'slug' => 'kaleidoscopeentertainment',
'position' => 459,
],
[
'id' => 461,
'name' => 'Kam & Ronson Enterprises',
'slug' => 'kamronsonenterprises',
'position' => 460,
],
[
'id' => 462,
'name' => 'Kana Home Video',
'slug' => 'kanahomevideo',
'position' => 461,
],
[
'id' => 463,
'name' => 'Karma Films',
'slug' => 'karmafilms',
'position' => 462,
],
[
'id' => 464,
'name' => 'Katzenberger',
'slug' => 'katzenberger',
'position' => 463,
],
[
'id' => 465,
'name' => 'Kaze',
'slug' => 'kaze',
'position' => 464,
],
[
'id' => 466,
'name' => 'KBS Media',
'slug' => 'kbsmedia',
'position' => 465,
],
[
'id' => 467,
'name' => 'KD MEDIA',
'slug' => 'kdmedia',
'position' => 466,
],
[
'id' => 468,
'name' => 'King Media',
'slug' => 'kingmedia',
'position' => 467,
],
[
'id' => 469,
'name' => 'King Records',
'slug' => 'kingrecords',
'position' => 468,
],
[
'id' => 470,
'name' => 'Kino Lorber',
'slug' => 'kinolorber',
'position' => 469,
],
[
'id' => 471,
'name' => 'Kino Swiat',
'slug' => 'kinoswiat',
'position' => 470,
],
[
'id' => 472,
'name' => 'Kinokuniya',
'slug' => 'kinokuniya',
'position' => 471,
],
[
'id' => 473,
'name' => 'Kinowelt Home Entertainment/DVD',
'slug' => 'kinowelthomeentertainmentdvd',
'position' => 472,
],
[
'id' => 474,
'name' => 'Kit Parker Films',
'slug' => 'kitparkerfilms',
'position' => 473,
],
[
'id' => 475,
'name' => 'Kitty Media',
'slug' => 'kittymedia',
'position' => 474,
],
[
'id' => 476,
'name' => 'KNM Home Entertainment',
'slug' => 'knmhomeentertainment',
'position' => 475,
],
[
'id' => 477,
'name' => 'Koba Films',
'slug' => 'kobafilms',
'position' => 476,
],
[
'id' => 478,
'name' => 'Koch Entertainment',
'slug' => 'kochentertainment',
'position' => 477,
],
[
'id' => 479,
'name' => 'Koch Media',
'slug' => 'kochmedia',
'position' => 478,
],
[
'id' => 480,
'name' => 'Kraken Releasing',
'slug' => 'krakenreleasing',
'position' => 479,
],
[
'id' => 481,
'name' => 'Kscope',
'slug' => 'kscope',
'position' => 480,
],
[
'id' => 482,
'name' => 'KSM',
'slug' => 'ksm',
'position' => 481,
],
[
'id' => 483,
'name' => 'Kultur',
'slug' => 'kultur',
'position' => 482,
],
[
'id' => 484,
'name' => 'L\'atelier d\'images',
'slug' => 'latelierdimages',
'position' => 483,
],
[
'id' => 485,
'name' => 'La Aventura Audiovisual',
'slug' => 'laaventuraaudiovisual',
'position' => 484,
],
[
'id' => 486,
'name' => 'Lace Group',
'slug' => 'lacegroup',
'position' => 485,
],
[
'id' => 487,
'name' => 'Laser Paradise',
'slug' => 'laserparadise',
'position' => 486,
],
[
'id' => 488,
'name' => 'Layons',
'slug' => 'layons',
'position' => 487,
],
[
'id' => 489,
'name' => 'LCJ Editions',
'slug' => 'lcjeditions',
'position' => 488,
],
[
'id' => 490,
'name' => 'Le chat qui fume',
'slug' => 'lechatquifume',
'position' => 489,
],
[
'id' => 491,
'name' => 'Le Pacte',
'slug' => 'lepacte',
'position' => 490,
],
[
'id' => 492,
'name' => 'Ledick Filmhandel',
'slug' => 'ledickfilmhandel',
'position' => 491,
],
[
'id' => 493,
'name' => 'Legend',
'slug' => 'legend',
'position' => 492,
],
[
'id' => 494,
'name' => 'Leomark Studios',
'slug' => 'leomarkstudios',
'position' => 493,
],
[
'id' => 495,
'name' => 'Leonine Films',
'slug' => 'leoninefilms',
'position' => 494,
],
[
'id' => 496,
'name' => 'Lichtung Media Ltd',
'slug' => 'lichtungmedialtd',
'position' => 495,
],
[
'id' => 497,
'name' => 'Lighthouse Home Entertainment',
'slug' => 'lighthousehomeentertainment',
'position' => 496,
],
[
'id' => 498,
'name' => 'Lightyear',
'slug' => 'lightyear',
'position' => 497,
],
[
'id' => 499,
'name' => 'Lionsgate Films',
'slug' => 'lionsgatefilms',
'position' => 498,
],
[
'id' => 500,
'name' => 'Lizard Cinema Trade',
'slug' => 'lizardcinematrade',
'position' => 499,
],
[
'id' => 501,
'name' => 'Llamentol',
'slug' => 'llamentol',
'position' => 500,
],
[
'id' => 502,
'name' => 'Lobster Films',
'slug' => 'lobsterfilms',
'position' => 501,
],
[
'id' => 503,
'name' => 'LogOn',
'slug' => 'logon',
'position' => 502,
],
[
'id' => 504,
'name' => 'Lorber Films',
'slug' => 'lorberfilms',
'position' => 503,
],
[
'id' => 505,
'name' => 'Los Banditos Films',
'slug' => 'losbanditosfilms',
'position' => 504,
],
[
'id' => 506,
'name' => 'Loud & Proud Records',
'slug' => 'loudproudrecords',
'position' => 505,
],
[
'id' => 507,
'name' => 'LSO Live',
'slug' => 'lsolive',
'position' => 506,
],
[
'id' => 508,
'name' => 'Lucasfilm',
'slug' => 'lucasfilm',
'position' => 507,
],
[
'id' => 509,
'name' => 'Lucky Red',
'slug' => 'luckyred',
'position' => 508,
],
[
'id' => 510,
'name' => 'Lumière Home Entertainment',
'slug' => 'lumierehomeentertainment',
'position' => 509,
],
[
'id' => 511,
'name' => 'M6 Video',
'slug' => 'm6video',
'position' => 510,
],
[
'id' => 512,
'name' => 'Mad Dimension',
'slug' => 'maddimension',
'position' => 511,
],
[
'id' => 513,
'name' => 'Madman Entertainment',
'slug' => 'madmanentertainment',
'position' => 512,
],
[
'id' => 514,
'name' => 'Magic Box',
'slug' => 'magicbox',
'position' => 513,
],
[
'id' => 515,
'name' => 'Magic Play',
'slug' => 'magicplay',
'position' => 514,
],
[
'id' => 516,
'name' => 'Magna Home Entertainment',
'slug' => 'magnahomeentertainment',
'position' => 515,
],
[
'id' => 517,
'name' => 'Magnolia Pictures',
'slug' => 'magnoliapictures',
'position' => 516,
],
[
'id' => 518,
'name' => 'Maiden Japan',
'slug' => 'maidenjapan',
'position' => 517,
],
[
'id' => 519,
'name' => 'Majeng Media',
'slug' => 'majengmedia',
'position' => 518,
],
[
'id' => 520,
'name' => 'Majestic Home Entertainment',
'slug' => 'majestichomeentertainment',
'position' => 519,
],
[
'id' => 521,
'name' => 'Manga Home Entertainment',
'slug' => 'mangahomeentertainment',
'position' => 520,
],
[
'id' => 522,
'name' => 'Manta Lab',
'slug' => 'mantalab',
'position' => 521,
],
[
'id' => 523,
'name' => 'Maple Studios',
'slug' => 'maplestudios',
'position' => 522,
],
[
'id' => 524,
'name' => 'Marco Polo Production',
'slug' => 'marcopoloproduction',
'position' => 523,
],
[
'id' => 525,
'name' => 'Mariinsky',
'slug' => 'mariinsky',
'position' => 524,
],
[
'id' => 526,
'name' => 'Marvel Studios',
'slug' => 'marvelstudios',
'position' => 525,
],
[
'id' => 527,
'name' => 'Mascot Records',
'slug' => 'mascotrecords',
'position' => 526,
],
[
'id' => 528,
'name' => 'Massacre Video',
'slug' => 'massacrevideo',
'position' => 527,
],
[
'id' => 529,
'name' => 'Matchbox',
'slug' => 'matchbox',
'position' => 528,
],
[
'id' => 530,
'name' => 'Matrix D',
'slug' => 'matrixd',
'position' => 529,
],
[
'id' => 531,
'name' => 'Maxam',
'slug' => 'maxam',
'position' => 530,
],
[
'id' => 532,
'name' => 'Maya Home Entertainment',
'slug' => 'mayahomeentertainment',
'position' => 531,
],
[
'id' => 533,
'name' => 'MDG',
'slug' => 'mdg',
'position' => 532,
],
[
'id' => 534,
'name' => 'Media Blasters',
'slug' => 'mediablasters',
'position' => 533,
],
[
'id' => 535,
'name' => 'Media Factory',
'slug' => 'mediafactory',
'position' => 534,
],
[
'id' => 536,
'name' => 'Media Target Distribution',
'slug' => 'mediatargetdistribution',
'position' => 535,
],
[
'id' => 537,
'name' => 'MediaInVision',
'slug' => 'mediainvision',
'position' => 536,
],
[
'id' => 538,
'name' => 'Mediatoon',
'slug' => 'mediatoon',
'position' => 537,
],
[
'id' => 539,
'name' => 'Mediatres Estudio',
'slug' => 'mediatresestudio',
'position' => 538,
],
[
'id' => 540,
'name' => 'Medici Arts',
'slug' => 'mediciarts',
'position' => 539,
],
[
'id' => 541,
'name' => 'Medici Classics',
'slug' => 'mediciclassics',
'position' => 540,
],
[
'id' => 542,
'name' => 'Mediumrare Entertainment',
'slug' => 'mediumrareentertainment',
'position' => 541,
],
[
'id' => 543,
'name' => 'Medusa',
'slug' => 'medusa',
'position' => 542,
],
[
'id' => 544,
'name' => 'MegaStar',
'slug' => 'megastar',
'position' => 543,
],
[
'id' => 545,
'name' => 'Mei Ah',
'slug' => 'meiah',
'position' => 544,
],
[
'id' => 546,
'name' => 'Meli Médias',
'slug' => 'melimedias',
'position' => 545,
],
[
'id' => 547,
'name' => 'Memento Films',
'slug' => 'mementofilms',
'position' => 546,
],
[
'id' => 548,
'name' => 'Menemsha Films',
'slug' => 'menemshafilms',
'position' => 547,
],
[
'id' => 549,
'name' => 'Mercury',
'slug' => 'mercury',
'position' => 548,
],
[
'id' => 550,
'name' => 'Mercury Studios',
'slug' => 'mercurystudios',
'position' => 549,
],
[
'id' => 551,
'name' => 'Merge Soft Productions',
'slug' => 'mergesoftproductions',
'position' => 550,
],
[
'id' => 552,
'name' => 'Metal Blade Records',
'slug' => 'metalbladerecords',
'position' => 551,
],
[
'id' => 553,
'name' => 'Meteor',
'slug' => 'meteor',
'position' => 552,
],
[
'id' => 554,
'name' => 'Metro-Goldwyn-Mayer',
'slug' => 'metrogoldwynmayer',
'position' => 553,
],
[
'id' => 555,
'name' => 'Metrodome Video',
'slug' => 'metrodomevideo',
'position' => 554,
],
[
'id' => 556,
'name' => 'Metropolitan',
'slug' => 'metropolitan',
'position' => 555,
],
[
'id' => 557,
'name' => 'MFA+',
'slug' => 'mfa',
'position' => 556,
],
[
'id' => 558,
'name' => 'MIG Filmgroup',
'slug' => 'migfilmgroup',
'position' => 557,
],
[
'id' => 559,
'name' => 'Milestone',
'slug' => 'milestone',
'position' => 558,
],
[
'id' => 560,
'name' => 'Mill Creek Entertainment',
'slug' => 'millcreekentertainment',
'position' => 559,
],
[
'id' => 561,
'name' => 'Millennium Media',
'slug' => 'millenniummedia',
'position' => 560,
],
[
'id' => 562,
'name' => 'Mirage Entertainment',
'slug' => 'mirageentertainment',
'position' => 561,
],
[
'id' => 563,
'name' => 'Miramax',
'slug' => 'miramax',
'position' => 562,
],
[
'id' => 564,
'name' => 'Misteriya Zvuka',
'slug' => 'misteriyazvuka',
'position' => 563,
],
[
'id' => 565,
'name' => 'MK2',
'slug' => 'mk2',
'position' => 564,
],
[
'id' => 566,
'name' => 'Mode Records',
'slug' => 'moderecords',
'position' => 565,
],
[
'id' => 567,
'name' => 'Momentum Pictures',
'slug' => 'momentumpictures',
'position' => 566,
],
[
'id' => 568,
'name' => 'Mondo Home Entertainment',
'slug' => 'mondohomeentertainment',
'position' => 567,
],
[
'id' => 569,
'name' => 'Mondo Macabro',
'slug' => 'mondomacabro',
'position' => 568,
],
[
'id' => 570,
'name' => 'Mongrel Media',
'slug' => 'mongrelmedia',
'position' => 569,
],
[
'id' => 571,
'name' => 'Monolit',
'slug' => 'monolit',
'position' => 570,
],
[
'id' => 572,
'name' => 'Monolith Video',
'slug' => 'monolithvideo',
'position' => 571,
],
[
'id' => 573,
'name' => 'Monster Pictures',
'slug' => 'monsterpictures',
'position' => 572,
],
[
'id' => 574,
'name' => 'Monterey Video',
'slug' => 'montereyvideo',
'position' => 573,
],
[
'id' => 575,
'name' => 'Monument Releasing',
'slug' => 'monumentreleasing',
'position' => 574,
],
[
'id' => 576,
'name' => 'Morningstar',
'slug' => 'morningstar',
'position' => 575,
],
[
'id' => 577,
'name' => 'Moserbaer',
'slug' => 'moserbaer',
'position' => 576,
],
[
'id' => 578,
'name' => 'Moviemax',
'slug' => 'moviemax',
'position' => 577,
],
[
'id' => 579,
'name' => 'Movinside',
'slug' => 'movinside',
'position' => 578,
],
[
'id' => 580,
'name' => 'MPI Media Group',
'slug' => 'mpimediagroup',
'position' => 579,
],
[
'id' => 581,
'name' => 'Mr. Bongo Films',
'slug' => 'mrbongofilms',
'position' => 580,
],
[
'id' => 582,
'name' => 'Mrg (Meridian)',
'slug' => 'mrgmeridian',
'position' => 581,
],
[
'id' => 583,
'name' => 'MUBI',
'slug' => 'mubi',
'position' => 582,
],
[
'id' => 584,
'name' => 'Mug Shot Productions',
'slug' => 'mugshotproductions',
'position' => 583,
],
[
'id' => 585,
'name' => 'Multimusic',
'slug' => 'multimusic',
'position' => 584,
],
[
'id' => 586,
'name' => 'Muse',
'slug' => 'muse',
'position' => 585,
],
[
'id' => 587,
'name' => 'Music Box Films',
'slug' => 'musicboxfilms',
'position' => 586,
],
[
'id' => 588,
'name' => 'Music Brokers',
'slug' => 'musicbrokers',
'position' => 587,
],
[
'id' => 589,
'name' => 'Music Theories',
'slug' => 'musictheories',
'position' => 588,
],
[
'id' => 590,
'name' => 'Music Video Distributors',
'slug' => 'musicvideodistributors',
'position' => 589,
],
[
'id' => 591,
'name' => 'Mustang Entertainment',
'slug' => 'mustangentertainment',
'position' => 590,
],
[
'id' => 592,
'name' => 'MVD Visual',
'slug' => 'mvdvisual',
'position' => 591,
],
[
'id' => 593,
'name' => 'MVD/VSC',
'slug' => 'mvdvsc',
'position' => 592,
],
[
'id' => 594,
'name' => 'MVL',
'slug' => 'mvl',
'position' => 593,
],
[
'id' => 595,
'name' => 'MVM Entertainment',
'slug' => 'mvmentertainment',
'position' => 594,
],
[
'id' => 596,
'name' => 'Myndform',
'slug' => 'myndform',
'position' => 595,
],
[
'id' => 597,
'name' => 'Mystic Night Pictures',
'slug' => 'mysticnightpictures',
'position' => 596,
],
[
'id' => 598,
'name' => 'Nameless Media',
'slug' => 'namelessmedia',
'position' => 597,
],
[
'id' => 599,
'name' => 'Napalm Records',
'slug' => 'napalmrecords',
'position' => 598,
],
[
'id' => 600,
'name' => 'National Entertainment Media',
'slug' => 'nationalentertainmentmedia',
'position' => 599,
],
[
'id' => 601,
'name' => 'National Film Archive',
'slug' => 'nationalfilmarchive',
'position' => 600,
],
[
'id' => 602,
'name' => 'National Geographic',
'slug' => 'nationalgeographic',
'position' => 601,
],
[
'id' => 603,
'name' => 'Naxos',
'slug' => 'naxos',
'position' => 602,
],
[
'id' => 604,
'name' => 'NBCUniversal Entertainment Japan',
'slug' => 'nbcuniversalentertainmentjapan',
'position' => 603,
],
[
'id' => 605,
'name' => 'NBO Entertainment',
'slug' => 'nboentertainment',
'position' => 604,
],
[
'id' => 606,
'name' => 'Neos',
'slug' => 'neos',
'position' => 605,
],
[
'id' => 607,
'name' => 'Netflix',
'slug' => 'netflix',
'position' => 606,
],
[
'id' => 608,
'name' => 'Network',
'slug' => 'network',
'position' => 607,
],
[
'id' => 609,
'name' => 'New Blood',
'slug' => 'newblood',
'position' => 608,
],
[
'id' => 610,
'name' => 'New Disc',
'slug' => 'newdisc',
'position' => 609,
],
[
'id' => 611,
'name' => 'New KSM',
'slug' => 'newksm',
'position' => 610,
],
[
'id' => 612,
'name' => 'New Line Cinema',
'slug' => 'newlinecinema',
'position' => 611,
],
[
'id' => 613,
'name' => 'New Movie Trading Co. Ltd',
'slug' => 'newmovietradingcoltd',
'position' => 612,
],
[
'id' => 614,
'name' => 'New Wave Films',
'slug' => 'newwavefilms',
'position' => 613,
],
[
'id' => 615,
'name' => 'NFi',
'slug' => 'nfi',
'position' => 614,
],
[
'id' => 616,
'name' => 'NHK',
'slug' => 'nhk',
'position' => 615,
],
[
'id' => 617,
'name' => 'Nipponart',
'slug' => 'nipponart',
'position' => 616,
],
[
'id' => 618,
'name' => 'NIS America',
'slug' => 'nisamerica',
'position' => 617,
],
[
'id' => 619,
'name' => 'Njutafilms',
'slug' => 'njutafilms',
'position' => 618,
],
[
'id' => 620,
'name' => 'Noble Entertainment',
'slug' => 'nobleentertainment',
'position' => 619,
],
[
'id' => 621,
'name' => 'Nordisk Film',
'slug' => 'nordiskfilm',
'position' => 620,
],
[
'id' => 622,
'name' => 'Norsk Film',
'slug' => 'norskfilm',
'position' => 621,
],
[
'id' => 623,
'name' => 'North American Motion Pictures',
'slug' => 'northamericanmotionpictures',
'position' => 622,
],
[
'id' => 624,
'name' => 'NOS Audiovisuais',
'slug' => 'nosaudiovisuais',
'position' => 623,
],
[
'id' => 625,
'name' => 'Notorious Pictures',
'slug' => 'notoriouspictures',
'position' => 624,
],
[
'id' => 626,
'name' => 'Nova Media',
'slug' => 'novamedia',
'position' => 625,
],
[
'id' => 627,
'name' => 'Nova Sales and Distribution',
'slug' => 'novasalesanddistribution',
'position' => 626,
],
[
'id' => 628,
'name' => 'NSM',
'slug' => 'nsm',
'position' => 627,
],
[
'id' => 629,
'name' => 'NSM Records',
'slug' => 'nsmrecords',
'position' => 628,
],
[
'id' => 630,
'name' => 'Nuclear Blast',
'slug' => 'nuclearblast',
'position' => 629,
],
[
'id' => 631,
'name' => 'Nucleus Films',
'slug' => 'nucleusfilms',
'position' => 630,
],
[
'id' => 632,
'name' => 'Oberlin Music',
'slug' => 'oberlinmusic',
'position' => 631,
],
[
'id' => 633,
'name' => 'Obras-Primas do Cinema',
'slug' => 'obrasprimasdocinema',
'position' => 632,
],
[
'id' => 634,
'name' => 'Odeon',
'slug' => 'odeon',
'position' => 633,
],
[
'id' => 635,
'name' => 'OFDb Filmworks',
'slug' => 'ofdbfilmworks',
'position' => 634,
],
[
'id' => 636,
'name' => 'Olive Films',
'slug' => 'olivefilms',
'position' => 635,
],
[
'id' => 637,
'name' => 'Ondine',
'slug' => 'ondine',
'position' => 636,
],
[
'id' => 638,
'name' => 'OnScreen Films',
'slug' => 'onscreenfilms',
'position' => 637,
],
[
'id' => 639,
'name' => 'Opening Distribution',
'slug' => 'openingdistribution',
'position' => 638,
],
[
'id' => 640,
'name' => 'Opera Australia',
'slug' => 'operaaustralia',
'position' => 639,
],
[
'id' => 641,
'name' => 'Optimum Home Entertainment',
'slug' => 'optimumhomeentertainment',
'position' => 640,
],
[
'id' => 642,
'name' => 'Opus Arte',
'slug' => 'opusarte',
'position' => 641,
],
[
'id' => 643,
'name' => 'Orange Studio',
'slug' => 'orangestudio',
'position' => 642,
],
[
'id' => 644,
'name' => 'Orlando Eastwood Films',
'slug' => 'orlandoeastwoodfilms',
'position' => 643,
],
[
'id' => 645,
'name' => 'Orustak Pictures',
'slug' => 'orustakpictures',
'position' => 644,
],
[
'id' => 646,
'name' => 'Oscilloscope Pictures',
'slug' => 'oscilloscopepictures',
'position' => 645,
],
[
'id' => 647,
'name' => 'Outplay',
'slug' => 'outplay',
'position' => 646,
],
[
'id' => 648,
'name' => 'Palisades Tartan',
'slug' => 'palisadestartan',
'position' => 647,
],
[
'id' => 649,
'name' => 'Pan Vision',
'slug' => 'panvision',
'position' => 648,
],
[
'id' => 650,
'name' => 'Panamint Cinema',
'slug' => 'panamintcinema',
'position' => 649,
],
[
'id' => 651,
'name' => 'Pandastorm Entertainment',
'slug' => 'pandastormentertainment',
'position' => 650,
],
[
'id' => 652,
'name' => 'Pandora Film',
'slug' => 'pandorafilm',
'position' => 651,
],
[
'id' => 653,
'name' => 'Panegyric',
'slug' => 'panegyric',
'position' => 652,
],
[
'id' => 654,
'name' => 'Panorama',
'slug' => 'panorama',
'position' => 653,
],
[
'id' => 655,
'name' => 'Parade Deck Films',
'slug' => 'paradedeckfilms',
'position' => 654,
],
[
'id' => 656,
'name' => 'Paradise',
'slug' => 'paradise',
'position' => 655,
],
[
'id' => 657,
'name' => 'Paradiso Films',
'slug' => 'paradisofilms',
'position' => 656,
],
[
'id' => 658,
'name' => 'Paradox',
'slug' => 'paradox',
'position' => 657,
],
[
'id' => 659,
'name' => 'Paramount Pictures',
'slug' => 'paramountpictures',
'position' => 658,
],
[
'id' => 660,
'name' => 'Paris Filmes',
'slug' => 'parisfilmes',
'position' => 659,
],
[
'id' => 661,
'name' => 'Park Circus',
'slug' => 'parkcircus',
'position' => 660,
],
[
'id' => 662,
'name' => 'Parlophone',
'slug' => 'parlophone',
'position' => 661,
],
[
'id' => 663,
'name' => 'Passion River',
'slug' => 'passionriver',
'position' => 662,
],
[
'id' => 664,
'name' => 'Pathe Distribution',
'slug' => 'pathedistribution',
'position' => 663,
],
[
'id' => 665,
'name' => 'PBS',
'slug' => 'pbs',
'position' => 664,
],
[
'id' => 666,
'name' => 'Peace Arch Trinity',
'slug' => 'peacearchtrinity',
'position' => 665,
],
[
'id' => 667,
'name' => 'Peccadillo Pictures',
'slug' => 'peccadillopictures',
'position' => 666,
],
[
'id' => 668,
'name' => 'peppermint',
'slug' => 'peppermint',
'position' => 667,
],
[
'id' => 669,
'name' => 'Phase 4 Films',
'slug' => 'phase4films',
'position' => 668,
],
[
'id' => 670,
'name' => 'Philharmonia Baroque',
'slug' => 'philharmoniabaroque',
'position' => 669,
],
[
'id' => 671,
'name' => 'Picture House Entertainment',
'slug' => 'picturehouseentertainment',
'position' => 670,
],
[
'id' => 672,
'name' => 'Pidax',
'slug' => 'pidax',
'position' => 671,
],
[
'id' => 673,
'name' => 'Pink Floyd Records',
'slug' => 'pinkfloydrecords',
'position' => 672,
],
[
'id' => 674,
'name' => 'Pinnacle Films',
'slug' => 'pinnaclefilms',
'position' => 673,
],
[
'id' => 675,
'name' => 'Plain',
'slug' => 'plain',
'position' => 674,
],
[
'id' => 676,
'name' => 'Platform Entertainment Limited',
'slug' => 'platformentertainmentlimited',
'position' => 675,
],
[
'id' => 677,
'name' => 'PlayArte',
'slug' => 'playarte',
'position' => 676,
],
[
'id' => 678,
'name' => 'PLG UK Classics',
'slug' => 'plgukclassics',
'position' => 677,
],
[
'id' => 679,
'name' => 'Polyband & Toppic Video/WVG',
'slug' => 'polybandtoppicvideowvg',
'position' => 678,
],
[
'id' => 680,
'name' => 'Polydor',
'slug' => 'polydor',
'position' => 679,
],
[
'id' => 681,
'name' => 'Pony',
'slug' => 'pony',
'position' => 680,
],
[
'id' => 682,
'name' => 'Pony Canyon',
'slug' => 'ponycanyon',
'position' => 681,
],
[
'id' => 683,
'name' => 'Potemkine',
'slug' => 'potemkine',
'position' => 682,
],
[
'id' => 684,
'name' => 'Powerhouse Films',
'slug' => 'powerhousefilms',
'position' => 683,
],
[
'id' => 685,
'name' => 'Powerstatiom',
'slug' => 'powerstatiom',
'position' => 684,
],
[
'id' => 686,
'name' => 'Pride & Joy',
'slug' => 'pridejoy',
'position' => 685,
],
[
'id' => 687,
'name' => 'Prinz Media',
'slug' => 'prinzmedia',
'position' => 686,
],
[
'id' => 688,
'name' => 'Pris Audiovisuais',
'slug' => 'prisaudiovisuais',
'position' => 687,
],
[
'id' => 689,
'name' => 'Pro Video',
'slug' => 'provideo',
'position' => 688,
],
[
'id' => 690,
'name' => 'Pro-Motion',
'slug' => 'promotion',
'position' => 689,
],
[
'id' => 691,
'name' => 'Prod. JRB',
'slug' => 'prodjrb',
'position' => 690,
],
[
'id' => 692,
'name' => 'ProDisc',
'slug' => 'prodisc',
'position' => 691,
],
[
'id' => 693,
'name' => 'Prokino',
'slug' => 'prokino',
'position' => 692,
],
[
'id' => 694,
'name' => 'Provogue Records',
'slug' => 'provoguerecords',
'position' => 693,
],
[
'id' => 695,
'name' => 'Proware',
'slug' => 'proware',
'position' => 694,
],
[
'id' => 696,
'name' => 'Pulp Video',
'slug' => 'pulpvideo',
'position' => 695,
],
[
'id' => 697,
'name' => 'Pulse Video',
'slug' => 'pulsevideo',
'position' => 696,
],
[
'id' => 698,
'name' => 'Pure Audio Recordings',
'slug' => 'pureaudiorecordings',
'position' => 697,
],
[
'id' => 699,
'name' => 'Pure Flix Entertainment',
'slug' => 'pureflixentertainment',
'position' => 698,
],
[
'id' => 700,
'name' => 'Pyramide Video',
'slug' => 'pyramidevideo',
'position' => 699,
],
[
'id' => 701,
'name' => 'Quality Films',
'slug' => 'qualityfilms',
'position' => 700,
],
[
'id' => 702,
'name' => 'Quarto Valley Records',
'slug' => 'quartovalleyrecords',
'position' => 701,
],
[
'id' => 703,
'name' => 'Questar',
'slug' => 'questar',
'position' => 702,
],
[
'id' => 704,
'name' => 'R Squared Films',
'slug' => 'rsquaredfilms',
'position' => 703,
],
[
'id' => 705,
'name' => 'Rapid Eye Movies',
'slug' => 'rapideyemovies',
'position' => 704,
],
[
'id' => 706,
'name' => 'Raro Video',
'slug' => 'rarovideo',
'position' => 705,
],
[
'id' => 707,
'name' => 'RaroVideo U.S.',
'slug' => 'rarovideous',
'position' => 706,
],
[
'id' => 708,
'name' => 'Raven Banner Releasing',
'slug' => 'ravenbannerreleasing',
'position' => 707,
],
[
'id' => 709,
'name' => 'Razor Digital Entertainment',
'slug' => 'razordigitalentertainment',
'position' => 708,
],
[
'id' => 710,
'name' => 'RCA',
'slug' => 'rca',
'position' => 709,
],
[
'id' => 711,
'name' => 'RCO Live',
'slug' => 'rcolive',
'position' => 710,
],
[
'id' => 712,
'name' => 'RCV',
'slug' => 'rcv',
'position' => 711,
],
[
'id' => 713,
'name' => 'Real Gone Music',
'slug' => 'realgonemusic',
'position' => 712,
],
[
'id' => 714,
'name' => 'Reanimedia',
'slug' => 'reanimedia',
'position' => 713,
],
[
'id' => 715,
'name' => 'Redemption',
'slug' => 'redemption',
'position' => 714,
],
[
'id' => 716,
'name' => 'Reel',
'slug' => 'reel',
'position' => 715,
],
[
'id' => 717,
'name' => 'Reliance Home Video & Games',
'slug' => 'reliancehomevideogames',
'position' => 716,
],
[
'id' => 718,
'name' => 'REM Culture',
'slug' => 'remculture',
'position' => 717,
],
[
'id' => 719,
'name' => 'Remain in Light',
'slug' => 'remaininlight',
'position' => 718,
],
[
'id' => 720,
'name' => 'Reprise',
'slug' => 'reprise',
'position' => 719,
],
[
'id' => 721,
'name' => 'Resen',
'slug' => 'resen',
'position' => 720,
],
[
'id' => 722,
'name' => 'Retromedia',
'slug' => 'retromedia',
'position' => 721,
],
[
'id' => 723,
'name' => 'Revelation Films Ltd.',
'slug' => 'revelationfilmsltd',
'position' => 722,
],
[
'id' => 724,
'name' => 'Revolver Entertainment',
'slug' => 'revolverentertainment',
'position' => 723,
],
[
'id' => 725,
'name' => 'Rhino Music',
'slug' => 'rhinomusic',
'position' => 724,
],
[
'id' => 726,
'name' => 'RHV',
'slug' => 'rhv',
'position' => 725,
],
[
'id' => 727,
'name' => 'Right Stuf',
'slug' => 'rightstuf',
'position' => 726,
],
[
'id' => 728,
'name' => 'Rimini Editions',
'slug' => 'riminieditions',
'position' => 727,
],
[
'id' => 729,
'name' => 'Rising Sun Media',
'slug' => 'risingsunmedia',
'position' => 728,
],
[
'id' => 730,
'name' => 'RLJ Entertainment',
'slug' => 'rljentertainment',
'position' => 729,
],
[
'id' => 731,
'name' => 'Roadrunner Records',
'slug' => 'roadrunnerrecords',
'position' => 730,
],
[
'id' => 732,
'name' => 'Roadshow Entertainment',
'slug' => 'roadshowentertainment',
'position' => 731,
],
[
'id' => 733,
'name' => 'Rone',
'slug' => 'rone',
'position' => 732,
],
[
'id' => 734,
'name' => 'Ronin Flix',
'slug' => 'roninflix',
'position' => 733,
],
[
'id' => 735,
'name' => 'Rotana Home Entertainment',
'slug' => 'rotanahomeentertainment',
'position' => 734,
],
[
'id' => 736,
'name' => 'Rough Trade',
'slug' => 'roughtrade',
'position' => 735,
],
[
'id' => 737,
'name' => 'Rounder',
'slug' => 'rounder',
'position' => 736,
],
[
'id' => 738,
'name' => 'Saffron Hill Films',
'slug' => 'saffronhillfilms',
'position' => 737,
],
[
'id' => 739,
'name' => 'Samuel Goldwyn Films',
'slug' => 'samuelgoldwynfilms',
'position' => 738,
],
[
'id' => 740,
'name' => 'San Francisco Symphony',
'slug' => 'sanfranciscosymphony',
'position' => 739,
],
[
'id' => 741,
'name' => 'Sandrew Metronome',
'slug' => 'sandrewmetronome',
'position' => 740,
],
[
'id' => 742,
'name' => 'Saphrane',
'slug' => 'saphrane',
'position' => 741,
],
[
'id' => 743,
'name' => 'Savor',
'slug' => 'savor',
'position' => 742,
],
[
'id' => 744,
'name' => 'Scanbox Entertainment',
'slug' => 'scanboxentertainment',
'position' => 743,
],
[
'id' => 745,
'name' => 'Scenic Labs',
'slug' => 'sceniclabs',
'position' => 744,
],
[
'id' => 746,
'name' => 'SchröderMedia',
'slug' => 'schrodermedia',
'position' => 745,
],
[
'id' => 747,
'name' => 'Scorpion Releasing',
'slug' => 'scorpionreleasing',
'position' => 746,
],
[
'id' => 748,
'name' => 'Scream Team Releasing',
'slug' => 'screamteamreleasing',
'position' => 747,
],
[
'id' => 749,
'name' => 'Screen Media',
'slug' => 'screenmedia',
'position' => 748,
],
[
'id' => 750,
'name' => 'Screenbound Pictures',
'slug' => 'screenboundpictures',
'position' => 749,
],
[
'id' => 751,
'name' => 'Screenwave Media',
'slug' => 'screenwavemedia',
'position' => 750,
],
[
'id' => 752,
'name' => 'Second Run',
'slug' => 'secondrun',
'position' => 751,
],
[
'id' => 753,
'name' => 'Second Sight',
'slug' => 'secondsight',
'position' => 752,
],
[
'id' => 754,
'name' => 'Seedsman Group',
'slug' => 'seedsmangroup',
'position' => 753,
],
[
'id' => 755,
'name' => 'Select Video',
'slug' => 'selectvideo',
'position' => 754,
],
[
'id' => 756,
'name' => 'Selecta Vision',
'slug' => 'selectavision',
'position' => 755,
],
[
'id' => 757,
'name' => 'Senator',
'slug' => 'senator',
'position' => 756,
],
[
'id' => 758,
'name' => 'Sentai Filmworks',
'slug' => 'sentaifilmworks',
'position' => 757,
],
[
'id' => 759,
'name' => 'Seven7',
'slug' => 'seven7',
'position' => 758,
],
[
'id' => 760,
'name' => 'Severin Films',
'slug' => 'severinfilms',
'position' => 759,
],
[
'id' => 761,
'name' => 'Seville',
'slug' => 'seville',
'position' => 760,
],
[
'id' => 762,
'name' => 'Seyons Entertainment',
'slug' => 'seyonsentertainment',
'position' => 761,
],
[
'id' => 763,
'name' => 'SF Studios',
'slug' => 'sfstudios',
'position' => 762,
],
[
'id' => 764,
'name' => 'SGL Entertainment',
'slug' => 'sglentertainment',
'position' => 763,
],
[
'id' => 765,
'name' => 'Shameless',
'slug' => 'shameless',
'position' => 764,
],
[
'id' => 766,
'name' => 'Shamrock Media',
'slug' => 'shamrockmedia',
'position' => 765,
],
[
'id' => 767,
'name' => 'Shanghai Epic Music Entertainment',
'slug' => 'shanghaiepicmusicentertainment',
'position' => 766,
],
[
'id' => 768,
'name' => 'Shemaroo',
'slug' => 'shemaroo',
'position' => 767,
],
[
'id' => 769,
'name' => 'Shochiku',
'slug' => 'shochiku',
'position' => 768,
],
[
'id' => 770,
'name' => 'Shock',
'slug' => 'shock',
'position' => 769,
],
[
'id' => 771,
'name' => 'Shogaku Kan',
'slug' => 'shogakukan',
'position' => 770,
],
[
'id' => 772,
'name' => 'Shout Factory',
'slug' => 'shoutfactory',
'position' => 771,
],
[
'id' => 773,
'name' => 'Showbox',
'slug' => 'showbox',
'position' => 772,
],
[
'id' => 774,
'name' => 'Showtime Entertainment',
'slug' => 'showtimeentertainment',
'position' => 773,
],
[
'id' => 775,
'name' => 'Shriek Show',
'slug' => 'shriekshow',
'position' => 774,
],
[
'id' => 776,
'name' => 'Shudder',
'slug' => 'shudder',
'position' => 775,
],
[
'id' => 777,
'name' => 'Sidonis',
'slug' => 'sidonis',
'position' => 776,
],
[
'id' => 778,
'name' => 'Sidonis Calysta',
'slug' => 'sidoniscalysta',
'position' => 777,
],
[
'id' => 779,
'name' => 'Signal One Entertainment',
'slug' => 'signaloneentertainment',
'position' => 778,
],
[
'id' => 780,
'name' => 'Signature Entertainment',
'slug' => 'signatureentertainment',
'position' => 779,
],
[
'id' => 781,
'name' => 'Silver Vision',
'slug' => 'silvervision',
'position' => 780,
],
[
'id' => 782,
'name' => 'Sinister Film',
'slug' => 'sinisterfilm',
'position' => 781,
],
[
'id' => 783,
'name' => 'Siren Visual Entertainment',
'slug' => 'sirenvisualentertainment',
'position' => 782,
],
[
'id' => 784,
'name' => 'Skani',
'slug' => 'skani',
'position' => 783,
],
[
'id' => 785,
'name' => 'Sky Digi',
'slug' => 'skydigi',
'position' => 784,
],
[
'id' => 786,
'name' => 'Slasher // Video',
'slug' => 'slashervideo',
'position' => 785,
],
[
'id' => 787,
'name' => 'Slovak Film Institute',
'slug' => 'slovakfilminstitute',
'position' => 786,
],
[
'id' => 788,
'name' => 'SM Life Design Group',
'slug' => 'smlifedesigngroup',
'position' => 787,
],
[
'id' => 789,
'name' => 'Smooth Pictures',
'slug' => 'smoothpictures',
'position' => 788,
],
[
'id' => 790,
'name' => 'Snapper Music',
'slug' => 'snappermusic',
'position' => 789,
],
[
'id' => 791,
'name' => 'Soda Pictures',
'slug' => 'sodapictures',
'position' => 790,
],
[
'id' => 792,
'name' => 'Sono Luminus',
'slug' => 'sonoluminus',
'position' => 791,
],
[
'id' => 793,
'name' => 'Sony Music',
'slug' => 'sonymusic',
'position' => 792,
],
[
'id' => 794,
'name' => 'Sony Pictures',
'slug' => 'sonypictures',
'position' => 793,
],
[
'id' => 795,
'name' => 'Sony Pictures Classics',
'slug' => 'sonypicturesclassics',
'position' => 794,
],
[
'id' => 796,
'name' => 'Soul Media',
'slug' => 'soulmedia',
'position' => 795,
],
[
'id' => 797,
'name' => 'Soulfood Music Distribution',
'slug' => 'soulfoodmusicdistribution',
'position' => 796,
],
[
'id' => 798,
'name' => 'Soyuz',
'slug' => 'soyuz',
'position' => 797,
],
[
'id' => 799,
'name' => 'Spectrum',
'slug' => 'spectrum',
'position' => 798,
],
[
'id' => 800,
'name' => 'Spentzos Film',
'slug' => 'spentzosfilm',
'position' => 799,
],
[
'id' => 801,
'name' => 'Spirit Entertainment',
'slug' => 'spiritentertainment',
'position' => 800,
],
[
'id' => 802,
'name' => 'Spirit Media GmbH',
'slug' => 'spiritmediagmbh',
'position' => 801,
],
[
'id' => 803,
'name' => 'Splendid Entertainment',
'slug' => 'splendidentertainment',
'position' => 802,
],
[
'id' => 804,
'name' => 'Splendid Film',
'slug' => 'splendidfilm',
'position' => 803,
],
[
'id' => 805,
'name' => 'SPO',
'slug' => 'spo',
'position' => 804,
],
[
'id' => 806,
'name' => 'Square Enix',
'slug' => 'squareenix',
'position' => 805,
],
[
'id' => 807,
'name' => 'Sri Balaji Video',
'slug' => 'sribalajivideo',
'position' => 806,
],
[
'id' => 808,
'name' => 'SRS Cinema',
'slug' => 'srscinema',
'position' => 807,
],
[
'id' => 809,
'name' => 'SSO Recordings',
'slug' => 'ssorecordings',
'position' => 808,
],
[
'id' => 810,
'name' => 'ST2 Music',
'slug' => 'st2music',
'position' => 809,
],
[
'id' => 811,
'name' => 'Star Media Entertainment',
'slug' => 'starmediaentertainment',
'position' => 810,
],
[
'id' => 812,
'name' => 'Starlight',
'slug' => 'starlight',
'position' => 811,
],
[
'id' => 813,
'name' => 'Starz / Anchor Bay',
'slug' => 'starzanchorbay',
'position' => 812,
],
[
'id' => 814,
'name' => 'Ster Kinekor',
'slug' => 'sterkinekor',
'position' => 813,
],
[
'id' => 815,
'name' => 'Sterling Entertainment',
'slug' => 'sterlingentertainment',
'position' => 814,
],
[
'id' => 816,
'name' => 'Stingray',
'slug' => 'stingray',
'position' => 815,
],
[
'id' => 817,
'name' => 'Stockfisch Records',
'slug' => 'stockfischrecords',
'position' => 816,
],
[
'id' => 818,
'name' => 'Strand Releasing',
'slug' => 'strandreleasing',
'position' => 817,
],
[
'id' => 819,
'name' => 'Studio 4K',
'slug' => 'studio4k',
'position' => 818,
],
[
'id' => 820,
'name' => 'Studio Canal',
'slug' => 'studiocanal',
'position' => 819,
],
[
'id' => 821,
'name' => 'Studio Ghibli',
'slug' => 'studioghibli',
'position' => 820,
],
[
'id' => 822,
'name' => 'Studio Hamburg Enterprises',
'slug' => 'studiohamburgenterprises',
'position' => 821,
],
[
'id' => 823,
'name' => 'Studio S',
'slug' => 'studios',
'position' => 822,
],
[
'id' => 824,
'name' => 'Subkultur Entertainment',
'slug' => 'subkulturentertainment',
'position' => 823,
],
[
'id' => 825,
'name' => 'Suevia Films',
'slug' => 'sueviafilms',
'position' => 824,
],
[
'id' => 826,
'name' => 'Summit Entertainment',
'slug' => 'summitentertainment',
'position' => 825,
],
[
'id' => 827,
'name' => 'Sunfilm Entertainment',
'slug' => 'sunfilmentertainment',
'position' => 826,
],
[
'id' => 828,
'name' => 'Surround Records',
'slug' => 'surroundrecords',
'position' => 827,
],
[
'id' => 829,
'name' => 'Svensk Filmindustri',
'slug' => 'svenskfilmindustri',
'position' => 828,
],
[
'id' => 830,
'name' => 'Swen Filmes',
'slug' => 'swenfilmes',
'position' => 829,
],
[
'id' => 831,
'name' => 'Synapse Films',
'slug' => 'synapsefilms',
'position' => 830,
],
[
'id' => 832,
'name' => 'Syndicado',
'slug' => 'syndicado',
'position' => 831,
],
[
'id' => 833,
'name' => 'Synergetic',
'slug' => 'synergetic',
'position' => 832,
],
[
'id' => 834,
'name' => 'T- Series',
'slug' => 'tseries',
'position' => 833,
],
[
'id' => 835,
'name' => 'T.V.P.',
'slug' => 'tvp',
'position' => 834,
],
[
'id' => 836,
'name' => 'Tacet Records',
'slug' => 'tacetrecords',
'position' => 835,
],
[
'id' => 837,
'name' => 'Tai Seng',
'slug' => 'taiseng',
'position' => 836,
],
[
'id' => 838,
'name' => 'Tai Sheng',
'slug' => 'taisheng',
'position' => 837,
],
[
'id' => 839,
'name' => 'TakeOne',
'slug' => 'takeone',
'position' => 838,
],
[
'id' => 840,
'name' => 'Takeshobo',
'slug' => 'takeshobo',
'position' => 839,
],
[
'id' => 841,
'name' => 'Tamasa Diffusion',
'slug' => 'tamasadiffusion',
'position' => 840,
],
[
'id' => 842,
'name' => 'TC Entertainment',
'slug' => 'tcentertainment',
'position' => 841,
],
[
'id' => 843,
'name' => 'TDK',
'slug' => 'tdk',
'position' => 842,
],
[
'id' => 844,
'name' => 'Team Marketing',
'slug' => 'teammarketing',
'position' => 843,
],
[
'id' => 845,
'name' => 'Teatro Real',
'slug' => 'teatroreal',
'position' => 844,
],
[
'id' => 846,
'name' => 'Tema Distribuciones',
'slug' => 'temadistribuciones',
'position' => 845,
],
[
'id' => 847,
'name' => 'Tempe Digital',
'slug' => 'tempedigital',
'position' => 846,
],
[
'id' => 848,
'name' => 'TF1 Vidéo',
'slug' => 'tf1video',
'position' => 847,
],
[
'id' => 849,
'name' => 'The Blu',
'slug' => 'theblu',
'position' => 848,
],
[
'id' => 850,
'name' => 'The Ecstasy of Films',
'slug' => 'theecstasyoffilms',
'position' => 849,
],
[
'id' => 851,
'name' => 'The Film Detective',
'slug' => 'thefilmdetective',
'position' => 850,
],
[
'id' => 852,
'name' => 'The Jokers',
'slug' => 'thejokers',
'position' => 851,
],
[
'id' => 853,
'name' => 'The On',
'slug' => 'theon',
'position' => 852,
],
[
'id' => 854,
'name' => 'Thimfilm',
'slug' => 'thimfilm',
'position' => 853,
],
[
'id' => 855,
'name' => 'Third Window Films',
'slug' => 'thirdwindowfilms',
'position' => 854,
],
[
'id' => 856,
'name' => 'Thunderbean Animation',
'slug' => 'thunderbeananimation',
'position' => 855,
],
[
'id' => 857,
'name' => 'Thunderbird Releasing',
'slug' => 'thunderbirdreleasing',
'position' => 856,
],
[
'id' => 858,
'name' => 'Tiberius Film',
'slug' => 'tiberiusfilm',
'position' => 857,
],
[
'id' => 859,
'name' => 'Time Life',
'slug' => 'timelife',
'position' => 858,
],
[
'id' => 860,
'name' => 'Timeless Media Group',
'slug' => 'timelessmediagroup',
'position' => 859,
],
[
'id' => 861,
'name' => 'TLA Releasing',
'slug' => 'tlareleasing',
'position' => 860,
],
[
'id' => 862,
'name' => 'Tobis Film',
'slug' => 'tobisfilm',
'position' => 861,
],
[
'id' => 863,
'name' => 'Toei',
'slug' => 'toei',
'position' => 862,
],
[
'id' => 864,
'name' => 'Toho',
'slug' => 'toho',
'position' => 863,
],
[
'id' => 865,
'name' => 'Tokyo Shock',
'slug' => 'tokyoshock',
'position' => 864,
],
[
'id' => 866,
'name' => 'Tonpool Medien GmbH',
'slug' => 'tonpoolmediengmbh',
'position' => 865,
],
[
'id' => 867,
'name' => 'Topics Entertainment',
'slug' => 'topicsentertainment',
'position' => 866,
],
[
'id' => 868,
'name' => 'Touchstone Pictures',
'slug' => 'touchstonepictures',
'position' => 867,
],
[
'id' => 869,
'name' => 'Transmission Films',
'slug' => 'transmissionfilms',
'position' => 868,
],
[
'id' => 870,
'name' => 'Travel Video Store',
'slug' => 'travelvideostore',
'position' => 869,
],
[
'id' => 871,
'name' => 'TriArt',
'slug' => 'triart',
'position' => 870,
],
[
'id' => 872,
'name' => 'Trigon Film',
'slug' => 'trigonfilm',
'position' => 871,
],
[
'id' => 873,
'name' => 'Trinity Home Entertainment',
'slug' => 'trinityhomeentertainment',
'position' => 872,
],
[
'id' => 874,
'name' => 'TriPictures',
'slug' => 'tripictures',
'position' => 873,
],
[
'id' => 875,
'name' => 'Troma',
'slug' => 'troma',
'position' => 874,
],
[
'id' => 876,
'name' => 'Turbine Medien',
'slug' => 'turbinemedien',
'position' => 875,
],
[
'id' => 877,
'name' => 'Turtle Records',
'slug' => 'turtlerecords',
'position' => 876,
],
[
'id' => 878,
'name' => 'TVA Films',
'slug' => 'tvafilms',
'position' => 877,
],
[
'id' => 879,
'name' => 'Twilight Time',
'slug' => 'twilighttime',
'position' => 878,
],
[
'id' => 880,
'name' => 'TWIN Co., Ltd.',
'slug' => 'twincoltd',
'position' => 879,
],
[
'id' => 881,
'name' => 'UCA',
'slug' => 'uca',
'position' => 880,
],
[
'id' => 882,
'name' => 'UDR',
'slug' => 'udr',
'position' => 881,
],
[
'id' => 883,
'name' => 'UEK',
'slug' => 'uek',
'position' => 882,
],
[
'id' => 884,
'name' => 'UFA/DVD',
'slug' => 'ufadvd',
'position' => 883,
],
[
'id' => 885,
'name' => 'UGC PH',
'slug' => 'ugcph',
'position' => 884,
],
[
'id' => 886,
'name' => 'Ultimate3DHeaven',
'slug' => 'ultimate3dheaven',
'position' => 885,
],
[
'id' => 887,
'name' => 'Ultra',
'slug' => 'ultra',
'position' => 886,
],
[
'id' => 888,
'name' => 'Umbrella Entertainment',
'slug' => 'umbrellaentertainment',
'position' => 887,
],
[
'id' => 889,
'name' => 'UMC',
'slug' => 'umc',
'position' => 888,
],
[
'id' => 890,
'name' => 'Uncork\'d Entertainment',
'slug' => 'uncorkdentertainment',
'position' => 889,
],
[
'id' => 891,
'name' => 'Unearthed Films',
'slug' => 'unearthedfilms',
'position' => 890,
],
[
'id' => 892,
'name' => 'UNI DISC',
'slug' => 'unidisc',
'position' => 891,
],
[
'id' => 893,
'name' => 'Unimundos',
'slug' => 'unimundos',
'position' => 892,
],
[
'id' => 894,
'name' => 'Unitel',
'slug' => 'unitel',
'position' => 893,
],
[
'id' => 895,
'name' => 'Universal Music',
'slug' => 'universalmusic',
'position' => 894,
],
[
'id' => 896,
'name' => 'Universal Sony Pictures Home Entertainment',
'slug' => 'universalsonypictureshomeentertainment',
'position' => 895,
],
[
'id' => 897,
'name' => 'Universal Studios',
'slug' => 'universalstudios',
'position' => 896,
],
[
'id' => 898,
'name' => 'Universe Laser & Video Co.',
'slug' => 'universelaservideoco',
'position' => 897,
],
[
'id' => 899,
'name' => 'Universum Film',
'slug' => 'universumfilm',
'position' => 898,
],
[
'id' => 900,
'name' => 'UTV',
'slug' => 'utv',
'position' => 899,
],
[
'id' => 901,
'name' => 'VAP',
'slug' => 'vap',
'position' => 900,
],
[
'id' => 902,
'name' => 'VCI',
'slug' => 'vci',
'position' => 901,
],
[
'id' => 903,
'name' => 'Vendetta Films',
'slug' => 'vendettafilms',
'position' => 902,
],
[
'id' => 904,
'name' => 'Versátil Home Video',
'slug' => 'versatilhomevideo',
'position' => 903,
],
[
'id' => 905,
'name' => 'Vertical Entertainment',
'slug' => 'verticalentertainment',
'position' => 904,
],
[
'id' => 906,
'name' => 'Vértice 360º',
'slug' => 'vertice360o',
'position' => 905,
],
[
'id' => 907,
'name' => 'Vertigo Berlin',
'slug' => 'vertigoberlin',
'position' => 906,
],
[
'id' => 908,
'name' => 'Vértigo Films',
'slug' => 'vertigofilms',
'position' => 907,
],
[
'id' => 909,
'name' => 'Verve Pictures',
'slug' => 'vervepictures',
'position' => 908,
],
[
'id' => 910,
'name' => 'Via Vision Entertainment',
'slug' => 'viavisionentertainment',
'position' => 909,
],
[
'id' => 911,
'name' => 'Vicol Entertainment',
'slug' => 'vicolentertainment',
'position' => 910,
],
[
'id' => 912,
'name' => 'Vicom',
'slug' => 'vicom',
'position' => 911,
],
[
'id' => 913,
'name' => 'Victor Entertainment',
'slug' => 'victorentertainment',
'position' => 912,
],
[
'id' => 914,
'name' => 'Videa Cde',
'slug' => 'videacde',
'position' => 913,
],
[
'id' => 915,
'name' => 'Video Film Express',
'slug' => 'videofilmexpress',
'position' => 914,
],
[
'id' => 916,
'name' => 'Video Music, Inc.',
'slug' => 'videomusicinc',
'position' => 915,
],
[
'id' => 917,
'name' => 'Video Service Corp.',
'slug' => 'videoservicecorp',
'position' => 916,
],
[
'id' => 918,
'name' => 'Video Travel',
'slug' => 'videotravel',
'position' => 917,
],
[
'id' => 919,
'name' => 'Videomax',
'slug' => 'videomax',
'position' => 918,
],
[
'id' => 920,
'name' => 'Vii Pillars Entertainment',
'slug' => 'viipillarsentertainment',
'position' => 919,
],
[
'id' => 921,
'name' => 'Village Films',
'slug' => 'villagefilms',
'position' => 920,
],
[
'id' => 922,
'name' => 'Vinegar Syndrome',
'slug' => 'vinegarsyndrome',
'position' => 921,
],
[
'id' => 923,
'name' => 'Vinny Movies',
'slug' => 'vinnymovies',
'position' => 922,
],
[
'id' => 924,
'name' => 'Virgil Films & Entertainment',
'slug' => 'virgilfilmsentertainment',
'position' => 923,
],
[
'id' => 925,
'name' => 'Virgin Records',
'slug' => 'virginrecords',
'position' => 924,
],
[
'id' => 926,
'name' => 'Vision Films',
'slug' => 'visionfilms',
'position' => 925,
],
[
'id' => 927,
'name' => 'Visual Entertainment Group',
'slug' => 'visualentertainmentgroup',
'position' => 926,
],
[
'id' => 928,
'name' => 'Vivendi Visual Entertainment',
'slug' => 'vivendivisualentertainment',
'position' => 927,
],
[
'id' => 929,
'name' => 'Viz Pictures',
'slug' => 'vizpictures',
'position' => 928,
],
[
'id' => 930,
'name' => 'VLMedia',
'slug' => 'vlmedia',
'position' => 929,
],
[
'id' => 931,
'name' => 'Volga',
'slug' => 'volga',
'position' => 930,
],
[
'id' => 932,
'name' => 'VVS Films',
'slug' => 'vvsfilms',
'position' => 931,
],
[
'id' => 933,
'name' => 'VZ Handels GmbH',
'slug' => 'vzhandelsgmbh',
'position' => 932,
],
[
'id' => 934,
'name' => 'Ward Records',
'slug' => 'wardrecords',
'position' => 933,
],
[
'id' => 935,
'name' => 'Warner Bros.',
'slug' => 'warnerbros',
'position' => 934,
],
[
'id' => 936,
'name' => 'Warner Music',
'slug' => 'warnermusic',
'position' => 935,
],
[
'id' => 937,
'name' => 'WEA',
'slug' => 'wea',
'position' => 936,
],
[
'id' => 938,
'name' => 'Weinstein Company',
'slug' => 'weinsteincompany',
'position' => 937,
],
[
'id' => 939,
'name' => 'Well Go USA',
'slug' => 'wellgousa',
'position' => 938,
],
[
'id' => 940,
'name' => 'Weltkino Filmverleih',
'slug' => 'weltkinofilmverleih',
'position' => 939,
],
[
'id' => 941,
'name' => 'West Video',
'slug' => 'westvideo',
'position' => 940,
],
[
'id' => 942,
'name' => 'White Pearl Movies',
'slug' => 'whitepearlmovies',
'position' => 941,
],
[
'id' => 943,
'name' => 'Wicked-Vision Media',
'slug' => 'wickedvisionmedia',
'position' => 942,
],
[
'id' => 944,
'name' => 'Wienerworld',
'slug' => 'wienerworld',
'position' => 943,
],
[
'id' => 945,
'name' => 'Wild Bunch',
'slug' => 'wildbunch',
'position' => 944,
],
[
'id' => 946,
'name' => 'Wild Eye Releasing',
'slug' => 'wildeyereleasing',
'position' => 945,
],
[
'id' => 947,
'name' => 'Wild Side Video',
'slug' => 'wildsidevideo',
'position' => 946,
],
[
'id' => 948,
'name' => 'WME',
'slug' => 'wme',
'position' => 947,
],
[
'id' => 949,
'name' => 'Wolfe Video',
'slug' => 'wolfevideo',
'position' => 948,
],
[
'id' => 950,
'name' => 'Word on Fire',
'slug' => 'wordonfire',
'position' => 949,
],
[
'id' => 951,
'name' => 'Works Film Group',
'slug' => 'worksfilmgroup',
'position' => 950,
],
[
'id' => 952,
'name' => 'World Wrestling',
'slug' => 'worldwrestling',
'position' => 951,
],
[
'id' => 953,
'name' => 'WVG Medien',
'slug' => 'wvgmedien',
'position' => 952,
],
[
'id' => 954,
'name' => 'WWE Studios',
'slug' => 'wwestudios',
'position' => 953,
],
[
'id' => 955,
'name' => 'X Rated Kult',
'slug' => 'xratedkult',
'position' => 954,
],
[
'id' => 956,
'name' => 'XCess',
'slug' => 'xcess',
'position' => 955,
],
[
'id' => 957,
'name' => 'XLrator',
'slug' => 'xlrator',
'position' => 956,
],
[
'id' => 958,
'name' => 'XT Video',
'slug' => 'xtvideo',
'position' => 957,
],
[
'id' => 959,
'name' => 'Yamato Video',
'slug' => 'yamatovideo',
'position' => 958,
],
[
'id' => 960,
'name' => 'Yash Raj Films',
'slug' => 'yashrajfilms',
'position' => 959,
],
[
'id' => 961,
'name' => 'Zeitgeist Films',
'slug' => 'zeitgeistfilms',
'position' => 960,
],
[
'id' => 962,
'name' => 'Zenith Pictures',
'slug' => 'zenithpictures',
'position' => 961,
],
[
'id' => 963,
'name' => 'Zima',
'slug' => 'zima',
'position' => 962,
],
[
'id' => 964,
'name' => 'Zylo',
'slug' => 'zylo',
'position' => 963,
],
[
'id' => 965,
'name' => 'Zyx Music',
'slug' => 'zyxmusic',
'position' => 964,
],
];
}
}