* @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', 'position' => 0, ], [ 'id' => 2, 'name' => '100 Destinations Travel Film', 'position' => 1, ], [ 'id' => 3, 'name' => '101 Films', 'position' => 2, ], [ 'id' => 4, 'name' => '1Films', 'position' => 3, ], [ 'id' => 5, 'name' => '2 Entertain Video', 'position' => 4, ], [ 'id' => 6, 'name' => '20th Century Fox', 'position' => 5, ], [ 'id' => 7, 'name' => '2L', 'position' => 6, ], [ 'id' => 8, 'name' => '3D Content Hub', 'position' => 7, ], [ 'id' => 9, 'name' => '3D Media', 'position' => 8, ], [ 'id' => 10, 'name' => '3L Film', 'position' => 9, ], [ 'id' => 11, 'name' => '4Digital', 'position' => 10, ], [ 'id' => 12, 'name' => '4dvd', 'position' => 11, ], [ 'id' => 13, 'name' => '4K Ultra HD Movies', 'position' => 12, ], [ 'id' => 14, 'name' => '8-Films', 'position' => 13, ], [ 'id' => 15, 'name' => '84 Entertainment', 'position' => 14, ], [ 'id' => 16, 'name' => '88 Films', 'position' => 15, ], [ 'id' => 17, 'name' => '@Anime', 'position' => 16, ], [ 'id' => 18, 'name' => 'A Contracorriente', 'position' => 17, ], [ 'id' => 19, 'name' => 'A Contracorriente Films', 'position' => 18, ], [ 'id' => 20, 'name' => 'A&E Home Video', 'position' => 19, ], [ 'id' => 21, 'name' => 'A&M Records', 'position' => 20, ], [ 'id' => 22, 'name' => 'A+E Networks', 'position' => 21, ], [ 'id' => 23, 'name' => 'A+R', 'position' => 22, ], [ 'id' => 24, 'name' => 'A-film', 'position' => 23, ], [ 'id' => 25, 'name' => 'AAA', 'position' => 24, ], [ 'id' => 26, 'name' => 'AB Vidéo', 'position' => 25, ], [ 'id' => 27, 'name' => 'ABC - (Australian Broadcasting Corporation)', 'position' => 26, ], [ 'id' => 28, 'name' => 'abkco', 'position' => 27, ], [ 'id' => 29, 'name' => 'Absolut Medien', 'position' => 28, ], [ 'id' => 30, 'name' => 'Absolute', 'position' => 29, ], [ 'id' => 31, 'name' => 'Accent Film Entertainment', 'position' => 30, ], [ 'id' => 32, 'name' => 'Accentus', 'position' => 31, ], [ 'id' => 33, 'name' => 'Acorn Media', 'position' => 32, ], [ 'id' => 34, 'name' => 'Ad Vitam', 'position' => 33, ], [ 'id' => 35, 'name' => 'Ada', 'position' => 34, ], [ 'id' => 36, 'name' => 'Aditya Videos', 'position' => 35, ], [ 'id' => 37, 'name' => 'ADSO Films', 'position' => 36, ], [ 'id' => 38, 'name' => 'AFM Records', 'position' => 37, ], [ 'id' => 39, 'name' => 'AGFA', 'position' => 38, ], [ 'id' => 40, 'name' => 'AIX Records', 'position' => 39, ], [ 'id' => 41, 'name' => 'Alamode Film', 'position' => 40, ], [ 'id' => 42, 'name' => 'Alba Records', 'position' => 41, ], [ 'id' => 43, 'name' => 'Albany Records', 'position' => 42, ], [ 'id' => 44, 'name' => 'Albatros', 'position' => 43, ], [ 'id' => 45, 'name' => 'Alchemy', 'position' => 44, ], [ 'id' => 46, 'name' => 'Alive', 'position' => 45, ], [ 'id' => 47, 'name' => 'All Anime', 'position' => 46, ], [ 'id' => 48, 'name' => 'All Interactive Entertainment', 'position' => 47, ], [ 'id' => 49, 'name' => 'Allegro', 'position' => 48, ], [ 'id' => 50, 'name' => 'Alliance', 'position' => 49, ], [ 'id' => 51, 'name' => 'Alpha Music', 'position' => 50, ], [ 'id' => 52, 'name' => 'AlterDystrybucja', 'position' => 51, ], [ 'id' => 53, 'name' => 'Altered Innocence', 'position' => 52, ], [ 'id' => 54, 'name' => 'Altitude Film Distribution', 'position' => 53, ], [ 'id' => 55, 'name' => 'Alucard Records', 'position' => 54, ], [ 'id' => 56, 'name' => 'Amazing D.C.', 'position' => 55, ], [ 'id' => 57, 'name' => 'Ammo Content', 'position' => 56, ], [ 'id' => 58, 'name' => 'Amuse Soft Entertainment', 'position' => 57, ], [ 'id' => 59, 'name' => 'ANConnect', 'position' => 58, ], [ 'id' => 60, 'name' => 'Anec', 'position' => 59, ], [ 'id' => 61, 'name' => 'Animatsu', 'position' => 60, ], [ 'id' => 62, 'name' => 'Anime House', 'position' => 61, ], [ 'id' => 63, 'name' => 'Anime Ltd', 'position' => 62, ], [ 'id' => 64, 'name' => 'Anime Works', 'position' => 63, ], [ 'id' => 65, 'name' => 'AnimEigo', 'position' => 64, ], [ 'id' => 66, 'name' => 'Aniplex', 'position' => 65, ], [ 'id' => 67, 'name' => 'Anolis Entertainment', 'position' => 66, ], [ 'id' => 68, 'name' => 'Another World Entertainment', 'position' => 67, ], [ 'id' => 69, 'name' => 'AP International', 'position' => 68, ], [ 'id' => 70, 'name' => 'Apple', 'position' => 69, ], [ 'id' => 71, 'name' => 'Ara Media', 'position' => 70, ], [ 'id' => 72, 'name' => 'Arbelos', 'position' => 71, ], [ 'id' => 73, 'name' => 'Arc Entertainment', 'position' => 72, ], [ 'id' => 74, 'name' => 'ARP Sélection', 'position' => 73, ], [ 'id' => 75, 'name' => 'Arrow', 'position' => 74, ], [ 'id' => 76, 'name' => 'Art Service', 'position' => 75, ], [ 'id' => 77, 'name' => 'Art Vision', 'position' => 76, ], [ 'id' => 78, 'name' => 'Arte Éditions', 'position' => 77, ], [ 'id' => 79, 'name' => 'Arte Vidéo', 'position' => 78, ], [ 'id' => 80, 'name' => 'Arthaus Musik', 'position' => 79, ], [ 'id' => 81, 'name' => 'Artificial Eye', 'position' => 80, ], [ 'id' => 82, 'name' => 'Artsploitation Films', 'position' => 81, ], [ 'id' => 83, 'name' => 'Artus Films', 'position' => 82, ], [ 'id' => 84, 'name' => 'Ascot Elite Home Entertainment', 'position' => 83, ], [ 'id' => 85, 'name' => 'Asia Video', 'position' => 84, ], [ 'id' => 86, 'name' => 'Asmik Ace', 'position' => 85, ], [ 'id' => 87, 'name' => 'Astro Records & Filmworks', 'position' => 86, ], [ 'id' => 88, 'name' => 'Asylum', 'position' => 87, ], [ 'id' => 89, 'name' => 'Atlantic Film', 'position' => 88, ], [ 'id' => 90, 'name' => 'Atlantic Records', 'position' => 89, ], [ 'id' => 91, 'name' => 'Atlas Film', 'position' => 90, ], [ 'id' => 92, 'name' => 'Audio Visual Entertainment', 'position' => 91, ], [ 'id' => 93, 'name' => 'Auro-3D Creative Label', 'position' => 92, ], [ 'id' => 94, 'name' => 'Aurum', 'position' => 93, ], [ 'id' => 95, 'name' => 'AV Visionen', 'position' => 94, ], [ 'id' => 96, 'name' => 'AV-JET', 'position' => 95, ], [ 'id' => 97, 'name' => 'Avalon', 'position' => 96, ], [ 'id' => 98, 'name' => 'Aventi', 'position' => 97, ], [ 'id' => 99, 'name' => 'Avex Trax', 'position' => 98, ], [ 'id' => 100, 'name' => 'Axiom', 'position' => 99, ], [ 'id' => 101, 'name' => 'Axis Records', 'position' => 100, ], [ 'id' => 102, 'name' => 'Ayngaran', 'position' => 101, ], [ 'id' => 103, 'name' => 'BAC Films', 'position' => 102, ], [ 'id' => 104, 'name' => 'Bach Films', 'position' => 103, ], [ 'id' => 105, 'name' => 'Bandai Visual', 'position' => 104, ], [ 'id' => 106, 'name' => 'Barclay', 'position' => 105, ], [ 'id' => 107, 'name' => 'BBC', 'position' => 106, ], [ 'id' => 108, 'name' => 'BBi films', 'position' => 107, ], [ 'id' => 109, 'name' => 'BCI Home Entertainment', 'position' => 108, ], [ 'id' => 110, 'name' => 'Beggars Banquet', 'position' => 109, ], [ 'id' => 111, 'name' => 'Bel Air Classiques', 'position' => 110, ], [ 'id' => 112, 'name' => 'Belga Films', 'position' => 111, ], [ 'id' => 113, 'name' => 'Belvedere', 'position' => 112, ], [ 'id' => 114, 'name' => 'Benelux Film Distributors', 'position' => 113, ], [ 'id' => 115, 'name' => 'Bennett-Watt Media', 'position' => 114, ], [ 'id' => 116, 'name' => 'Berlin Classics', 'position' => 115, ], [ 'id' => 117, 'name' => 'Berliner Philharmoniker Recordings', 'position' => 116, ], [ 'id' => 118, 'name' => 'Best Entertainment', 'position' => 117, ], [ 'id' => 119, 'name' => 'Beyond Home Entertainment', 'position' => 118, ], [ 'id' => 120, 'name' => 'BFI Video', 'position' => 119, ], [ 'id' => 121, 'name' => 'BFS Entertainment', 'position' => 120, ], [ 'id' => 122, 'name' => 'Bhavani', 'position' => 121, ], [ 'id' => 123, 'name' => 'Biber Records', 'position' => 122, ], [ 'id' => 124, 'name' => 'Big Home Video', 'position' => 123, ], [ 'id' => 125, 'name' => 'Bildstörung', 'position' => 124, ], [ 'id' => 126, 'name' => 'Bill Zebub', 'position' => 125, ], [ 'id' => 127, 'name' => 'Birnenblatt', 'position' => 126, ], [ 'id' => 128, 'name' => 'Bit Wel', 'position' => 127, ], [ 'id' => 129, 'name' => 'Black Box', 'position' => 128, ], [ 'id' => 130, 'name' => 'Black Hill Pictures', 'position' => 129, ], [ 'id' => 131, 'name' => 'Black Hole Recordings', 'position' => 130, ], [ 'id' => 132, 'name' => 'Blaqout', 'position' => 131, ], [ 'id' => 133, 'name' => 'Blaufield Music', 'position' => 132, ], [ 'id' => 134, 'name' => 'Blockbuster Entertainment', 'position' => 133, ], [ 'id' => 135, 'name' => 'Blu Phase Media', 'position' => 134, ], [ 'id' => 136, 'name' => 'Blu-ray Only', 'position' => 135, ], [ 'id' => 137, 'name' => 'Blue Gentian Records', 'position' => 136, ], [ 'id' => 138, 'name' => 'Blue Kino', 'position' => 137, ], [ 'id' => 139, 'name' => 'Blue Underground', 'position' => 138, ], [ 'id' => 140, 'name' => 'BMG/Arista', 'position' => 139, ], [ 'id' => 141, 'name' => 'Bonton Film', 'position' => 140, ], [ 'id' => 142, 'name' => 'Boomerang Pictures', 'position' => 141, ], [ 'id' => 143, 'name' => 'BQHL Éditions', 'position' => 142, ], [ 'id' => 144, 'name' => 'Breaking Glass', 'position' => 143, ], [ 'id' => 145, 'name' => 'Bridgestone', 'position' => 144, ], [ 'id' => 146, 'name' => 'Brink', 'position' => 145, ], [ 'id' => 147, 'name' => 'Broad Green Pictures', 'position' => 146, ], [ 'id' => 148, 'name' => 'Busch Media Group', 'position' => 147, ], [ 'id' => 149, 'name' => 'C MAJOR', 'position' => 148, ], [ 'id' => 150, 'name' => 'C.B.S.', 'position' => 149, ], [ 'id' => 151, 'name' => 'CaiChang', 'position' => 150, ], [ 'id' => 152, 'name' => 'Califórnia Filmes', 'position' => 151, ], [ 'id' => 153, 'name' => 'Cameo', 'position' => 152, ], [ 'id' => 154, 'name' => 'Camera Obscura', 'position' => 153, ], [ 'id' => 155, 'name' => 'Camerata', 'position' => 154, ], [ 'id' => 156, 'name' => 'Camp Motion Pictures', 'position' => 155, ], [ 'id' => 157, 'name' => 'Capelight Pictures', 'position' => 156, ], [ 'id' => 158, 'name' => 'Capitol', 'position' => 157, ], [ 'id' => 159, 'name' => 'Capitol Records', 'position' => 158, ], [ 'id' => 160, 'name' => 'Capricci', 'position' => 159, ], [ 'id' => 161, 'name' => 'Cargo Records', 'position' => 160, ], [ 'id' => 162, 'name' => 'Carlotta Films', 'position' => 161, ], [ 'id' => 163, 'name' => 'Carmen Film', 'position' => 162, ], [ 'id' => 164, 'name' => 'Cascade', 'position' => 163, ], [ 'id' => 165, 'name' => 'Catchplay', 'position' => 164, ], [ 'id' => 166, 'name' => 'Cauldron Films', 'position' => 165, ], [ 'id' => 167, 'name' => 'CBS Television Studios', 'position' => 166, ], [ 'id' => 168, 'name' => 'CCTV', 'position' => 167, ], [ 'id' => 169, 'name' => 'CCV Entertainment', 'position' => 168, ], [ 'id' => 170, 'name' => 'CD Baby', 'position' => 169, ], [ 'id' => 171, 'name' => 'CD Land', 'position' => 170, ], [ 'id' => 172, 'name' => 'Cecchi Gori', 'position' => 171, ], [ 'id' => 173, 'name' => 'Century Media', 'position' => 172, ], [ 'id' => 174, 'name' => 'Chuan Xun Shi Dai Multimedia', 'position' => 173, ], [ 'id' => 175, 'name' => 'Cine-Asia', 'position' => 174, ], [ 'id' => 176, 'name' => 'Cinéart', 'position' => 175, ], [ 'id' => 177, 'name' => 'Cinedigm', 'position' => 176, ], [ 'id' => 178, 'name' => 'Cinefil Imagica', 'position' => 177, ], [ 'id' => 179, 'name' => 'Cinema Epoch', 'position' => 178, ], [ 'id' => 180, 'name' => 'Cinema Guild', 'position' => 179, ], [ 'id' => 181, 'name' => 'Cinema Libre Studios', 'position' => 180, ], [ 'id' => 182, 'name' => 'Cinema Mondo', 'position' => 181, ], [ 'id' => 183, 'name' => 'Cinematic Vision', 'position' => 182, ], [ 'id' => 184, 'name' => 'Cineploit Records', 'position' => 183, ], [ 'id' => 185, 'name' => 'Cinestrange Extreme', 'position' => 184, ], [ 'id' => 186, 'name' => 'Citel Video', 'position' => 185, ], [ 'id' => 187, 'name' => 'CJ Entertainment', 'position' => 186, ], [ 'id' => 188, 'name' => 'Classic Media', 'position' => 187, ], [ 'id' => 189, 'name' => 'ClassicFlix', 'position' => 188, ], [ 'id' => 190, 'name' => 'ClassicLine', 'position' => 189, ], [ 'id' => 191, 'name' => 'Claudio Records', 'position' => 190, ], [ 'id' => 192, 'name' => 'Clear Vision', 'position' => 191, ], [ 'id' => 193, 'name' => 'Cleopatra', 'position' => 192, ], [ 'id' => 194, 'name' => 'Close Up', 'position' => 193, ], [ 'id' => 195, 'name' => 'CMS Media Limited', 'position' => 194, ], [ 'id' => 196, 'name' => 'CMV Laservision', 'position' => 195, ], [ 'id' => 197, 'name' => 'CN Entertainment', 'position' => 196, ], [ 'id' => 198, 'name' => 'Code Red', 'position' => 197, ], [ 'id' => 199, 'name' => 'Cohen Media Group', 'position' => 198, ], [ 'id' => 200, 'name' => 'Coin de mire Cinéma', 'position' => 199, ], [ 'id' => 201, 'name' => 'Colosseo Film', 'position' => 200, ], [ 'id' => 202, 'name' => 'Columbia', 'position' => 201, ], [ 'id' => 203, 'name' => 'Columbia Pictures', 'position' => 202, ], [ 'id' => 204, 'name' => 'Columbia/Tri-Star', 'position' => 203, ], [ 'id' => 205, 'name' => 'Commercial Marketing', 'position' => 204, ], [ 'id' => 206, 'name' => 'Concord Music Group', 'position' => 205, ], [ 'id' => 207, 'name' => 'Concorde Video', 'position' => 206, ], [ 'id' => 208, 'name' => 'Condor', 'position' => 207, ], [ 'id' => 209, 'name' => 'Constantin Film', 'position' => 208, ], [ 'id' => 210, 'name' => 'Constantino Filmes', 'position' => 209, ], [ 'id' => 211, 'name' => 'Constructive Media Service', 'position' => 210, ], [ 'id' => 212, 'name' => 'Content Zone', 'position' => 211, ], [ 'id' => 213, 'name' => 'Contents Gate', 'position' => 212, ], [ 'id' => 214, 'name' => 'Coqueiro Verde', 'position' => 213, ], [ 'id' => 215, 'name' => 'Cornerstone Media', 'position' => 214, ], [ 'id' => 216, 'name' => 'CP Digital', 'position' => 215, ], [ 'id' => 217, 'name' => 'Crest Movies', 'position' => 216, ], [ 'id' => 218, 'name' => 'Criterion', 'position' => 217, ], [ 'id' => 219, 'name' => 'Crystal Classics', 'position' => 218, ], [ 'id' => 220, 'name' => 'Cult Epics', 'position' => 219, ], [ 'id' => 221, 'name' => 'Cult Films', 'position' => 220, ], [ 'id' => 222, 'name' => 'Cult Video', 'position' => 221, ], [ 'id' => 223, 'name' => 'Curzon Film World', 'position' => 222, ], [ 'id' => 224, 'name' => 'D Films', 'position' => 223, ], [ 'id' => 225, 'name' => 'D\'ailly Company', 'position' => 224, ], [ 'id' => 226, 'name' => 'Da Capo', 'position' => 225, ], [ 'id' => 227, 'name' => 'DA Music', 'position' => 226, ], [ 'id' => 228, 'name' => 'Dall\'Angelo Pictures', 'position' => 227, ], [ 'id' => 229, 'name' => 'Daredo', 'position' => 228, ], [ 'id' => 230, 'name' => 'Dark Force Entertainment', 'position' => 229, ], [ 'id' => 231, 'name' => 'Dark Side Releasing', 'position' => 230, ], [ 'id' => 232, 'name' => 'Dazzler Media', 'position' => 231, ], [ 'id' => 233, 'name' => 'DCM Pictures', 'position' => 232, ], [ 'id' => 234, 'name' => 'DeAPlaneta', 'position' => 233, ], [ 'id' => 235, 'name' => 'Decca', 'position' => 234, ], [ 'id' => 236, 'name' => 'Deepjoy', 'position' => 235, ], [ 'id' => 237, 'name' => 'Defiant Screen Entertainment', 'position' => 236, ], [ 'id' => 238, 'name' => 'Delos', 'position' => 237, ], [ 'id' => 239, 'name' => 'Delphian Records', 'position' => 238, ], [ 'id' => 240, 'name' => 'Delta Music & Entertainment', 'position' => 239, ], [ 'id' => 241, 'name' => 'Deltamac Co. Ltd.', 'position' => 240, ], [ 'id' => 242, 'name' => 'Demand Media', 'position' => 241, ], [ 'id' => 243, 'name' => 'DEP', 'position' => 242, ], [ 'id' => 244, 'name' => 'Deutsche Grammophon', 'position' => 243, ], [ 'id' => 245, 'name' => 'DFW', 'position' => 244, ], [ 'id' => 246, 'name' => 'DGM', 'position' => 245, ], [ 'id' => 247, 'name' => 'Diaphana', 'position' => 246, ], [ 'id' => 248, 'name' => 'DigiDreams Studios', 'position' => 247, ], [ 'id' => 249, 'name' => 'Digital Environments', 'position' => 248, ], [ 'id' => 250, 'name' => 'Discotek Media', 'position' => 249, ], [ 'id' => 251, 'name' => 'Discovery Channel', 'position' => 250, ], [ 'id' => 252, 'name' => 'Disk Kino', 'position' => 251, ], [ 'id' => 253, 'name' => 'Disney / Buena Vista', 'position' => 252, ], [ 'id' => 254, 'name' => 'Distribution Select', 'position' => 253, ], [ 'id' => 255, 'name' => 'Divisa', 'position' => 254, ], [ 'id' => 256, 'name' => 'Dnc Entertainment', 'position' => 255, ], [ 'id' => 257, 'name' => 'Dogwoof', 'position' => 256, ], [ 'id' => 258, 'name' => 'Dolmen Home Video', 'position' => 257, ], [ 'id' => 259, 'name' => 'Donau Film', 'position' => 258, ], [ 'id' => 260, 'name' => 'Dorado Films', 'position' => 259, ], [ 'id' => 261, 'name' => 'Drafthouse Films', 'position' => 260, ], [ 'id' => 262, 'name' => 'Dragon Film Entertainment', 'position' => 261, ], [ 'id' => 263, 'name' => 'DreamWorks', 'position' => 262, ], [ 'id' => 264, 'name' => 'Drive On Records', 'position' => 263, ], [ 'id' => 265, 'name' => 'DS Media', 'position' => 264, ], [ 'id' => 266, 'name' => 'DTP Entertainment AG', 'position' => 265, ], [ 'id' => 267, 'name' => 'DTS Entertainment', 'position' => 266, ], [ 'id' => 268, 'name' => 'Duke Marketing', 'position' => 267, ], [ 'id' => 269, 'name' => 'Duke Video Distribution', 'position' => 268, ], [ 'id' => 270, 'name' => 'Dutch FilmWorks', 'position' => 269, ], [ 'id' => 271, 'name' => 'DVD International', 'position' => 270, ], [ 'id' => 272, 'name' => 'Dybex', 'position' => 271, ], [ 'id' => 273, 'name' => 'Dynamic', 'position' => 272, ], [ 'id' => 274, 'name' => 'Dynit', 'position' => 273, ], [ 'id' => 275, 'name' => 'E1 Entertainment', 'position' => 274, ], [ 'id' => 276, 'name' => 'Eagle Entertainment', 'position' => 275, ], [ 'id' => 277, 'name' => 'Eagle Home Entertainment Pvt.Ltd.', 'position' => 276, ], [ 'id' => 278, 'name' => 'Eagle Pictures', 'position' => 277, ], [ 'id' => 279, 'name' => 'Eagle Rock Entertainment', 'position' => 278, ], [ 'id' => 280, 'name' => 'Eagle Vision Media', 'position' => 279, ], [ 'id' => 281, 'name' => 'Earmusic', 'position' => 280, ], [ 'id' => 282, 'name' => 'Earth Entertainment', 'position' => 281, ], [ 'id' => 283, 'name' => 'Echo Bridge Entertainment', 'position' => 282, ], [ 'id' => 284, 'name' => 'Edel Germany GmbH', 'position' => 283, ], [ 'id' => 285, 'name' => 'Edel records', 'position' => 284, ], [ 'id' => 286, 'name' => 'Edition Tonfilm', 'position' => 285, ], [ 'id' => 287, 'name' => 'Editions Montparnasse', 'position' => 286, ], [ 'id' => 288, 'name' => 'Edko Films Ltd.', 'position' => 287, ], [ 'id' => 289, 'name' => 'Ein\'s M&M CO', 'position' => 288, ], [ 'id' => 290, 'name' => 'ELEA-Media', 'position' => 289, ], [ 'id' => 291, 'name' => 'Electric Picture', 'position' => 290, ], [ 'id' => 292, 'name' => 'Elephant Films', 'position' => 291, ], [ 'id' => 293, 'name' => 'Elevation', 'position' => 292, ], [ 'id' => 294, 'name' => 'EMI', 'position' => 293, ], [ 'id' => 295, 'name' => 'Emon', 'position' => 294, ], [ 'id' => 296, 'name' => 'EMS', 'position' => 295, ], [ 'id' => 297, 'name' => 'Emylia', 'position' => 296, ], [ 'id' => 298, 'name' => 'ENE Media', 'position' => 297, ], [ 'id' => 299, 'name' => 'Entertainment in Video', 'position' => 298, ], [ 'id' => 300, 'name' => 'Entertainment One', 'position' => 299, ], [ 'id' => 301, 'name' => 'Entertainment One Films Canada Inc.', 'position' => 300, ], [ 'id' => 302, 'name' => 'entertainmentone', 'position' => 301, ], [ 'id' => 303, 'name' => 'Eone', 'position' => 302, ], [ 'id' => 304, 'name' => 'Eos', 'position' => 303, ], [ 'id' => 305, 'name' => 'Epic Pictures', 'position' => 304, ], [ 'id' => 306, 'name' => 'Epic Records', 'position' => 305, ], [ 'id' => 307, 'name' => 'Erato', 'position' => 306, ], [ 'id' => 308, 'name' => 'Eros', 'position' => 307, ], [ 'id' => 309, 'name' => 'ESC Editions', 'position' => 308, ], [ 'id' => 310, 'name' => 'Escapi Media BV', 'position' => 309, ], [ 'id' => 311, 'name' => 'Esoteric Recordings', 'position' => 310, ], [ 'id' => 312, 'name' => 'ESPN Films', 'position' => 311, ], [ 'id' => 313, 'name' => 'Eureka Entertainment', 'position' => 312, ], [ 'id' => 314, 'name' => 'Euro Pictures', 'position' => 313, ], [ 'id' => 315, 'name' => 'Euro Video', 'position' => 314, ], [ 'id' => 316, 'name' => 'EuroArts', 'position' => 315, ], [ 'id' => 317, 'name' => 'Europa Filmes', 'position' => 316, ], [ 'id' => 318, 'name' => 'EuropaCorp', 'position' => 317, ], [ 'id' => 319, 'name' => 'Eurozoom', 'position' => 318, ], [ 'id' => 320, 'name' => 'Excel', 'position' => 319, ], [ 'id' => 321, 'name' => 'Explosive Media', 'position' => 320, ], [ 'id' => 322, 'name' => 'Extralucid Films', 'position' => 321, ], [ 'id' => 323, 'name' => 'Eye See Movies', 'position' => 322, ], [ 'id' => 324, 'name' => 'EYK Media', 'position' => 323, ], [ 'id' => 325, 'name' => 'Fabulous Films', 'position' => 324, ], [ 'id' => 326, 'name' => 'Factoris Films', 'position' => 325, ], [ 'id' => 327, 'name' => 'Farao Records', 'position' => 326, ], [ 'id' => 328, 'name' => 'Farbfilm Home Entertainment', 'position' => 327, ], [ 'id' => 329, 'name' => 'Feelgood Entertainment', 'position' => 328, ], [ 'id' => 330, 'name' => 'Fernsehjuwelen', 'position' => 329, ], [ 'id' => 331, 'name' => 'Film Chest', 'position' => 330, ], [ 'id' => 332, 'name' => 'Film Media', 'position' => 331, ], [ 'id' => 333, 'name' => 'Film Movement', 'position' => 332, ], [ 'id' => 334, 'name' => 'Film4', 'position' => 333, ], [ 'id' => 335, 'name' => 'Filmart', 'position' => 334, ], [ 'id' => 336, 'name' => 'Filmauro', 'position' => 335, ], [ 'id' => 337, 'name' => 'Filmax', 'position' => 336, ], [ 'id' => 338, 'name' => 'FilmConfect Home Entertainment', 'position' => 337, ], [ 'id' => 339, 'name' => 'Filmedia', 'position' => 338, ], [ 'id' => 340, 'name' => 'Filmjuwelen', 'position' => 339, ], [ 'id' => 341, 'name' => 'Filmoteka Narodawa', 'position' => 340, ], [ 'id' => 342, 'name' => 'FilmRise', 'position' => 341, ], [ 'id' => 343, 'name' => 'Final Cut Entertainment', 'position' => 342, ], [ 'id' => 344, 'name' => 'Firehouse 12 Records', 'position' => 343, ], [ 'id' => 345, 'name' => 'First International Production', 'position' => 344, ], [ 'id' => 346, 'name' => 'First Look Studios', 'position' => 345, ], [ 'id' => 347, 'name' => 'Flagman trade', 'position' => 346, ], [ 'id' => 348, 'name' => 'Flashstar Filmes', 'position' => 347, ], [ 'id' => 349, 'name' => 'Flicker Alley', 'position' => 348, ], [ 'id' => 350, 'name' => 'FNC Add Culture', 'position' => 349, ], [ 'id' => 351, 'name' => 'Focus Filmes', 'position' => 350, ], [ 'id' => 352, 'name' => 'Fokus Media', 'position' => 351, ], [ 'id' => 353, 'name' => 'Fox Pathe Europa', 'position' => 352, ], [ 'id' => 354, 'name' => 'Fox/MGM', 'position' => 353, ], [ 'id' => 355, 'name' => 'FPE', 'position' => 354, ], [ 'id' => 356, 'name' => 'France Télévisions Distribution', 'position' => 355, ], [ 'id' => 357, 'name' => 'Free Dolphin Entertainment', 'position' => 356, ], [ 'id' => 358, 'name' => 'Freestyle Digital Media', 'position' => 357, ], [ 'id' => 359, 'name' => 'Fremantle Home Entertainment', 'position' => 358, ], [ 'id' => 360, 'name' => 'Frenetic Films', 'position' => 359, ], [ 'id' => 361, 'name' => 'Frontier Works', 'position' => 360, ], [ 'id' => 362, 'name' => 'Frontiers Music', 'position' => 361, ], [ 'id' => 363, 'name' => 'Frontiers Records', 'position' => 362, ], [ 'id' => 364, 'name' => 'FS Film Oy', 'position' => 363, ], [ 'id' => 365, 'name' => 'Full Moon Features', 'position' => 364, ], [ 'id' => 366, 'name' => 'Fun City Editions', 'position' => 365, ], [ 'id' => 367, 'name' => 'FUNimation Entertainment', 'position' => 366, ], [ 'id' => 368, 'name' => 'Fusion', 'position' => 367, ], [ 'id' => 369, 'name' => 'Futurefilm', 'position' => 368, ], [ 'id' => 370, 'name' => 'G2 Pictures', 'position' => 369, ], [ 'id' => 371, 'name' => 'Gaga Communications', 'position' => 370, ], [ 'id' => 372, 'name' => 'Gaiam', 'position' => 371, ], [ 'id' => 373, 'name' => 'Galapagos', 'position' => 372, ], [ 'id' => 374, 'name' => 'Gamma Home Entertainment', 'position' => 373, ], [ 'id' => 375, 'name' => 'Garagehouse Pictures', 'position' => 374, ], [ 'id' => 376, 'name' => 'GaragePlay (車庫娛樂)', 'position' => 375, ], [ 'id' => 377, 'name' => 'Gaumont', 'position' => 376, ], [ 'id' => 378, 'name' => 'Geffen', 'position' => 377, ], [ 'id' => 379, 'name' => 'Geneon Entertainment', 'position' => 378, ], [ 'id' => 380, 'name' => 'Geneon Universal Entertainment', 'position' => 379, ], [ 'id' => 381, 'name' => 'General Video Recording', 'position' => 380, ], [ 'id' => 382, 'name' => 'Glass Doll Films', 'position' => 381, ], [ 'id' => 383, 'name' => 'Globe Music Media', 'position' => 382, ], [ 'id' => 384, 'name' => 'Go Entertain', 'position' => 383, ], [ 'id' => 385, 'name' => 'Golden Harvest', 'position' => 384, ], [ 'id' => 386, 'name' => 'good!movies', 'position' => 385, ], [ 'id' => 387, 'name' => 'Grapevine Video', 'position' => 386, ], [ 'id' => 388, 'name' => 'Grasshopper Film', 'position' => 387, ], [ 'id' => 389, 'name' => 'Gravitas Ventures', 'position' => 388, ], [ 'id' => 390, 'name' => 'Great Movies', 'position' => 389, ], [ 'id' => 391, 'name' => 'Green Apple Entertainment', 'position' => 390, ], [ 'id' => 392, 'name' => 'GreenNarae Media', 'position' => 391, ], [ 'id' => 393, 'name' => 'Grindhouse Releasing', 'position' => 392, ], [ 'id' => 394, 'name' => 'Gryphon Entertainment', 'position' => 393, ], [ 'id' => 395, 'name' => 'Gunpowder & Sky', 'position' => 394, ], [ 'id' => 396, 'name' => 'Hanabee Entertainment', 'position' => 395, ], [ 'id' => 397, 'name' => 'Hannover House', 'position' => 396, ], [ 'id' => 398, 'name' => 'HanseSound', 'position' => 397, ], [ 'id' => 399, 'name' => 'Happinet', 'position' => 398, ], [ 'id' => 400, 'name' => 'Harmonia Mundi', 'position' => 399, ], [ 'id' => 401, 'name' => 'HBO', 'position' => 400, ], [ 'id' => 402, 'name' => 'HDC', 'position' => 401, ], [ 'id' => 403, 'name' => 'HEC', 'position' => 402, ], [ 'id' => 404, 'name' => 'Hell & Back Recordings', 'position' => 403, ], [ 'id' => 405, 'name' => 'Hen\'s Tooth Video', 'position' => 404, ], [ 'id' => 406, 'name' => 'High Fliers', 'position' => 405, ], [ 'id' => 407, 'name' => 'Highlight', 'position' => 406, ], [ 'id' => 408, 'name' => 'Hillsong', 'position' => 407, ], [ 'id' => 409, 'name' => 'History Channel', 'position' => 408, ], [ 'id' => 410, 'name' => 'HK Vidéo', 'position' => 409, ], [ 'id' => 411, 'name' => 'HMH Hamburger Medien Haus', 'position' => 410, ], [ 'id' => 412, 'name' => 'Hollywood Classic Entertainment', 'position' => 411, ], [ 'id' => 413, 'name' => 'Hollywood Pictures', 'position' => 412, ], [ 'id' => 414, 'name' => 'Hopscotch Entertainment', 'position' => 413, ], [ 'id' => 415, 'name' => 'HPM', 'position' => 414, ], [ 'id' => 416, 'name' => 'Hännsler Classic', 'position' => 415, ], [ 'id' => 417, 'name' => 'i-catcher', 'position' => 416, ], [ 'id' => 418, 'name' => 'I-ON New Media', 'position' => 417, ], [ 'id' => 419, 'name' => 'IAN Productions', 'position' => 418, ], [ 'id' => 420, 'name' => 'Icestorm', 'position' => 419, ], [ 'id' => 421, 'name' => 'Icon Film Distribution', 'position' => 420, ], [ 'id' => 422, 'name' => 'Ideale Audience', 'position' => 421, ], [ 'id' => 423, 'name' => 'IFC Films', 'position' => 422, ], [ 'id' => 424, 'name' => 'ifilm', 'position' => 423, ], [ 'id' => 425, 'name' => 'Illusions Unltd.', 'position' => 424, ], [ 'id' => 426, 'name' => 'Image Entertainment', 'position' => 425, ], [ 'id' => 427, 'name' => 'Imagem Filmes', 'position' => 426, ], [ 'id' => 428, 'name' => 'Imovision', 'position' => 427, ], [ 'id' => 429, 'name' => 'Imperial Cinepix', 'position' => 428, ], [ 'id' => 430, 'name' => 'Imprint', 'position' => 429, ], [ 'id' => 431, 'name' => 'Impuls Home Entertainment', 'position' => 430, ], [ 'id' => 432, 'name' => 'in-akustik', 'position' => 431, ], [ 'id' => 433, 'name' => 'Inception Media Group', 'position' => 432, ], [ 'id' => 434, 'name' => 'Independent', 'position' => 433, ], [ 'id' => 435, 'name' => 'Indican', 'position' => 434, ], [ 'id' => 436, 'name' => 'Indie Rights', 'position' => 435, ], [ 'id' => 437, 'name' => 'Indigo', 'position' => 436, ], [ 'id' => 438, 'name' => 'INFO', 'position' => 437, ], [ 'id' => 439, 'name' => 'Injoingan', 'position' => 438, ], [ 'id' => 440, 'name' => 'Inked Pictures', 'position' => 439, ], [ 'id' => 441, 'name' => 'Inside Out Music', 'position' => 440, ], [ 'id' => 442, 'name' => 'InterCom', 'position' => 441, ], [ 'id' => 443, 'name' => 'Intercontinental Video', 'position' => 442, ], [ 'id' => 444, 'name' => 'Intergroove', 'position' => 443, ], [ 'id' => 445, 'name' => 'Interscope', 'position' => 444, ], [ 'id' => 446, 'name' => 'Invincible Pictures', 'position' => 445, ], [ 'id' => 447, 'name' => 'Island/Mercury', 'position' => 446, ], [ 'id' => 448, 'name' => 'ITN', 'position' => 447, ], [ 'id' => 449, 'name' => 'ITV DVD', 'position' => 448, ], [ 'id' => 450, 'name' => 'IVC', 'position' => 449, ], [ 'id' => 451, 'name' => 'Ive Entertainment', 'position' => 450, ], [ 'id' => 452, 'name' => 'J&R Adventures', 'position' => 451, ], [ 'id' => 453, 'name' => 'Jakob', 'position' => 452, ], [ 'id' => 454, 'name' => 'Jonu Media', 'position' => 453, ], [ 'id' => 455, 'name' => 'JRB Productions', 'position' => 454, ], [ 'id' => 456, 'name' => 'Just Bridge Entertainment', 'position' => 455, ], [ 'id' => 457, 'name' => 'Kaboom Entertainment', 'position' => 456, ], [ 'id' => 458, 'name' => 'Kadokawa Entertainment', 'position' => 457, ], [ 'id' => 459, 'name' => 'Kairos', 'position' => 458, ], [ 'id' => 460, 'name' => 'Kaleidoscope Entertainment', 'position' => 459, ], [ 'id' => 461, 'name' => 'Kam & Ronson Enterprises', 'position' => 460, ], [ 'id' => 462, 'name' => 'Kana Home Video', 'position' => 461, ], [ 'id' => 463, 'name' => 'Karma Films', 'position' => 462, ], [ 'id' => 464, 'name' => 'Katzenberger', 'position' => 463, ], [ 'id' => 465, 'name' => 'Kaze', 'position' => 464, ], [ 'id' => 466, 'name' => 'KBS Media', 'position' => 465, ], [ 'id' => 467, 'name' => 'KD MEDIA', 'position' => 466, ], [ 'id' => 468, 'name' => 'King Media', 'position' => 467, ], [ 'id' => 469, 'name' => 'King Records', 'position' => 468, ], [ 'id' => 470, 'name' => 'Kino Lorber', 'position' => 469, ], [ 'id' => 471, 'name' => 'Kino Swiat', 'position' => 470, ], [ 'id' => 472, 'name' => 'Kinokuniya', 'position' => 471, ], [ 'id' => 473, 'name' => 'Kinowelt Home Entertainment/DVD', 'position' => 472, ], [ 'id' => 474, 'name' => 'Kit Parker Films', 'position' => 473, ], [ 'id' => 475, 'name' => 'Kitty Media', 'position' => 474, ], [ 'id' => 476, 'name' => 'KNM Home Entertainment', 'position' => 475, ], [ 'id' => 477, 'name' => 'Koba Films', 'position' => 476, ], [ 'id' => 478, 'name' => 'Koch Entertainment', 'position' => 477, ], [ 'id' => 479, 'name' => 'Koch Media', 'position' => 478, ], [ 'id' => 480, 'name' => 'Kraken Releasing', 'position' => 479, ], [ 'id' => 481, 'name' => 'Kscope', 'position' => 480, ], [ 'id' => 482, 'name' => 'KSM', 'position' => 481, ], [ 'id' => 483, 'name' => 'Kultur', 'position' => 482, ], [ 'id' => 484, 'name' => 'L\'atelier d\'images', 'position' => 483, ], [ 'id' => 485, 'name' => 'La Aventura Audiovisual', 'position' => 484, ], [ 'id' => 486, 'name' => 'Lace Group', 'position' => 485, ], [ 'id' => 487, 'name' => 'Laser Paradise', 'position' => 486, ], [ 'id' => 488, 'name' => 'Layons', 'position' => 487, ], [ 'id' => 489, 'name' => 'LCJ Editions', 'position' => 488, ], [ 'id' => 490, 'name' => 'Le chat qui fume', 'position' => 489, ], [ 'id' => 491, 'name' => 'Le Pacte', 'position' => 490, ], [ 'id' => 492, 'name' => 'Ledick Filmhandel', 'position' => 491, ], [ 'id' => 493, 'name' => 'Legend', 'position' => 492, ], [ 'id' => 494, 'name' => 'Leomark Studios', 'position' => 493, ], [ 'id' => 495, 'name' => 'Leonine Films', 'position' => 494, ], [ 'id' => 496, 'name' => 'Lichtung Media Ltd', 'position' => 495, ], [ 'id' => 497, 'name' => 'Lighthouse Home Entertainment', 'position' => 496, ], [ 'id' => 498, 'name' => 'Lightyear', 'position' => 497, ], [ 'id' => 499, 'name' => 'Lionsgate Films', 'position' => 498, ], [ 'id' => 500, 'name' => 'Lizard Cinema Trade', 'position' => 499, ], [ 'id' => 501, 'name' => 'Llamentol', 'position' => 500, ], [ 'id' => 502, 'name' => 'Lobster Films', 'position' => 501, ], [ 'id' => 503, 'name' => 'LogOn', 'position' => 502, ], [ 'id' => 504, 'name' => 'Lorber Films', 'position' => 503, ], [ 'id' => 505, 'name' => 'Los Banditos Films', 'position' => 504, ], [ 'id' => 506, 'name' => 'Loud & Proud Records', 'position' => 505, ], [ 'id' => 507, 'name' => 'LSO Live', 'position' => 506, ], [ 'id' => 508, 'name' => 'Lucasfilm', 'position' => 507, ], [ 'id' => 509, 'name' => 'Lucky Red', 'position' => 508, ], [ 'id' => 510, 'name' => 'Lumière Home Entertainment', 'position' => 509, ], [ 'id' => 511, 'name' => 'M6 Video', 'position' => 510, ], [ 'id' => 512, 'name' => 'Mad Dimension', 'position' => 511, ], [ 'id' => 513, 'name' => 'Madman Entertainment', 'position' => 512, ], [ 'id' => 514, 'name' => 'Magic Box', 'position' => 513, ], [ 'id' => 515, 'name' => 'Magic Play', 'position' => 514, ], [ 'id' => 516, 'name' => 'Magna Home Entertainment', 'position' => 515, ], [ 'id' => 517, 'name' => 'Magnolia Pictures', 'position' => 516, ], [ 'id' => 518, 'name' => 'Maiden Japan', 'position' => 517, ], [ 'id' => 519, 'name' => 'Majeng Media', 'position' => 518, ], [ 'id' => 520, 'name' => 'Majestic Home Entertainment', 'position' => 519, ], [ 'id' => 521, 'name' => 'Manga Home Entertainment', 'position' => 520, ], [ 'id' => 522, 'name' => 'Manta Lab', 'position' => 521, ], [ 'id' => 523, 'name' => 'Maple Studios', 'position' => 522, ], [ 'id' => 524, 'name' => 'Marco Polo Production', 'position' => 523, ], [ 'id' => 525, 'name' => 'Mariinsky', 'position' => 524, ], [ 'id' => 526, 'name' => 'Marvel Studios', 'position' => 525, ], [ 'id' => 527, 'name' => 'Mascot Records', 'position' => 526, ], [ 'id' => 528, 'name' => 'Massacre Video', 'position' => 527, ], [ 'id' => 529, 'name' => 'Matchbox', 'position' => 528, ], [ 'id' => 530, 'name' => 'Matrix D', 'position' => 529, ], [ 'id' => 531, 'name' => 'Maxam', 'position' => 530, ], [ 'id' => 532, 'name' => 'Maya Home Entertainment', 'position' => 531, ], [ 'id' => 533, 'name' => 'MDG', 'position' => 532, ], [ 'id' => 534, 'name' => 'Media Blasters', 'position' => 533, ], [ 'id' => 535, 'name' => 'Media Factory', 'position' => 534, ], [ 'id' => 536, 'name' => 'Media Target Distribution', 'position' => 535, ], [ 'id' => 537, 'name' => 'MediaInVision', 'position' => 536, ], [ 'id' => 538, 'name' => 'Mediatoon', 'position' => 537, ], [ 'id' => 539, 'name' => 'Mediatres Estudio', 'position' => 538, ], [ 'id' => 540, 'name' => 'Medici Arts', 'position' => 539, ], [ 'id' => 541, 'name' => 'Medici Classics', 'position' => 540, ], [ 'id' => 542, 'name' => 'Mediumrare Entertainment', 'position' => 541, ], [ 'id' => 543, 'name' => 'Medusa', 'position' => 542, ], [ 'id' => 544, 'name' => 'MegaStar', 'position' => 543, ], [ 'id' => 545, 'name' => 'Mei Ah', 'position' => 544, ], [ 'id' => 546, 'name' => 'Meli Médias', 'position' => 545, ], [ 'id' => 547, 'name' => 'Memento Films', 'position' => 546, ], [ 'id' => 548, 'name' => 'Menemsha Films', 'position' => 547, ], [ 'id' => 549, 'name' => 'Mercury', 'position' => 548, ], [ 'id' => 550, 'name' => 'Mercury Studios', 'position' => 549, ], [ 'id' => 551, 'name' => 'Merge Soft Productions', 'position' => 550, ], [ 'id' => 552, 'name' => 'Metal Blade Records', 'position' => 551, ], [ 'id' => 553, 'name' => 'Meteor', 'position' => 552, ], [ 'id' => 554, 'name' => 'Metro-Goldwyn-Mayer', 'position' => 553, ], [ 'id' => 555, 'name' => 'Metrodome Video', 'position' => 554, ], [ 'id' => 556, 'name' => 'Metropolitan', 'position' => 555, ], [ 'id' => 557, 'name' => 'MFA+', 'position' => 556, ], [ 'id' => 558, 'name' => 'MIG Filmgroup', 'position' => 557, ], [ 'id' => 559, 'name' => 'Milestone', 'position' => 558, ], [ 'id' => 560, 'name' => 'Mill Creek Entertainment', 'position' => 559, ], [ 'id' => 561, 'name' => 'Millennium Media', 'position' => 560, ], [ 'id' => 562, 'name' => 'Mirage Entertainment', 'position' => 561, ], [ 'id' => 563, 'name' => 'Miramax', 'position' => 562, ], [ 'id' => 564, 'name' => 'Misteriya Zvuka', 'position' => 563, ], [ 'id' => 565, 'name' => 'MK2', 'position' => 564, ], [ 'id' => 566, 'name' => 'Mode Records', 'position' => 565, ], [ 'id' => 567, 'name' => 'Momentum Pictures', 'position' => 566, ], [ 'id' => 568, 'name' => 'Mondo Home Entertainment', 'position' => 567, ], [ 'id' => 569, 'name' => 'Mondo Macabro', 'position' => 568, ], [ 'id' => 570, 'name' => 'Mongrel Media', 'position' => 569, ], [ 'id' => 571, 'name' => 'Monolit', 'position' => 570, ], [ 'id' => 572, 'name' => 'Monolith Video', 'position' => 571, ], [ 'id' => 573, 'name' => 'Monster Pictures', 'position' => 572, ], [ 'id' => 574, 'name' => 'Monterey Video', 'position' => 573, ], [ 'id' => 575, 'name' => 'Monument Releasing', 'position' => 574, ], [ 'id' => 576, 'name' => 'Morningstar', 'position' => 575, ], [ 'id' => 577, 'name' => 'Moserbaer', 'position' => 576, ], [ 'id' => 578, 'name' => 'Moviemax', 'position' => 577, ], [ 'id' => 579, 'name' => 'Movinside', 'position' => 578, ], [ 'id' => 580, 'name' => 'MPI Media Group', 'position' => 579, ], [ 'id' => 581, 'name' => 'Mr. Bongo Films', 'position' => 580, ], [ 'id' => 582, 'name' => 'Mrg (Meridian)', 'position' => 581, ], [ 'id' => 583, 'name' => 'MUBI', 'position' => 582, ], [ 'id' => 584, 'name' => 'Mug Shot Productions', 'position' => 583, ], [ 'id' => 585, 'name' => 'Multimusic', 'position' => 584, ], [ 'id' => 586, 'name' => 'Muse', 'position' => 585, ], [ 'id' => 587, 'name' => 'Music Box Films', 'position' => 586, ], [ 'id' => 588, 'name' => 'Music Brokers', 'position' => 587, ], [ 'id' => 589, 'name' => 'Music Theories', 'position' => 588, ], [ 'id' => 590, 'name' => 'Music Video Distributors', 'position' => 589, ], [ 'id' => 591, 'name' => 'Mustang Entertainment', 'position' => 590, ], [ 'id' => 592, 'name' => 'MVD Visual', 'position' => 591, ], [ 'id' => 593, 'name' => 'MVD/VSC', 'position' => 592, ], [ 'id' => 594, 'name' => 'MVL', 'position' => 593, ], [ 'id' => 595, 'name' => 'MVM Entertainment', 'position' => 594, ], [ 'id' => 596, 'name' => 'Myndform', 'position' => 595, ], [ 'id' => 597, 'name' => 'Mystic Night Pictures', 'position' => 596, ], [ 'id' => 598, 'name' => 'Nameless Media', 'position' => 597, ], [ 'id' => 599, 'name' => 'Napalm Records', 'position' => 598, ], [ 'id' => 600, 'name' => 'National Entertainment Media', 'position' => 599, ], [ 'id' => 601, 'name' => 'National Film Archive', 'position' => 600, ], [ 'id' => 602, 'name' => 'National Geographic', 'position' => 601, ], [ 'id' => 603, 'name' => 'Naxos', 'position' => 602, ], [ 'id' => 604, 'name' => 'NBCUniversal Entertainment Japan', 'position' => 603, ], [ 'id' => 605, 'name' => 'NBO Entertainment', 'position' => 604, ], [ 'id' => 606, 'name' => 'Neos', 'position' => 605, ], [ 'id' => 607, 'name' => 'Netflix', 'position' => 606, ], [ 'id' => 608, 'name' => 'Network', 'position' => 607, ], [ 'id' => 609, 'name' => 'New Blood', 'position' => 608, ], [ 'id' => 610, 'name' => 'New Disc', 'position' => 609, ], [ 'id' => 611, 'name' => 'New KSM', 'position' => 610, ], [ 'id' => 612, 'name' => 'New Line Cinema', 'position' => 611, ], [ 'id' => 613, 'name' => 'New Movie Trading Co. Ltd', 'position' => 612, ], [ 'id' => 614, 'name' => 'New Wave Films', 'position' => 613, ], [ 'id' => 615, 'name' => 'NFi', 'position' => 614, ], [ 'id' => 616, 'name' => 'NHK', 'position' => 615, ], [ 'id' => 617, 'name' => 'Nipponart', 'position' => 616, ], [ 'id' => 618, 'name' => 'NIS America', 'position' => 617, ], [ 'id' => 619, 'name' => 'Njutafilms', 'position' => 618, ], [ 'id' => 620, 'name' => 'Noble Entertainment', 'position' => 619, ], [ 'id' => 621, 'name' => 'Nordisk Film', 'position' => 620, ], [ 'id' => 622, 'name' => 'Norsk Film', 'position' => 621, ], [ 'id' => 623, 'name' => 'North American Motion Pictures', 'position' => 622, ], [ 'id' => 624, 'name' => 'NOS Audiovisuais', 'position' => 623, ], [ 'id' => 625, 'name' => 'Notorious Pictures', 'position' => 624, ], [ 'id' => 626, 'name' => 'Nova Media', 'position' => 625, ], [ 'id' => 627, 'name' => 'Nova Sales and Distribution', 'position' => 626, ], [ 'id' => 628, 'name' => 'NSM', 'position' => 627, ], [ 'id' => 629, 'name' => 'NSM Records', 'position' => 628, ], [ 'id' => 630, 'name' => 'Nuclear Blast', 'position' => 629, ], [ 'id' => 631, 'name' => 'Nucleus Films', 'position' => 630, ], [ 'id' => 632, 'name' => 'Oberlin Music', 'position' => 631, ], [ 'id' => 633, 'name' => 'Obras-Primas do Cinema', 'position' => 632, ], [ 'id' => 634, 'name' => 'Odeon', 'position' => 633, ], [ 'id' => 635, 'name' => 'OFDb Filmworks', 'position' => 634, ], [ 'id' => 636, 'name' => 'Olive Films', 'position' => 635, ], [ 'id' => 637, 'name' => 'Ondine', 'position' => 636, ], [ 'id' => 638, 'name' => 'OnScreen Films', 'position' => 637, ], [ 'id' => 639, 'name' => 'Opening Distribution', 'position' => 638, ], [ 'id' => 640, 'name' => 'Opera Australia', 'position' => 639, ], [ 'id' => 641, 'name' => 'Optimum Home Entertainment', 'position' => 640, ], [ 'id' => 642, 'name' => 'Opus Arte', 'position' => 641, ], [ 'id' => 643, 'name' => 'Orange Studio', 'position' => 642, ], [ 'id' => 644, 'name' => 'Orlando Eastwood Films', 'position' => 643, ], [ 'id' => 645, 'name' => 'Orustak Pictures', 'position' => 644, ], [ 'id' => 646, 'name' => 'Oscilloscope Pictures', 'position' => 645, ], [ 'id' => 647, 'name' => 'Outplay', 'position' => 646, ], [ 'id' => 648, 'name' => 'Palisades Tartan', 'position' => 647, ], [ 'id' => 649, 'name' => 'Pan Vision', 'position' => 648, ], [ 'id' => 650, 'name' => 'Panamint Cinema', 'position' => 649, ], [ 'id' => 651, 'name' => 'Pandastorm Entertainment', 'position' => 650, ], [ 'id' => 652, 'name' => 'Pandora Film', 'position' => 651, ], [ 'id' => 653, 'name' => 'Panegyric', 'position' => 652, ], [ 'id' => 654, 'name' => 'Panorama', 'position' => 653, ], [ 'id' => 655, 'name' => 'Parade Deck Films', 'position' => 654, ], [ 'id' => 656, 'name' => 'Paradise', 'position' => 655, ], [ 'id' => 657, 'name' => 'Paradiso Films', 'position' => 656, ], [ 'id' => 658, 'name' => 'Paradox', 'position' => 657, ], [ 'id' => 659, 'name' => 'Paramount Pictures', 'position' => 658, ], [ 'id' => 660, 'name' => 'Paris Filmes', 'position' => 659, ], [ 'id' => 661, 'name' => 'Park Circus', 'position' => 660, ], [ 'id' => 662, 'name' => 'Parlophone', 'position' => 661, ], [ 'id' => 663, 'name' => 'Passion River', 'position' => 662, ], [ 'id' => 664, 'name' => 'Pathe Distribution', 'position' => 663, ], [ 'id' => 665, 'name' => 'PBS', 'position' => 664, ], [ 'id' => 666, 'name' => 'Peace Arch Trinity', 'position' => 665, ], [ 'id' => 667, 'name' => 'Peccadillo Pictures', 'position' => 666, ], [ 'id' => 668, 'name' => 'peppermint', 'position' => 667, ], [ 'id' => 669, 'name' => 'Phase 4 Films', 'position' => 668, ], [ 'id' => 670, 'name' => 'Philharmonia Baroque', 'position' => 669, ], [ 'id' => 671, 'name' => 'Picture House Entertainment', 'position' => 670, ], [ 'id' => 672, 'name' => 'Pidax', 'position' => 671, ], [ 'id' => 673, 'name' => 'Pink Floyd Records', 'position' => 672, ], [ 'id' => 674, 'name' => 'Pinnacle Films', 'position' => 673, ], [ 'id' => 675, 'name' => 'Plain', 'position' => 674, ], [ 'id' => 676, 'name' => 'Platform Entertainment Limited', 'position' => 675, ], [ 'id' => 677, 'name' => 'PlayArte', 'position' => 676, ], [ 'id' => 678, 'name' => 'PLG UK Classics', 'position' => 677, ], [ 'id' => 679, 'name' => 'Polyband & Toppic Video/WVG', 'position' => 678, ], [ 'id' => 680, 'name' => 'Polydor', 'position' => 679, ], [ 'id' => 681, 'name' => 'Pony', 'position' => 680, ], [ 'id' => 682, 'name' => 'Pony Canyon', 'position' => 681, ], [ 'id' => 683, 'name' => 'Potemkine', 'position' => 682, ], [ 'id' => 684, 'name' => 'Powerhouse Films', 'position' => 683, ], [ 'id' => 685, 'name' => 'Powerstatiom', 'position' => 684, ], [ 'id' => 686, 'name' => 'Pride & Joy', 'position' => 685, ], [ 'id' => 687, 'name' => 'Prinz Media', 'position' => 686, ], [ 'id' => 688, 'name' => 'Pris Audiovisuais', 'position' => 687, ], [ 'id' => 689, 'name' => 'Pro Video', 'position' => 688, ], [ 'id' => 690, 'name' => 'Pro-Motion', 'position' => 689, ], [ 'id' => 691, 'name' => 'Prod. JRB', 'position' => 690, ], [ 'id' => 692, 'name' => 'ProDisc', 'position' => 691, ], [ 'id' => 693, 'name' => 'Prokino', 'position' => 692, ], [ 'id' => 694, 'name' => 'Provogue Records', 'position' => 693, ], [ 'id' => 695, 'name' => 'Proware', 'position' => 694, ], [ 'id' => 696, 'name' => 'Pulp Video', 'position' => 695, ], [ 'id' => 697, 'name' => 'Pulse Video', 'position' => 696, ], [ 'id' => 698, 'name' => 'Pure Audio Recordings', 'position' => 697, ], [ 'id' => 699, 'name' => 'Pure Flix Entertainment', 'position' => 698, ], [ 'id' => 700, 'name' => 'Pyramide Video', 'position' => 699, ], [ 'id' => 701, 'name' => 'Quality Films', 'position' => 700, ], [ 'id' => 702, 'name' => 'Quarto Valley Records', 'position' => 701, ], [ 'id' => 703, 'name' => 'Questar', 'position' => 702, ], [ 'id' => 704, 'name' => 'R Squared Films', 'position' => 703, ], [ 'id' => 705, 'name' => 'Rapid Eye Movies', 'position' => 704, ], [ 'id' => 706, 'name' => 'Raro Video', 'position' => 705, ], [ 'id' => 707, 'name' => 'RaroVideo U.S.', 'position' => 706, ], [ 'id' => 708, 'name' => 'Raven Banner Releasing', 'position' => 707, ], [ 'id' => 709, 'name' => 'Razor Digital Entertainment', 'position' => 708, ], [ 'id' => 710, 'name' => 'RCA', 'position' => 709, ], [ 'id' => 711, 'name' => 'RCO Live', 'position' => 710, ], [ 'id' => 712, 'name' => 'RCV', 'position' => 711, ], [ 'id' => 713, 'name' => 'Real Gone Music', 'position' => 712, ], [ 'id' => 714, 'name' => 'Reanimedia', 'position' => 713, ], [ 'id' => 715, 'name' => 'Redemption', 'position' => 714, ], [ 'id' => 716, 'name' => 'Reel', 'position' => 715, ], [ 'id' => 717, 'name' => 'Reliance Home Video & Games', 'position' => 716, ], [ 'id' => 718, 'name' => 'REM Culture', 'position' => 717, ], [ 'id' => 719, 'name' => 'Remain in Light', 'position' => 718, ], [ 'id' => 720, 'name' => 'Reprise', 'position' => 719, ], [ 'id' => 721, 'name' => 'Resen', 'position' => 720, ], [ 'id' => 722, 'name' => 'Retromedia', 'position' => 721, ], [ 'id' => 723, 'name' => 'Revelation Films Ltd.', 'position' => 722, ], [ 'id' => 724, 'name' => 'Revolver Entertainment', 'position' => 723, ], [ 'id' => 725, 'name' => 'Rhino Music', 'position' => 724, ], [ 'id' => 726, 'name' => 'RHV', 'position' => 725, ], [ 'id' => 727, 'name' => 'Right Stuf', 'position' => 726, ], [ 'id' => 728, 'name' => 'Rimini Editions', 'position' => 727, ], [ 'id' => 729, 'name' => 'Rising Sun Media', 'position' => 728, ], [ 'id' => 730, 'name' => 'RLJ Entertainment', 'position' => 729, ], [ 'id' => 731, 'name' => 'Roadrunner Records', 'position' => 730, ], [ 'id' => 732, 'name' => 'Roadshow Entertainment', 'position' => 731, ], [ 'id' => 733, 'name' => 'Rone', 'position' => 732, ], [ 'id' => 734, 'name' => 'Ronin Flix', 'position' => 733, ], [ 'id' => 735, 'name' => 'Rotana Home Entertainment', 'position' => 734, ], [ 'id' => 736, 'name' => 'Rough Trade', 'position' => 735, ], [ 'id' => 737, 'name' => 'Rounder', 'position' => 736, ], [ 'id' => 738, 'name' => 'Saffron Hill Films', 'position' => 737, ], [ 'id' => 739, 'name' => 'Samuel Goldwyn Films', 'position' => 738, ], [ 'id' => 740, 'name' => 'San Francisco Symphony', 'position' => 739, ], [ 'id' => 741, 'name' => 'Sandrew Metronome', 'position' => 740, ], [ 'id' => 742, 'name' => 'Saphrane', 'position' => 741, ], [ 'id' => 743, 'name' => 'Savor', 'position' => 742, ], [ 'id' => 744, 'name' => 'Scanbox Entertainment', 'position' => 743, ], [ 'id' => 745, 'name' => 'Scenic Labs', 'position' => 744, ], [ 'id' => 746, 'name' => 'SchröderMedia', 'position' => 745, ], [ 'id' => 747, 'name' => 'Scorpion Releasing', 'position' => 746, ], [ 'id' => 748, 'name' => 'Scream Team Releasing', 'position' => 747, ], [ 'id' => 749, 'name' => 'Screen Media', 'position' => 748, ], [ 'id' => 750, 'name' => 'Screenbound Pictures', 'position' => 749, ], [ 'id' => 751, 'name' => 'Screenwave Media', 'position' => 750, ], [ 'id' => 752, 'name' => 'Second Run', 'position' => 751, ], [ 'id' => 753, 'name' => 'Second Sight', 'position' => 752, ], [ 'id' => 754, 'name' => 'Seedsman Group', 'position' => 753, ], [ 'id' => 755, 'name' => 'Select Video', 'position' => 754, ], [ 'id' => 756, 'name' => 'Selecta Vision', 'position' => 755, ], [ 'id' => 757, 'name' => 'Senator', 'position' => 756, ], [ 'id' => 758, 'name' => 'Sentai Filmworks', 'position' => 757, ], [ 'id' => 759, 'name' => 'Seven7', 'position' => 758, ], [ 'id' => 760, 'name' => 'Severin Films', 'position' => 759, ], [ 'id' => 761, 'name' => 'Seville', 'position' => 760, ], [ 'id' => 762, 'name' => 'Seyons Entertainment', 'position' => 761, ], [ 'id' => 763, 'name' => 'SF Studios', 'position' => 762, ], [ 'id' => 764, 'name' => 'SGL Entertainment', 'position' => 763, ], [ 'id' => 765, 'name' => 'Shameless', 'position' => 764, ], [ 'id' => 766, 'name' => 'Shamrock Media', 'position' => 765, ], [ 'id' => 767, 'name' => 'Shanghai Epic Music Entertainment', 'position' => 766, ], [ 'id' => 768, 'name' => 'Shemaroo', 'position' => 767, ], [ 'id' => 769, 'name' => 'Shochiku', 'position' => 768, ], [ 'id' => 770, 'name' => 'Shock', 'position' => 769, ], [ 'id' => 771, 'name' => 'Shogaku Kan', 'position' => 770, ], [ 'id' => 772, 'name' => 'Shout Factory', 'position' => 771, ], [ 'id' => 773, 'name' => 'Showbox', 'position' => 772, ], [ 'id' => 774, 'name' => 'Showtime Entertainment', 'position' => 773, ], [ 'id' => 775, 'name' => 'Shriek Show', 'position' => 774, ], [ 'id' => 776, 'name' => 'Shudder', 'position' => 775, ], [ 'id' => 777, 'name' => 'Sidonis', 'position' => 776, ], [ 'id' => 778, 'name' => 'Sidonis Calysta', 'position' => 777, ], [ 'id' => 779, 'name' => 'Signal One Entertainment', 'position' => 778, ], [ 'id' => 780, 'name' => 'Signature Entertainment', 'position' => 779, ], [ 'id' => 781, 'name' => 'Silver Vision', 'position' => 780, ], [ 'id' => 782, 'name' => 'Sinister Film', 'position' => 781, ], [ 'id' => 783, 'name' => 'Siren Visual Entertainment', 'position' => 782, ], [ 'id' => 784, 'name' => 'Skani', 'position' => 783, ], [ 'id' => 785, 'name' => 'Sky Digi', 'position' => 784, ], [ 'id' => 786, 'name' => 'Slasher // Video', 'position' => 785, ], [ 'id' => 787, 'name' => 'Slovak Film Institute', 'position' => 786, ], [ 'id' => 788, 'name' => 'SM Life Design Group', 'position' => 787, ], [ 'id' => 789, 'name' => 'Smooth Pictures', 'position' => 788, ], [ 'id' => 790, 'name' => 'Snapper Music', 'position' => 789, ], [ 'id' => 791, 'name' => 'Soda Pictures', 'position' => 790, ], [ 'id' => 792, 'name' => 'Sono Luminus', 'position' => 791, ], [ 'id' => 793, 'name' => 'Sony Music', 'position' => 792, ], [ 'id' => 794, 'name' => 'Sony Pictures', 'position' => 793, ], [ 'id' => 795, 'name' => 'Sony Pictures Classics', 'position' => 794, ], [ 'id' => 796, 'name' => 'Soul Media', 'position' => 795, ], [ 'id' => 797, 'name' => 'Soulfood Music Distribution', 'position' => 796, ], [ 'id' => 798, 'name' => 'Soyuz', 'position' => 797, ], [ 'id' => 799, 'name' => 'Spectrum', 'position' => 798, ], [ 'id' => 800, 'name' => 'Spentzos Film', 'position' => 799, ], [ 'id' => 801, 'name' => 'Spirit Entertainment', 'position' => 800, ], [ 'id' => 802, 'name' => 'Spirit Media GmbH', 'position' => 801, ], [ 'id' => 803, 'name' => 'Splendid Entertainment', 'position' => 802, ], [ 'id' => 804, 'name' => 'Splendid Film', 'position' => 803, ], [ 'id' => 805, 'name' => 'SPO', 'position' => 804, ], [ 'id' => 806, 'name' => 'Square Enix', 'position' => 805, ], [ 'id' => 807, 'name' => 'Sri Balaji Video', 'position' => 806, ], [ 'id' => 808, 'name' => 'SRS Cinema', 'position' => 807, ], [ 'id' => 809, 'name' => 'SSO Recordings', 'position' => 808, ], [ 'id' => 810, 'name' => 'ST2 Music', 'position' => 809, ], [ 'id' => 811, 'name' => 'Star Media Entertainment', 'position' => 810, ], [ 'id' => 812, 'name' => 'Starlight', 'position' => 811, ], [ 'id' => 813, 'name' => 'Starz / Anchor Bay', 'position' => 812, ], [ 'id' => 814, 'name' => 'Ster Kinekor', 'position' => 813, ], [ 'id' => 815, 'name' => 'Sterling Entertainment', 'position' => 814, ], [ 'id' => 816, 'name' => 'Stingray', 'position' => 815, ], [ 'id' => 817, 'name' => 'Stockfisch Records', 'position' => 816, ], [ 'id' => 818, 'name' => 'Strand Releasing', 'position' => 817, ], [ 'id' => 819, 'name' => 'Studio 4K', 'position' => 818, ], [ 'id' => 820, 'name' => 'Studio Canal', 'position' => 819, ], [ 'id' => 821, 'name' => 'Studio Ghibli', 'position' => 820, ], [ 'id' => 822, 'name' => 'Studio Hamburg Enterprises', 'position' => 821, ], [ 'id' => 823, 'name' => 'Studio S', 'position' => 822, ], [ 'id' => 824, 'name' => 'Subkultur Entertainment', 'position' => 823, ], [ 'id' => 825, 'name' => 'Suevia Films', 'position' => 824, ], [ 'id' => 826, 'name' => 'Summit Entertainment', 'position' => 825, ], [ 'id' => 827, 'name' => 'Sunfilm Entertainment', 'position' => 826, ], [ 'id' => 828, 'name' => 'Surround Records', 'position' => 827, ], [ 'id' => 829, 'name' => 'Svensk Filmindustri', 'position' => 828, ], [ 'id' => 830, 'name' => 'Swen Filmes', 'position' => 829, ], [ 'id' => 831, 'name' => 'Synapse Films', 'position' => 830, ], [ 'id' => 832, 'name' => 'Syndicado', 'position' => 831, ], [ 'id' => 833, 'name' => 'Synergetic', 'position' => 832, ], [ 'id' => 834, 'name' => 'T- Series', 'position' => 833, ], [ 'id' => 835, 'name' => 'T.V.P.', 'position' => 834, ], [ 'id' => 836, 'name' => 'Tacet Records', 'position' => 835, ], [ 'id' => 837, 'name' => 'Tai Seng', 'position' => 836, ], [ 'id' => 838, 'name' => 'Tai Sheng', 'position' => 837, ], [ 'id' => 839, 'name' => 'TakeOne', 'position' => 838, ], [ 'id' => 840, 'name' => 'Takeshobo', 'position' => 839, ], [ 'id' => 841, 'name' => 'Tamasa Diffusion', 'position' => 840, ], [ 'id' => 842, 'name' => 'TC Entertainment', 'position' => 841, ], [ 'id' => 843, 'name' => 'TDK', 'position' => 842, ], [ 'id' => 844, 'name' => 'Team Marketing', 'position' => 843, ], [ 'id' => 845, 'name' => 'Teatro Real', 'position' => 844, ], [ 'id' => 846, 'name' => 'Tema Distribuciones', 'position' => 845, ], [ 'id' => 847, 'name' => 'Tempe Digital', 'position' => 846, ], [ 'id' => 848, 'name' => 'TF1 Vidéo', 'position' => 847, ], [ 'id' => 849, 'name' => 'The Blu', 'position' => 848, ], [ 'id' => 850, 'name' => 'The Ecstasy of Films', 'position' => 849, ], [ 'id' => 851, 'name' => 'The Film Detective', 'position' => 850, ], [ 'id' => 852, 'name' => 'The Jokers', 'position' => 851, ], [ 'id' => 853, 'name' => 'The On', 'position' => 852, ], [ 'id' => 854, 'name' => 'Thimfilm', 'position' => 853, ], [ 'id' => 855, 'name' => 'Third Window Films', 'position' => 854, ], [ 'id' => 856, 'name' => 'Thunderbean Animation', 'position' => 855, ], [ 'id' => 857, 'name' => 'Thunderbird Releasing', 'position' => 856, ], [ 'id' => 858, 'name' => 'Tiberius Film', 'position' => 857, ], [ 'id' => 859, 'name' => 'Time Life', 'position' => 858, ], [ 'id' => 860, 'name' => 'Timeless Media Group', 'position' => 859, ], [ 'id' => 861, 'name' => 'TLA Releasing', 'position' => 860, ], [ 'id' => 862, 'name' => 'Tobis Film', 'position' => 861, ], [ 'id' => 863, 'name' => 'Toei', 'position' => 862, ], [ 'id' => 864, 'name' => 'Toho', 'position' => 863, ], [ 'id' => 865, 'name' => 'Tokyo Shock', 'position' => 864, ], [ 'id' => 866, 'name' => 'Tonpool Medien GmbH', 'position' => 865, ], [ 'id' => 867, 'name' => 'Topics Entertainment', 'position' => 866, ], [ 'id' => 868, 'name' => 'Touchstone Pictures', 'position' => 867, ], [ 'id' => 869, 'name' => 'Transmission Films', 'position' => 868, ], [ 'id' => 870, 'name' => 'Travel Video Store', 'position' => 869, ], [ 'id' => 871, 'name' => 'TriArt', 'position' => 870, ], [ 'id' => 872, 'name' => 'Trigon Film', 'position' => 871, ], [ 'id' => 873, 'name' => 'Trinity Home Entertainment', 'position' => 872, ], [ 'id' => 874, 'name' => 'TriPictures', 'position' => 873, ], [ 'id' => 875, 'name' => 'Troma', 'position' => 874, ], [ 'id' => 876, 'name' => 'Turbine Medien', 'position' => 875, ], [ 'id' => 877, 'name' => 'Turtle Records', 'position' => 876, ], [ 'id' => 878, 'name' => 'TVA Films', 'position' => 877, ], [ 'id' => 879, 'name' => 'Twilight Time', 'position' => 878, ], [ 'id' => 880, 'name' => 'TWIN Co., Ltd.', 'position' => 879, ], [ 'id' => 881, 'name' => 'UCA', 'position' => 880, ], [ 'id' => 882, 'name' => 'UDR', 'position' => 881, ], [ 'id' => 883, 'name' => 'UEK', 'position' => 882, ], [ 'id' => 884, 'name' => 'UFA/DVD', 'position' => 883, ], [ 'id' => 885, 'name' => 'UGC PH', 'position' => 884, ], [ 'id' => 886, 'name' => 'Ultimate3DHeaven', 'position' => 885, ], [ 'id' => 887, 'name' => 'Ultra', 'position' => 886, ], [ 'id' => 888, 'name' => 'Umbrella Entertainment', 'position' => 887, ], [ 'id' => 889, 'name' => 'UMC', 'position' => 888, ], [ 'id' => 890, 'name' => 'Uncork\'d Entertainment', 'position' => 889, ], [ 'id' => 891, 'name' => 'Unearthed Films', 'position' => 890, ], [ 'id' => 892, 'name' => 'UNI DISC', 'position' => 891, ], [ 'id' => 893, 'name' => 'Unimundos', 'position' => 892, ], [ 'id' => 894, 'name' => 'Unitel', 'position' => 893, ], [ 'id' => 895, 'name' => 'Universal Music', 'position' => 894, ], [ 'id' => 896, 'name' => 'Universal Sony Pictures Home Entertainment', 'position' => 895, ], [ 'id' => 897, 'name' => 'Universal Studios', 'position' => 896, ], [ 'id' => 898, 'name' => 'Universe Laser & Video Co.', 'position' => 897, ], [ 'id' => 899, 'name' => 'Universum Film', 'position' => 898, ], [ 'id' => 900, 'name' => 'UTV', 'position' => 899, ], [ 'id' => 901, 'name' => 'VAP', 'position' => 900, ], [ 'id' => 902, 'name' => 'VCI', 'position' => 901, ], [ 'id' => 903, 'name' => 'Vendetta Films', 'position' => 902, ], [ 'id' => 904, 'name' => 'Versátil Home Video', 'position' => 903, ], [ 'id' => 905, 'name' => 'Vertical Entertainment', 'position' => 904, ], [ 'id' => 906, 'name' => 'Vértice 360º', 'position' => 905, ], [ 'id' => 907, 'name' => 'Vertigo Berlin', 'position' => 906, ], [ 'id' => 908, 'name' => 'Vértigo Films', 'position' => 907, ], [ 'id' => 909, 'name' => 'Verve Pictures', 'position' => 908, ], [ 'id' => 910, 'name' => 'Via Vision Entertainment', 'position' => 909, ], [ 'id' => 911, 'name' => 'Vicol Entertainment', 'position' => 910, ], [ 'id' => 912, 'name' => 'Vicom', 'position' => 911, ], [ 'id' => 913, 'name' => 'Victor Entertainment', 'position' => 912, ], [ 'id' => 914, 'name' => 'Videa Cde', 'position' => 913, ], [ 'id' => 915, 'name' => 'Video Film Express', 'position' => 914, ], [ 'id' => 916, 'name' => 'Video Music, Inc.', 'position' => 915, ], [ 'id' => 917, 'name' => 'Video Service Corp.', 'position' => 916, ], [ 'id' => 918, 'name' => 'Video Travel', 'position' => 917, ], [ 'id' => 919, 'name' => 'Videomax', 'position' => 918, ], [ 'id' => 920, 'name' => 'Vii Pillars Entertainment', 'position' => 919, ], [ 'id' => 921, 'name' => 'Village Films', 'position' => 920, ], [ 'id' => 922, 'name' => 'Vinegar Syndrome', 'position' => 921, ], [ 'id' => 923, 'name' => 'Vinny Movies', 'position' => 922, ], [ 'id' => 924, 'name' => 'Virgil Films & Entertainment', 'position' => 923, ], [ 'id' => 925, 'name' => 'Virgin Records', 'position' => 924, ], [ 'id' => 926, 'name' => 'Vision Films', 'position' => 925, ], [ 'id' => 927, 'name' => 'Visual Entertainment Group', 'position' => 926, ], [ 'id' => 928, 'name' => 'Vivendi Visual Entertainment', 'position' => 927, ], [ 'id' => 929, 'name' => 'Viz Pictures', 'position' => 928, ], [ 'id' => 930, 'name' => 'VLMedia', 'position' => 929, ], [ 'id' => 931, 'name' => 'Volga', 'position' => 930, ], [ 'id' => 932, 'name' => 'VVS Films', 'position' => 931, ], [ 'id' => 933, 'name' => 'VZ Handels GmbH', 'position' => 932, ], [ 'id' => 934, 'name' => 'Ward Records', 'position' => 933, ], [ 'id' => 935, 'name' => 'Warner Bros.', 'position' => 934, ], [ 'id' => 936, 'name' => 'Warner Music', 'position' => 935, ], [ 'id' => 937, 'name' => 'WEA', 'position' => 936, ], [ 'id' => 938, 'name' => 'Weinstein Company', 'position' => 937, ], [ 'id' => 939, 'name' => 'Well Go USA', 'position' => 938, ], [ 'id' => 940, 'name' => 'Weltkino Filmverleih', 'position' => 939, ], [ 'id' => 941, 'name' => 'West Video', 'position' => 940, ], [ 'id' => 942, 'name' => 'White Pearl Movies', 'position' => 941, ], [ 'id' => 943, 'name' => 'Wicked-Vision Media', 'position' => 942, ], [ 'id' => 944, 'name' => 'Wienerworld', 'position' => 943, ], [ 'id' => 945, 'name' => 'Wild Bunch', 'position' => 944, ], [ 'id' => 946, 'name' => 'Wild Eye Releasing', 'position' => 945, ], [ 'id' => 947, 'name' => 'Wild Side Video', 'position' => 946, ], [ 'id' => 948, 'name' => 'WME', 'position' => 947, ], [ 'id' => 949, 'name' => 'Wolfe Video', 'position' => 948, ], [ 'id' => 950, 'name' => 'Word on Fire', 'position' => 949, ], [ 'id' => 951, 'name' => 'Works Film Group', 'position' => 950, ], [ 'id' => 952, 'name' => 'World Wrestling', 'position' => 951, ], [ 'id' => 953, 'name' => 'WVG Medien', 'position' => 952, ], [ 'id' => 954, 'name' => 'WWE Studios', 'position' => 953, ], [ 'id' => 955, 'name' => 'X Rated Kult', 'position' => 954, ], [ 'id' => 956, 'name' => 'XCess', 'position' => 955, ], [ 'id' => 957, 'name' => 'XLrator', 'position' => 956, ], [ 'id' => 958, 'name' => 'XT Video', 'position' => 957, ], [ 'id' => 959, 'name' => 'Yamato Video', 'position' => 958, ], [ 'id' => 960, 'name' => 'Yash Raj Films', 'position' => 959, ], [ 'id' => 961, 'name' => 'Zeitgeist Films', 'position' => 960, ], [ 'id' => 962, 'name' => 'Zenith Pictures', 'position' => 961, ], [ 'id' => 963, 'name' => 'Zima', 'position' => 962, ], [ 'id' => 964, 'name' => 'Zylo', 'position' => 963, ], [ 'id' => 965, 'name' => 'Zyx Music', 'position' => 964, ], ]; } }