Files
newznab-tmux/database/seeds/GenresTableSeeder.php
T

1067 lines
28 KiB
PHP

<?php
use Illuminate\Database\Seeder;
class GenresTableSeeder extends Seeder
{
/**
* Auto generated seed file
*
* @return void
*/
public function run()
{
\DB::table('genres')->delete();
\DB::table('genres')->insert(array (
0 =>
array (
'id' => 1000001,
'title' => 'Blues',
'type' => 3000,
'disabled' => 0,
),
1 =>
array (
'id' => 1000002,
'title' => 'Classic Rock',
'type' => 3000,
'disabled' => 0,
),
2 =>
array (
'id' => 1000003,
'title' => 'Country',
'type' => 3000,
'disabled' => 0,
),
3 =>
array (
'id' => 1000004,
'title' => 'Dance',
'type' => 3000,
'disabled' => 0,
),
4 =>
array (
'id' => 1000005,
'title' => 'Disco',
'type' => 3000,
'disabled' => 0,
),
5 =>
array (
'id' => 1000006,
'title' => 'Funk',
'type' => 3000,
'disabled' => 0,
),
6 =>
array (
'id' => 1000007,
'title' => 'Grunge',
'type' => 3000,
'disabled' => 0,
),
7 =>
array (
'id' => 1000008,
'title' => 'Hip-Hop',
'type' => 3000,
'disabled' => 0,
),
8 =>
array (
'id' => 1000009,
'title' => 'Jazz',
'type' => 3000,
'disabled' => 0,
),
9 =>
array (
'id' => 1000010,
'title' => 'Metal',
'type' => 3000,
'disabled' => 0,
),
10 =>
array (
'id' => 1000011,
'title' => 'New Age',
'type' => 3000,
'disabled' => 0,
),
11 =>
array (
'id' => 1000012,
'title' => 'Oldies',
'type' => 3000,
'disabled' => 0,
),
12 =>
array (
'id' => 1000013,
'title' => 'Other',
'type' => 3000,
'disabled' => 0,
),
13 =>
array (
'id' => 1000014,
'title' => 'Pop',
'type' => 3000,
'disabled' => 0,
),
14 =>
array (
'id' => 1000015,
'title' => 'R&B',
'type' => 3000,
'disabled' => 0,
),
15 =>
array (
'id' => 1000016,
'title' => 'Rap',
'type' => 3000,
'disabled' => 0,
),
16 =>
array (
'id' => 1000017,
'title' => 'Reggae',
'type' => 3000,
'disabled' => 0,
),
17 =>
array (
'id' => 1000018,
'title' => 'Rock',
'type' => 3000,
'disabled' => 0,
),
18 =>
array (
'id' => 1000019,
'title' => 'Techno',
'type' => 3000,
'disabled' => 0,
),
19 =>
array (
'id' => 1000020,
'title' => 'Industrial',
'type' => 3000,
'disabled' => 0,
),
20 =>
array (
'id' => 1000021,
'title' => 'Alternative',
'type' => 3000,
'disabled' => 0,
),
21 =>
array (
'id' => 1000022,
'title' => 'Ska',
'type' => 3000,
'disabled' => 0,
),
22 =>
array (
'id' => 1000023,
'title' => 'Death Metal',
'type' => 3000,
'disabled' => 0,
),
23 =>
array (
'id' => 1000024,
'title' => 'Pranks',
'type' => 3000,
'disabled' => 0,
),
24 =>
array (
'id' => 1000025,
'title' => 'Soundtrack',
'type' => 3000,
'disabled' => 0,
),
25 =>
array (
'id' => 1000026,
'title' => 'Euro-Techno',
'type' => 3000,
'disabled' => 0,
),
26 =>
array (
'id' => 1000027,
'title' => 'Ambient',
'type' => 3000,
'disabled' => 0,
),
27 =>
array (
'id' => 1000028,
'title' => 'Trip-Hop',
'type' => 3000,
'disabled' => 0,
),
28 =>
array (
'id' => 1000029,
'title' => 'Vocal',
'type' => 3000,
'disabled' => 0,
),
29 =>
array (
'id' => 1000030,
'title' => 'Jazz+Funk',
'type' => 3000,
'disabled' => 0,
),
30 =>
array (
'id' => 1000031,
'title' => 'Fusion',
'type' => 3000,
'disabled' => 0,
),
31 =>
array (
'id' => 1000032,
'title' => 'Trance',
'type' => 3000,
'disabled' => 0,
),
32 =>
array (
'id' => 1000033,
'title' => 'Classical',
'type' => 3000,
'disabled' => 0,
),
33 =>
array (
'id' => 1000034,
'title' => 'Instrumental',
'type' => 3000,
'disabled' => 0,
),
34 =>
array (
'id' => 1000035,
'title' => 'Acid',
'type' => 3000,
'disabled' => 0,
),
35 =>
array (
'id' => 1000036,
'title' => 'House',
'type' => 3000,
'disabled' => 0,
),
36 =>
array (
'id' => 1000037,
'title' => 'Game',
'type' => 3000,
'disabled' => 0,
),
37 =>
array (
'id' => 1000038,
'title' => 'Sound Clip',
'type' => 3000,
'disabled' => 0,
),
38 =>
array (
'id' => 1000039,
'title' => 'Gospel',
'type' => 3000,
'disabled' => 0,
),
39 =>
array (
'id' => 1000040,
'title' => 'Noise',
'type' => 3000,
'disabled' => 0,
),
40 =>
array (
'id' => 1000041,
'title' => 'Alternative Rock',
'type' => 3000,
'disabled' => 0,
),
41 =>
array (
'id' => 1000042,
'title' => 'Bass',
'type' => 3000,
'disabled' => 0,
),
42 =>
array (
'id' => 1000043,
'title' => 'Soul',
'type' => 3000,
'disabled' => 0,
),
43 =>
array (
'id' => 1000044,
'title' => 'Punk',
'type' => 3000,
'disabled' => 0,
),
44 =>
array (
'id' => 1000045,
'title' => 'Space',
'type' => 3000,
'disabled' => 0,
),
45 =>
array (
'id' => 1000046,
'title' => 'Meditative',
'type' => 3000,
'disabled' => 0,
),
46 =>
array (
'id' => 1000047,
'title' => 'Instrumental Pop',
'type' => 3000,
'disabled' => 0,
),
47 =>
array (
'id' => 1000048,
'title' => 'Instrumental Rock',
'type' => 3000,
'disabled' => 0,
),
48 =>
array (
'id' => 1000049,
'title' => 'Ethnic',
'type' => 3000,
'disabled' => 0,
),
49 =>
array (
'id' => 1000050,
'title' => 'Gothic',
'type' => 3000,
'disabled' => 0,
),
50 =>
array (
'id' => 1000051,
'title' => 'Darkwave',
'type' => 3000,
'disabled' => 0,
),
51 =>
array (
'id' => 1000052,
'title' => 'Techno-Industrial',
'type' => 3000,
'disabled' => 0,
),
52 =>
array (
'id' => 1000053,
'title' => 'Electronic',
'type' => 3000,
'disabled' => 0,
),
53 =>
array (
'id' => 1000054,
'title' => 'Pop-Folk',
'type' => 3000,
'disabled' => 0,
),
54 =>
array (
'id' => 1000055,
'title' => 'Eurodance',
'type' => 3000,
'disabled' => 0,
),
55 =>
array (
'id' => 1000056,
'title' => 'Dream',
'type' => 3000,
'disabled' => 0,
),
56 =>
array (
'id' => 1000057,
'title' => 'Southern Rock',
'type' => 3000,
'disabled' => 0,
),
57 =>
array (
'id' => 1000058,
'title' => 'Comedy',
'type' => 3000,
'disabled' => 0,
),
58 =>
array (
'id' => 1000059,
'title' => 'Cult',
'type' => 3000,
'disabled' => 0,
),
59 =>
array (
'id' => 1000060,
'title' => 'Gangsta',
'type' => 3000,
'disabled' => 0,
),
60 =>
array (
'id' => 1000061,
'title' => 'Top 40',
'type' => 3000,
'disabled' => 0,
),
61 =>
array (
'id' => 1000062,
'title' => 'Christian Rap',
'type' => 3000,
'disabled' => 0,
),
62 =>
array (
'id' => 1000063,
'title' => 'Pop/Funk',
'type' => 3000,
'disabled' => 0,
),
63 =>
array (
'id' => 1000064,
'title' => 'Jungle',
'type' => 3000,
'disabled' => 0,
),
64 =>
array (
'id' => 1000065,
'title' => 'Native US',
'type' => 3000,
'disabled' => 0,
),
65 =>
array (
'id' => 1000066,
'title' => 'Cabaret',
'type' => 3000,
'disabled' => 0,
),
66 =>
array (
'id' => 1000067,
'title' => 'New Wave',
'type' => 3000,
'disabled' => 0,
),
67 =>
array (
'id' => 1000068,
'title' => 'Psychadelic',
'type' => 3000,
'disabled' => 0,
),
68 =>
array (
'id' => 1000069,
'title' => 'Rave',
'type' => 3000,
'disabled' => 0,
),
69 =>
array (
'id' => 1000070,
'title' => 'Showtunes',
'type' => 3000,
'disabled' => 0,
),
70 =>
array (
'id' => 1000071,
'title' => 'Trailer',
'type' => 3000,
'disabled' => 0,
),
71 =>
array (
'id' => 1000072,
'title' => 'Lo-Fi',
'type' => 3000,
'disabled' => 0,
),
72 =>
array (
'id' => 1000073,
'title' => 'Tribal',
'type' => 3000,
'disabled' => 0,
),
73 =>
array (
'id' => 1000074,
'title' => 'Acid Punk',
'type' => 3000,
'disabled' => 0,
),
74 =>
array (
'id' => 1000075,
'title' => 'Acid Jazz',
'type' => 3000,
'disabled' => 0,
),
75 =>
array (
'id' => 1000076,
'title' => 'Polka',
'type' => 3000,
'disabled' => 0,
),
76 =>
array (
'id' => 1000077,
'title' => 'Retro',
'type' => 3000,
'disabled' => 0,
),
77 =>
array (
'id' => 1000078,
'title' => 'Musical',
'type' => 3000,
'disabled' => 0,
),
78 =>
array (
'id' => 1000079,
'title' => 'Rock & Roll',
'type' => 3000,
'disabled' => 0,
),
79 =>
array (
'id' => 1000080,
'title' => 'Hard Rock',
'type' => 3000,
'disabled' => 0,
),
80 =>
array (
'id' => 1000081,
'title' => 'Folk',
'type' => 3000,
'disabled' => 0,
),
81 =>
array (
'id' => 1000082,
'title' => 'Folk-Rock',
'type' => 3000,
'disabled' => 0,
),
82 =>
array (
'id' => 1000083,
'title' => 'National Folk',
'type' => 3000,
'disabled' => 0,
),
83 =>
array (
'id' => 1000084,
'title' => 'Swing',
'type' => 3000,
'disabled' => 0,
),
84 =>
array (
'id' => 1000085,
'title' => 'Fast Fusion',
'type' => 3000,
'disabled' => 0,
),
85 =>
array (
'id' => 1000086,
'title' => 'Bebob',
'type' => 3000,
'disabled' => 0,
),
86 =>
array (
'id' => 1000087,
'title' => 'Latin',
'type' => 3000,
'disabled' => 0,
),
87 =>
array (
'id' => 1000088,
'title' => 'Revival',
'type' => 3000,
'disabled' => 0,
),
88 =>
array (
'id' => 1000089,
'title' => 'Celtic',
'type' => 3000,
'disabled' => 0,
),
89 =>
array (
'id' => 1000090,
'title' => 'Bluegrass',
'type' => 3000,
'disabled' => 0,
),
90 =>
array (
'id' => 1000091,
'title' => 'Avantgarde',
'type' => 3000,
'disabled' => 0,
),
91 =>
array (
'id' => 1000092,
'title' => 'Gothic Rock',
'type' => 3000,
'disabled' => 0,
),
92 =>
array (
'id' => 1000093,
'title' => 'Progressive Rock',
'type' => 3000,
'disabled' => 0,
),
93 =>
array (
'id' => 1000094,
'title' => 'Psychedelic Rock',
'type' => 3000,
'disabled' => 0,
),
94 =>
array (
'id' => 1000095,
'title' => 'Symphonic Rock',
'type' => 3000,
'disabled' => 0,
),
95 =>
array (
'id' => 1000096,
'title' => 'Slow Rock',
'type' => 3000,
'disabled' => 0,
),
96 =>
array (
'id' => 1000097,
'title' => 'Big Band',
'type' => 3000,
'disabled' => 0,
),
97 =>
array (
'id' => 1000098,
'title' => 'Chorus',
'type' => 3000,
'disabled' => 0,
),
98 =>
array (
'id' => 1000099,
'title' => 'Easy Listening',
'type' => 3000,
'disabled' => 0,
),
99 =>
array (
'id' => 1000100,
'title' => 'Acoustic',
'type' => 3000,
'disabled' => 0,
),
100 =>
array (
'id' => 1000101,
'title' => 'Humour',
'type' => 3000,
'disabled' => 0,
),
101 =>
array (
'id' => 1000102,
'title' => 'Speech',
'type' => 3000,
'disabled' => 0,
),
102 =>
array (
'id' => 1000103,
'title' => 'Chanson',
'type' => 3000,
'disabled' => 0,
),
103 =>
array (
'id' => 1000104,
'title' => 'Opera',
'type' => 3000,
'disabled' => 0,
),
104 =>
array (
'id' => 1000105,
'title' => 'Chamber Music',
'type' => 3000,
'disabled' => 0,
),
105 =>
array (
'id' => 1000106,
'title' => 'Sonata',
'type' => 3000,
'disabled' => 0,
),
106 =>
array (
'id' => 1000107,
'title' => 'Symphony',
'type' => 3000,
'disabled' => 0,
),
107 =>
array (
'id' => 1000108,
'title' => 'Booty Bass',
'type' => 3000,
'disabled' => 0,
),
108 =>
array (
'id' => 1000109,
'title' => 'Primus',
'type' => 3000,
'disabled' => 0,
),
109 =>
array (
'id' => 1000110,
'title' => 'Porn Groove',
'type' => 3000,
'disabled' => 0,
),
110 =>
array (
'id' => 1000111,
'title' => 'Satire',
'type' => 3000,
'disabled' => 0,
),
111 =>
array (
'id' => 1000112,
'title' => 'Slow Jam',
'type' => 3000,
'disabled' => 0,
),
112 =>
array (
'id' => 1000113,
'title' => 'Club',
'type' => 3000,
'disabled' => 0,
),
113 =>
array (
'id' => 1000114,
'title' => 'Tango',
'type' => 3000,
'disabled' => 0,
),
114 =>
array (
'id' => 1000115,
'title' => 'Samba',
'type' => 3000,
'disabled' => 0,
),
115 =>
array (
'id' => 1000116,
'title' => 'Folklore',
'type' => 3000,
'disabled' => 0,
),
116 =>
array (
'id' => 1000117,
'title' => 'Ballad',
'type' => 3000,
'disabled' => 0,
),
117 =>
array (
'id' => 1000118,
'title' => 'Power Ballad',
'type' => 3000,
'disabled' => 0,
),
118 =>
array (
'id' => 1000119,
'title' => 'Rhytmic Soul',
'type' => 3000,
'disabled' => 0,
),
119 =>
array (
'id' => 1000120,
'title' => 'Freestyle',
'type' => 3000,
'disabled' => 0,
),
120 =>
array (
'id' => 1000121,
'title' => 'Duet',
'type' => 3000,
'disabled' => 0,
),
121 =>
array (
'id' => 1000122,
'title' => 'Punk Rock',
'type' => 3000,
'disabled' => 0,
),
122 =>
array (
'id' => 1000123,
'title' => 'Drum Solo',
'type' => 3000,
'disabled' => 0,
),
123 =>
array (
'id' => 1000124,
'title' => 'Acapella',
'type' => 3000,
'disabled' => 0,
),
124 =>
array (
'id' => 1000125,
'title' => 'Euro-House',
'type' => 3000,
'disabled' => 0,
),
125 =>
array (
'id' => 1000126,
'title' => 'Dance Hall',
'type' => 3000,
'disabled' => 0,
),
126 =>
array (
'id' => 1000127,
'title' => 'Goa',
'type' => 3000,
'disabled' => 0,
),
127 =>
array (
'id' => 1000128,
'title' => 'Drum & Bass',
'type' => 3000,
'disabled' => 0,
),
128 =>
array (
'id' => 1000129,
'title' => 'Club-House',
'type' => 3000,
'disabled' => 0,
),
129 =>
array (
'id' => 1000130,
'title' => 'Hardcore',
'type' => 3000,
'disabled' => 0,
),
130 =>
array (
'id' => 1000131,
'title' => 'Terror',
'type' => 3000,
'disabled' => 0,
),
131 =>
array (
'id' => 1000132,
'title' => 'Indie',
'type' => 3000,
'disabled' => 0,
),
132 =>
array (
'id' => 1000133,
'title' => 'BritPop',
'type' => 3000,
'disabled' => 0,
),
133 =>
array (
'id' => 1000134,
'title' => 'Negerpunk',
'type' => 3000,
'disabled' => 0,
),
134 =>
array (
'id' => 1000135,
'title' => 'Polsk Punk',
'type' => 3000,
'disabled' => 0,
),
135 =>
array (
'id' => 1000136,
'title' => 'Beat',
'type' => 3000,
'disabled' => 0,
),
136 =>
array (
'id' => 1000137,
'title' => 'Christian Gangsta',
'type' => 3000,
'disabled' => 0,
),
137 =>
array (
'id' => 1000138,
'title' => 'Heavy Metal',
'type' => 3000,
'disabled' => 0,
),
138 =>
array (
'id' => 1000139,
'title' => 'Black Metal',
'type' => 3000,
'disabled' => 0,
),
139 =>
array (
'id' => 1000140,
'title' => 'Crossover',
'type' => 3000,
'disabled' => 0,
),
140 =>
array (
'id' => 1000141,
'title' => 'Contemporary C',
'type' => 3000,
'disabled' => 0,
),
141 =>
array (
'id' => 1000142,
'title' => 'Christian Rock',
'type' => 3000,
'disabled' => 0,
),
142 =>
array (
'id' => 1000143,
'title' => 'Merengue',
'type' => 3000,
'disabled' => 0,
),
143 =>
array (
'id' => 1000144,
'title' => 'Salsa',
'type' => 3000,
'disabled' => 0,
),
144 =>
array (
'id' => 1000145,
'title' => 'Thrash Metal',
'type' => 3000,
'disabled' => 0,
),
145 =>
array (
'id' => 1000146,
'title' => 'Anime',
'type' => 3000,
'disabled' => 0,
),
146 =>
array (
'id' => 1000147,
'title' => 'JPop',
'type' => 3000,
'disabled' => 0,
),
147 =>
array (
'id' => 1000148,
'title' => 'SynthPop',
'type' => 3000,
'disabled' => 0,
),
148 =>
array (
'id' => 1000149,
'title' => 'Electronica',
'type' => 3000,
'disabled' => 0,
),
));
}
}