mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-08-29 01:08:56 +00:00
Remove database seeds
This commit is contained in:
@@ -1,199 +0,0 @@
|
||||
<?php
|
||||
|
||||
use Illuminate\Database\Seeder;
|
||||
|
||||
class BinaryblacklistTableSeeder extends Seeder
|
||||
{
|
||||
/**
|
||||
* Auto generated seed file.
|
||||
*
|
||||
* @return void
|
||||
*/
|
||||
public function run()
|
||||
{
|
||||
\DB::table('binaryblacklist')->delete();
|
||||
|
||||
\DB::table('binaryblacklist')->insert([
|
||||
0 => [
|
||||
'id' => 1,
|
||||
'groupname' => 'alt\\.binaries\\..*',
|
||||
'regex' => '(brazilian|chinese|croatian|danish|deutsch|dutch|estonian|flemish|finnish|french|german|greek|hebrew|icelandic|italian|latin|nordic|norwegian|polish|portuguese|japenese|japanese|russian|serbian|slovenian|spanish|spanisch|swedish|thai|turkish)[\\)]?( \\-)?[ \\-\\.]((19|20)\\d\\d|(480|720|1080)(i|p)|3d|5\\.1|dts|ac3|truehd|(bd|dvd|hd|sat|vhs|web)\\.?rip|(bd.)?(h|x).?2?64|divx|xvid|bluray|svcd|board|custom|"|(d|h|p|s)d?v?tv|m?dvd(-|sc)?r|int(ernal)?|nzb|par2|\\b(((dc|ld|md|ml|dl|hr|se)[.])|(anime\\.)|(fs|ws)|dsr|pal|ntsc|iso|complete|cracked|ebook|extended|dirfix|festival|proper|game|limited|read.?nfo|real|rerip|repack|remastered|retail|samplefix|scan|screener|theatrical|uncut|unrated|incl|winall)\\b|doku|doc|dub|sub|\\(uncut\\))',
|
||||
'msgcol' => 1,
|
||||
'optype' => 1,
|
||||
'status' => 0,
|
||||
'description' => 'Blacklists non-english releases.',
|
||||
'last_activity' => null,
|
||||
],
|
||||
1 => [
|
||||
'id' => 2,
|
||||
'groupname' => 'alt\\.binaries\\..*',
|
||||
'regex' => '[ -.](bl|cz|de|es|fr|ger|heb|hu|hun|ita|ko|kor|nl|pl|se)[ -.]((19|20)\\d\\d|(480|720|1080)(i|p)|(bd|dvd.?|sat|vhs)?rip?|(bd|dl)mux|( -.)?(dub|sub)(ed|bed)?|complete|convert|(d|h|p|s)d?tv|dirfix|docu|dual|dvbs|dvdscr|eng|(h|x).?2?64|int(ernal)?|pal|proper|repack|xbox)',
|
||||
'msgcol' => 1,
|
||||
'optype' => 1,
|
||||
'status' => 0,
|
||||
'description' => 'Blacklists non-english abbreviated releases.',
|
||||
'last_activity' => null,
|
||||
],
|
||||
2 => [
|
||||
'id' => 3,
|
||||
'groupname' => 'alt\\.binaries\\..*',
|
||||
'regex' => '[ -.]((19|20)\\d\\d|(bd|dvd.?|sat|vhs)?rip?|custom|divx|dts)[ -.](bl|cz|de|es|fr|ger|heb|hu|ita|ko|kor|nl|pl|se)[ -.]',
|
||||
'msgcol' => 1,
|
||||
'optype' => 1,
|
||||
'status' => 0,
|
||||
'description' => 'Blacklists non-english abbreviated (reversed) releases.',
|
||||
'last_activity' => null,
|
||||
],
|
||||
3 => [
|
||||
'id' => 4,
|
||||
'groupname' => 'alt\\.binaries\\..*',
|
||||
'regex' => '[ -.](chinese.subbed|dksubs|fansubs?|finsub|hebdub|hebsub|korsub|norsub|nordicsubs|nl( -.)?sub(ed|bed|s)?|nlvlaams|pldub|plsub|slosinh|swesub|truefrench|vost(fr)?)[ -.]',
|
||||
'msgcol' => 1,
|
||||
'optype' => 1,
|
||||
'status' => 0,
|
||||
'description' => 'Blacklists non-english subtitled releases.',
|
||||
'last_activity' => null,
|
||||
],
|
||||
4 => [
|
||||
'id' => 5,
|
||||
'groupname' => 'alt\\.binaries\\..*',
|
||||
'regex' => '[ -._](4u\\.nl|nov[ a]+rip|realco|videomann|vost)[ -._]',
|
||||
'msgcol' => 1,
|
||||
'optype' => 1,
|
||||
'status' => 0,
|
||||
'description' => 'Blacklists non-english (release group specific) releases.',
|
||||
'last_activity' => null,
|
||||
],
|
||||
5 => [
|
||||
'id' => 6,
|
||||
'groupname' => 'alt\\.binaries\\..*',
|
||||
'regex' => '[ -.]((bd|dl)mux|doku|\\[foreign\\]|seizoen|staffel)[ -.]',
|
||||
'msgcol' => 1,
|
||||
'optype' => 1,
|
||||
'status' => 0,
|
||||
'description' => 'Blacklists non-english (lang specific) releases.',
|
||||
'last_activity' => null,
|
||||
],
|
||||
6 => [
|
||||
'id' => 7,
|
||||
'groupname' => 'alt\\.binaries\\..*',
|
||||
'regex' => '[ -.](imageset|pictureset|xxx)[ -.]',
|
||||
'msgcol' => 1,
|
||||
'optype' => 1,
|
||||
'status' => 0,
|
||||
'description' => 'Blacklists porn releases.',
|
||||
'last_activity' => null,
|
||||
],
|
||||
7 => [
|
||||
'id' => 8,
|
||||
'groupname' => 'alt\\.binaries\\..*',
|
||||
'regex' => 'hdnectar|nzbcave',
|
||||
'msgcol' => 1,
|
||||
'optype' => 1,
|
||||
'status' => 0,
|
||||
'description' => 'Bad releases.',
|
||||
'last_activity' => null,
|
||||
],
|
||||
8 => [
|
||||
'id' => 9,
|
||||
'groupname' => 'alt\\.binaries\\..*',
|
||||
'regex' => 'Passworded',
|
||||
'msgcol' => 1,
|
||||
'optype' => 1,
|
||||
'status' => 0,
|
||||
'description' => 'Removes passworded releases.',
|
||||
'last_activity' => null,
|
||||
],
|
||||
9 => [
|
||||
'id' => 10,
|
||||
'groupname' => 'alt\\.binaries\\.(boneless|movies\\.divx)',
|
||||
'regex' => '((Frkz|info)@XviD2?|x?VIDZ?@pwrpst|movies@movies?)\\.net|(hsv\\.stoned@hotmail|unequal87@gmail|ilove@movies)\\.com',
|
||||
'msgcol' => 2,
|
||||
'optype' => 1,
|
||||
'status' => 0,
|
||||
'description' => 'Virus codec posters.',
|
||||
'last_activity' => null,
|
||||
],
|
||||
10 => [
|
||||
'id' => 11,
|
||||
'groupname' => 'alt\\.binaries\\.tun',
|
||||
'regex' => '\\[PRiVATE\\]\\s+[a-z0-9]+ ',
|
||||
'msgcol' => 1,
|
||||
'optype' => 1,
|
||||
'status' => 0,
|
||||
'description' => 'Passworded/Encrypted junk.',
|
||||
'last_activity' => null,
|
||||
],
|
||||
11 => [
|
||||
'id' => 12,
|
||||
'groupname' => '^alt\\.binaries\\.teevee$',
|
||||
'regex' => '^\\[KoreanTV\\] ',
|
||||
'msgcol' => 1,
|
||||
'optype' => 1,
|
||||
'status' => 0,
|
||||
'description' => 'Blocks posts by koreantv.',
|
||||
'last_activity' => null,
|
||||
],
|
||||
12 => [
|
||||
'id' => 13,
|
||||
'groupname' => '^alt\\.binaries\\.(kenpsx|frogs)$',
|
||||
'regex' => '^\\s*([a-f0-9]{16})\\s\\[\\d+\\/\\d+\\]\\s-\\s\\"\\1\\"\\s+yEnc$',
|
||||
'msgcol' => 1,
|
||||
'optype' => 1,
|
||||
'status' => 0,
|
||||
'description' => 'Block 16 character hash floods in kenpsx frogs.',
|
||||
'last_activity' => null,
|
||||
],
|
||||
13 => [
|
||||
'id' => 14,
|
||||
'groupname' => '^alt\\.binaries\\.multimedia\\.korean$',
|
||||
'regex' => 'TESTMAN',
|
||||
'msgcol' => 2,
|
||||
'optype' => 1,
|
||||
'status' => 1,
|
||||
'description' => 'Posts by TESTMAN (jpegs)',
|
||||
'last_activity' => null,
|
||||
],
|
||||
14 => [
|
||||
'id' => 15,
|
||||
'groupname' => '^alt\\.binaries\\.multimedia\\.korean$',
|
||||
'regex' => '^yEnc ".+torrent"$',
|
||||
'msgcol' => 1,
|
||||
'optype' => 1,
|
||||
'status' => 1,
|
||||
'description' => 'torrent uploads ::: yEnc "SBS ÃñⰡ¿ä.E690.120916.HDTV.H264.720p-KOR.avi.torrent"',
|
||||
'last_activity' => null,
|
||||
],
|
||||
15 => [
|
||||
'id' => 16,
|
||||
'groupname' => '^korea\\.binaries\\.movies$',
|
||||
'regex' => '^.[?(Kornet|SK|xpeed|KT)]?',
|
||||
'msgcol' => 1,
|
||||
'optype' => 1,
|
||||
'status' => 1,
|
||||
'description' => 'Incomplete releases',
|
||||
'last_activity' => null,
|
||||
],
|
||||
16 => [
|
||||
'id' => 17,
|
||||
'groupname' => '^korea\\.binaries\\.movies$',
|
||||
'regex' => '^(top@top.t \\(top\\)|shit@xxxxxxxxaa.com \\(shit\\)|none@nonemail.com \\(none\\))$',
|
||||
'msgcol' => 2,
|
||||
'optype' => 1,
|
||||
'status' => 1,
|
||||
'description' => 'incomplete cryptic releases',
|
||||
'last_activity' => null,
|
||||
],
|
||||
17 => [
|
||||
'id' => 18,
|
||||
'groupname' => '^korea\\.binaries\\.movies$',
|
||||
'regex' => '^filzilla6@web\\.de \\(Baruth\\)$',
|
||||
'msgcol' => 2,
|
||||
'optype' => 1,
|
||||
'status' => 1,
|
||||
'description' => 'Virus Poster',
|
||||
'last_activity' => null,
|
||||
],
|
||||
]);
|
||||
}
|
||||
}
|
||||
@@ -1,749 +0,0 @@
|
||||
<?php
|
||||
|
||||
use Illuminate\Database\Seeder;
|
||||
|
||||
class CategoriesTableSeeder extends Seeder
|
||||
{
|
||||
/**
|
||||
* Auto generated seed file.
|
||||
*
|
||||
* @return void
|
||||
*/
|
||||
public function run()
|
||||
{
|
||||
\DB::table('categories')->delete();
|
||||
|
||||
\DB::table('categories')->insert([
|
||||
0 => [
|
||||
'id' => 0,
|
||||
'title' => 'Other',
|
||||
'parentid' => null,
|
||||
'status' => 1,
|
||||
'description' => null,
|
||||
'disablepreview' => 0,
|
||||
'minsizetoformrelease' => 0,
|
||||
'maxsizetoformrelease' => 0,
|
||||
],
|
||||
1 => [
|
||||
'id' => 10,
|
||||
'title' => 'Misc',
|
||||
'parentid' => 0,
|
||||
'status' => 1,
|
||||
'description' => null,
|
||||
'disablepreview' => 0,
|
||||
'minsizetoformrelease' => 0,
|
||||
'maxsizetoformrelease' => 0,
|
||||
],
|
||||
2 => [
|
||||
'id' => 20,
|
||||
'title' => 'Hashed',
|
||||
'parentid' => 0,
|
||||
'status' => 1,
|
||||
'description' => null,
|
||||
'disablepreview' => 0,
|
||||
'minsizetoformrelease' => 0,
|
||||
'maxsizetoformrelease' => 0,
|
||||
],
|
||||
3 => [
|
||||
'id' => 1000,
|
||||
'title' => 'Console',
|
||||
'parentid' => null,
|
||||
'status' => 1,
|
||||
'description' => null,
|
||||
'disablepreview' => 0,
|
||||
'minsizetoformrelease' => 0,
|
||||
'maxsizetoformrelease' => 0,
|
||||
],
|
||||
4 => [
|
||||
'id' => 1010,
|
||||
'title' => 'NDS',
|
||||
'parentid' => 1000,
|
||||
'status' => 1,
|
||||
'description' => null,
|
||||
'disablepreview' => 0,
|
||||
'minsizetoformrelease' => 0,
|
||||
'maxsizetoformrelease' => 0,
|
||||
],
|
||||
5 => [
|
||||
'id' => 1020,
|
||||
'title' => 'PSP',
|
||||
'parentid' => 1000,
|
||||
'status' => 1,
|
||||
'description' => null,
|
||||
'disablepreview' => 0,
|
||||
'minsizetoformrelease' => 0,
|
||||
'maxsizetoformrelease' => 0,
|
||||
],
|
||||
6 => [
|
||||
'id' => 1030,
|
||||
'title' => 'Wii',
|
||||
'parentid' => 1000,
|
||||
'status' => 1,
|
||||
'description' => null,
|
||||
'disablepreview' => 0,
|
||||
'minsizetoformrelease' => 0,
|
||||
'maxsizetoformrelease' => 0,
|
||||
],
|
||||
7 => [
|
||||
'id' => 1040,
|
||||
'title' => 'Xbox',
|
||||
'parentid' => 1000,
|
||||
'status' => 1,
|
||||
'description' => null,
|
||||
'disablepreview' => 0,
|
||||
'minsizetoformrelease' => 0,
|
||||
'maxsizetoformrelease' => 0,
|
||||
],
|
||||
8 => [
|
||||
'id' => 1050,
|
||||
'title' => 'Xbox 360',
|
||||
'parentid' => 1000,
|
||||
'status' => 1,
|
||||
'description' => null,
|
||||
'disablepreview' => 0,
|
||||
'minsizetoformrelease' => 0,
|
||||
'maxsizetoformrelease' => 0,
|
||||
],
|
||||
9 => [
|
||||
'id' => 1060,
|
||||
'title' => 'WiiWare/VC',
|
||||
'parentid' => 1000,
|
||||
'status' => 1,
|
||||
'description' => null,
|
||||
'disablepreview' => 0,
|
||||
'minsizetoformrelease' => 0,
|
||||
'maxsizetoformrelease' => 0,
|
||||
],
|
||||
10 => [
|
||||
'id' => 1070,
|
||||
'title' => 'XBOX 360 DLC',
|
||||
'parentid' => 1000,
|
||||
'status' => 1,
|
||||
'description' => null,
|
||||
'disablepreview' => 0,
|
||||
'minsizetoformrelease' => 0,
|
||||
'maxsizetoformrelease' => 0,
|
||||
],
|
||||
11 => [
|
||||
'id' => 1080,
|
||||
'title' => 'PS3',
|
||||
'parentid' => 1000,
|
||||
'status' => 1,
|
||||
'description' => null,
|
||||
'disablepreview' => 0,
|
||||
'minsizetoformrelease' => 0,
|
||||
'maxsizetoformrelease' => 0,
|
||||
],
|
||||
12 => [
|
||||
'id' => 1110,
|
||||
'title' => '3DS',
|
||||
'parentid' => 1000,
|
||||
'status' => 1,
|
||||
'description' => null,
|
||||
'disablepreview' => 0,
|
||||
'minsizetoformrelease' => 0,
|
||||
'maxsizetoformrelease' => 0,
|
||||
],
|
||||
13 => [
|
||||
'id' => 1120,
|
||||
'title' => 'PS Vita',
|
||||
'parentid' => 1000,
|
||||
'status' => 1,
|
||||
'description' => null,
|
||||
'disablepreview' => 0,
|
||||
'minsizetoformrelease' => 0,
|
||||
'maxsizetoformrelease' => 0,
|
||||
],
|
||||
14 => [
|
||||
'id' => 1130,
|
||||
'title' => 'WiiU',
|
||||
'parentid' => 1000,
|
||||
'status' => 1,
|
||||
'description' => null,
|
||||
'disablepreview' => 0,
|
||||
'minsizetoformrelease' => 0,
|
||||
'maxsizetoformrelease' => 0,
|
||||
],
|
||||
15 => [
|
||||
'id' => 1140,
|
||||
'title' => 'Xbox One',
|
||||
'parentid' => 1000,
|
||||
'status' => 1,
|
||||
'description' => null,
|
||||
'disablepreview' => 0,
|
||||
'minsizetoformrelease' => 0,
|
||||
'maxsizetoformrelease' => 0,
|
||||
],
|
||||
16 => [
|
||||
'id' => 1180,
|
||||
'title' => 'PS4',
|
||||
'parentid' => 1000,
|
||||
'status' => 1,
|
||||
'description' => null,
|
||||
'disablepreview' => 0,
|
||||
'minsizetoformrelease' => 0,
|
||||
'maxsizetoformrelease' => 0,
|
||||
],
|
||||
17 => [
|
||||
'id' => 1999,
|
||||
'title' => 'Other',
|
||||
'parentid' => 1000,
|
||||
'status' => 1,
|
||||
'description' => null,
|
||||
'disablepreview' => 0,
|
||||
'minsizetoformrelease' => 0,
|
||||
'maxsizetoformrelease' => 0,
|
||||
],
|
||||
18 => [
|
||||
'id' => 2000,
|
||||
'title' => 'Movies',
|
||||
'parentid' => null,
|
||||
'status' => 1,
|
||||
'description' => null,
|
||||
'disablepreview' => 0,
|
||||
'minsizetoformrelease' => 0,
|
||||
'maxsizetoformrelease' => 0,
|
||||
],
|
||||
19 => [
|
||||
'id' => 2010,
|
||||
'title' => 'Foreign',
|
||||
'parentid' => 2000,
|
||||
'status' => 1,
|
||||
'description' => null,
|
||||
'disablepreview' => 0,
|
||||
'minsizetoformrelease' => 0,
|
||||
'maxsizetoformrelease' => 0,
|
||||
],
|
||||
20 => [
|
||||
'id' => 2030,
|
||||
'title' => 'SD',
|
||||
'parentid' => 2000,
|
||||
'status' => 1,
|
||||
'description' => null,
|
||||
'disablepreview' => 0,
|
||||
'minsizetoformrelease' => 0,
|
||||
'maxsizetoformrelease' => 0,
|
||||
],
|
||||
21 => [
|
||||
'id' => 2040,
|
||||
'title' => 'HD',
|
||||
'parentid' => 2000,
|
||||
'status' => 1,
|
||||
'description' => null,
|
||||
'disablepreview' => 0,
|
||||
'minsizetoformrelease' => 0,
|
||||
'maxsizetoformrelease' => 0,
|
||||
],
|
||||
22 => [
|
||||
'id' => 2045,
|
||||
'title' => 'UHD',
|
||||
'parentid' => 2000,
|
||||
'status' => 1,
|
||||
'description' => null,
|
||||
'disablepreview' => 0,
|
||||
'minsizetoformrelease' => 0,
|
||||
'maxsizetoformrelease' => 0,
|
||||
],
|
||||
23 => [
|
||||
'id' => 2050,
|
||||
'title' => '3D',
|
||||
'parentid' => 2000,
|
||||
'status' => 1,
|
||||
'description' => null,
|
||||
'disablepreview' => 0,
|
||||
'minsizetoformrelease' => 0,
|
||||
'maxsizetoformrelease' => 0,
|
||||
],
|
||||
24 => [
|
||||
'id' => 2060,
|
||||
'title' => 'BluRay',
|
||||
'parentid' => 2000,
|
||||
'status' => 1,
|
||||
'description' => null,
|
||||
'disablepreview' => 0,
|
||||
'minsizetoformrelease' => 0,
|
||||
'maxsizetoformrelease' => 0,
|
||||
],
|
||||
25 => [
|
||||
'id' => 2070,
|
||||
'title' => 'DVD',
|
||||
'parentid' => 2000,
|
||||
'status' => 1,
|
||||
'description' => null,
|
||||
'disablepreview' => 0,
|
||||
'minsizetoformrelease' => 0,
|
||||
'maxsizetoformrelease' => 0,
|
||||
],
|
||||
26 => [
|
||||
'id' => 2080,
|
||||
'title' => 'WEBDL',
|
||||
'parentid' => 2000,
|
||||
'status' => 1,
|
||||
'description' => null,
|
||||
'disablepreview' => 0,
|
||||
'minsizetoformrelease' => 0,
|
||||
'maxsizetoformrelease' => 0,
|
||||
],
|
||||
27 => [
|
||||
'id' => 2999,
|
||||
'title' => 'Other',
|
||||
'parentid' => 2000,
|
||||
'status' => 1,
|
||||
'description' => null,
|
||||
'disablepreview' => 0,
|
||||
'minsizetoformrelease' => 0,
|
||||
'maxsizetoformrelease' => 0,
|
||||
],
|
||||
28 => [
|
||||
'id' => 3000,
|
||||
'title' => 'Audio',
|
||||
'parentid' => null,
|
||||
'status' => 1,
|
||||
'description' => null,
|
||||
'disablepreview' => 0,
|
||||
'minsizetoformrelease' => 0,
|
||||
'maxsizetoformrelease' => 0,
|
||||
],
|
||||
29 => [
|
||||
'id' => 3010,
|
||||
'title' => 'MP3',
|
||||
'parentid' => 3000,
|
||||
'status' => 1,
|
||||
'description' => null,
|
||||
'disablepreview' => 0,
|
||||
'minsizetoformrelease' => 0,
|
||||
'maxsizetoformrelease' => 0,
|
||||
],
|
||||
30 => [
|
||||
'id' => 3020,
|
||||
'title' => 'Video',
|
||||
'parentid' => 3000,
|
||||
'status' => 1,
|
||||
'description' => null,
|
||||
'disablepreview' => 0,
|
||||
'minsizetoformrelease' => 0,
|
||||
'maxsizetoformrelease' => 0,
|
||||
],
|
||||
31 => [
|
||||
'id' => 3030,
|
||||
'title' => 'Audiobook',
|
||||
'parentid' => 3000,
|
||||
'status' => 1,
|
||||
'description' => null,
|
||||
'disablepreview' => 0,
|
||||
'minsizetoformrelease' => 0,
|
||||
'maxsizetoformrelease' => 0,
|
||||
],
|
||||
32 => [
|
||||
'id' => 3040,
|
||||
'title' => 'Lossless',
|
||||
'parentid' => 3000,
|
||||
'status' => 1,
|
||||
'description' => null,
|
||||
'disablepreview' => 0,
|
||||
'minsizetoformrelease' => 0,
|
||||
'maxsizetoformrelease' => 0,
|
||||
],
|
||||
33 => [
|
||||
'id' => 3060,
|
||||
'title' => 'Foreign',
|
||||
'parentid' => 3000,
|
||||
'status' => 1,
|
||||
'description' => null,
|
||||
'disablepreview' => 0,
|
||||
'minsizetoformrelease' => 0,
|
||||
'maxsizetoformrelease' => 0,
|
||||
],
|
||||
34 => [
|
||||
'id' => 3999,
|
||||
'title' => 'Other',
|
||||
'parentid' => 3000,
|
||||
'status' => 1,
|
||||
'description' => null,
|
||||
'disablepreview' => 0,
|
||||
'minsizetoformrelease' => 0,
|
||||
'maxsizetoformrelease' => 0,
|
||||
],
|
||||
35 => [
|
||||
'id' => 4000,
|
||||
'title' => 'PC',
|
||||
'parentid' => null,
|
||||
'status' => 1,
|
||||
'description' => null,
|
||||
'disablepreview' => 0,
|
||||
'minsizetoformrelease' => 0,
|
||||
'maxsizetoformrelease' => 0,
|
||||
],
|
||||
36 => [
|
||||
'id' => 4010,
|
||||
'title' => '0day',
|
||||
'parentid' => 4000,
|
||||
'status' => 1,
|
||||
'description' => null,
|
||||
'disablepreview' => 0,
|
||||
'minsizetoformrelease' => 0,
|
||||
'maxsizetoformrelease' => 0,
|
||||
],
|
||||
37 => [
|
||||
'id' => 4020,
|
||||
'title' => 'ISO',
|
||||
'parentid' => 4000,
|
||||
'status' => 1,
|
||||
'description' => null,
|
||||
'disablepreview' => 0,
|
||||
'minsizetoformrelease' => 0,
|
||||
'maxsizetoformrelease' => 0,
|
||||
],
|
||||
38 => [
|
||||
'id' => 4030,
|
||||
'title' => 'Mac',
|
||||
'parentid' => 4000,
|
||||
'status' => 1,
|
||||
'description' => null,
|
||||
'disablepreview' => 0,
|
||||
'minsizetoformrelease' => 0,
|
||||
'maxsizetoformrelease' => 0,
|
||||
],
|
||||
39 => [
|
||||
'id' => 4050,
|
||||
'title' => 'Games',
|
||||
'parentid' => 4000,
|
||||
'status' => 1,
|
||||
'description' => null,
|
||||
'disablepreview' => 0,
|
||||
'minsizetoformrelease' => 0,
|
||||
'maxsizetoformrelease' => 0,
|
||||
],
|
||||
40 => [
|
||||
'id' => 4060,
|
||||
'title' => 'Phone-IOS',
|
||||
'parentid' => 4000,
|
||||
'status' => 1,
|
||||
'description' => null,
|
||||
'disablepreview' => 0,
|
||||
'minsizetoformrelease' => 0,
|
||||
'maxsizetoformrelease' => 0,
|
||||
],
|
||||
41 => [
|
||||
'id' => 4070,
|
||||
'title' => 'Phone-Android',
|
||||
'parentid' => 4000,
|
||||
'status' => 1,
|
||||
'description' => null,
|
||||
'disablepreview' => 0,
|
||||
'minsizetoformrelease' => 0,
|
||||
'maxsizetoformrelease' => 0,
|
||||
],
|
||||
42 => [
|
||||
'id' => 4999,
|
||||
'title' => 'Phone-Other',
|
||||
'parentid' => 4000,
|
||||
'status' => 1,
|
||||
'description' => null,
|
||||
'disablepreview' => 0,
|
||||
'minsizetoformrelease' => 0,
|
||||
'maxsizetoformrelease' => 0,
|
||||
],
|
||||
43 => [
|
||||
'id' => 5000,
|
||||
'title' => 'TV',
|
||||
'parentid' => null,
|
||||
'status' => 1,
|
||||
'description' => null,
|
||||
'disablepreview' => 0,
|
||||
'minsizetoformrelease' => 0,
|
||||
'maxsizetoformrelease' => 0,
|
||||
],
|
||||
44 => [
|
||||
'id' => 5010,
|
||||
'title' => 'WEB-DL',
|
||||
'parentid' => 5000,
|
||||
'status' => 1,
|
||||
'description' => null,
|
||||
'disablepreview' => 0,
|
||||
'minsizetoformrelease' => 0,
|
||||
'maxsizetoformrelease' => 0,
|
||||
],
|
||||
45 => [
|
||||
'id' => 5020,
|
||||
'title' => 'Foreign',
|
||||
'parentid' => 5000,
|
||||
'status' => 1,
|
||||
'description' => null,
|
||||
'disablepreview' => 0,
|
||||
'minsizetoformrelease' => 0,
|
||||
'maxsizetoformrelease' => 0,
|
||||
],
|
||||
46 => [
|
||||
'id' => 5030,
|
||||
'title' => 'SD',
|
||||
'parentid' => 5000,
|
||||
'status' => 1,
|
||||
'description' => null,
|
||||
'disablepreview' => 0,
|
||||
'minsizetoformrelease' => 0,
|
||||
'maxsizetoformrelease' => 0,
|
||||
],
|
||||
47 => [
|
||||
'id' => 5040,
|
||||
'title' => 'HD',
|
||||
'parentid' => 5000,
|
||||
'status' => 1,
|
||||
'description' => null,
|
||||
'disablepreview' => 0,
|
||||
'minsizetoformrelease' => 0,
|
||||
'maxsizetoformrelease' => 0,
|
||||
],
|
||||
48 => [
|
||||
'id' => 5045,
|
||||
'title' => 'UHD',
|
||||
'parentid' => 5000,
|
||||
'status' => 1,
|
||||
'description' => null,
|
||||
'disablepreview' => 0,
|
||||
'minsizetoformrelease' => 0,
|
||||
'maxsizetoformrelease' => 0,
|
||||
],
|
||||
49 => [
|
||||
'id' => 5060,
|
||||
'title' => 'Sport',
|
||||
'parentid' => 5000,
|
||||
'status' => 1,
|
||||
'description' => null,
|
||||
'disablepreview' => 0,
|
||||
'minsizetoformrelease' => 0,
|
||||
'maxsizetoformrelease' => 0,
|
||||
],
|
||||
50 => [
|
||||
'id' => 5070,
|
||||
'title' => 'Anime',
|
||||
'parentid' => 5000,
|
||||
'status' => 1,
|
||||
'description' => null,
|
||||
'disablepreview' => 0,
|
||||
'minsizetoformrelease' => 0,
|
||||
'maxsizetoformrelease' => 0,
|
||||
],
|
||||
51 => [
|
||||
'id' => 5080,
|
||||
'title' => 'Documentary',
|
||||
'parentid' => 5000,
|
||||
'status' => 1,
|
||||
'description' => null,
|
||||
'disablepreview' => 0,
|
||||
'minsizetoformrelease' => 0,
|
||||
'maxsizetoformrelease' => 0,
|
||||
],
|
||||
52 => [
|
||||
'id' => 5999,
|
||||
'title' => 'Other',
|
||||
'parentid' => 5000,
|
||||
'status' => 1,
|
||||
'description' => null,
|
||||
'disablepreview' => 0,
|
||||
'minsizetoformrelease' => 0,
|
||||
'maxsizetoformrelease' => 0,
|
||||
],
|
||||
53 => [
|
||||
'id' => 6000,
|
||||
'title' => 'XXX',
|
||||
'parentid' => null,
|
||||
'status' => 1,
|
||||
'description' => null,
|
||||
'disablepreview' => 0,
|
||||
'minsizetoformrelease' => 0,
|
||||
'maxsizetoformrelease' => 0,
|
||||
],
|
||||
54 => [
|
||||
'id' => 6010,
|
||||
'title' => 'DVD',
|
||||
'parentid' => 6000,
|
||||
'status' => 1,
|
||||
'description' => null,
|
||||
'disablepreview' => 0,
|
||||
'minsizetoformrelease' => 0,
|
||||
'maxsizetoformrelease' => 0,
|
||||
],
|
||||
55 => [
|
||||
'id' => 6020,
|
||||
'title' => 'WMV',
|
||||
'parentid' => 6000,
|
||||
'status' => 1,
|
||||
'description' => null,
|
||||
'disablepreview' => 0,
|
||||
'minsizetoformrelease' => 0,
|
||||
'maxsizetoformrelease' => 0,
|
||||
],
|
||||
56 => [
|
||||
'id' => 6030,
|
||||
'title' => 'XviD',
|
||||
'parentid' => 6000,
|
||||
'status' => 1,
|
||||
'description' => null,
|
||||
'disablepreview' => 0,
|
||||
'minsizetoformrelease' => 0,
|
||||
'maxsizetoformrelease' => 0,
|
||||
],
|
||||
57 => [
|
||||
'id' => 6040,
|
||||
'title' => 'x264',
|
||||
'parentid' => 6000,
|
||||
'status' => 1,
|
||||
'description' => null,
|
||||
'disablepreview' => 0,
|
||||
'minsizetoformrelease' => 0,
|
||||
'maxsizetoformrelease' => 0,
|
||||
],
|
||||
58 => [
|
||||
'id' => 6041,
|
||||
'title' => 'HD Clips',
|
||||
'parentid' => 6000,
|
||||
'status' => 1,
|
||||
'description' => null,
|
||||
'disablepreview' => 0,
|
||||
'minsizetoformrelease' => 0,
|
||||
'maxsizetoformrelease' => 0,
|
||||
],
|
||||
59 => [
|
||||
'id' => 6042,
|
||||
'title' => 'SD Clips',
|
||||
'parentid' => 6000,
|
||||
'status' => 1,
|
||||
'description' => null,
|
||||
'disablepreview' => 0,
|
||||
'minsizetoformrelease' => 0,
|
||||
'maxsizetoformrelease' => 0,
|
||||
],
|
||||
60 => [
|
||||
'id' => 6045,
|
||||
'title' => 'UHD',
|
||||
'parentid' => 6000,
|
||||
'status' => 1,
|
||||
'description' => null,
|
||||
'disablepreview' => 0,
|
||||
'minsizetoformrelease' => 0,
|
||||
'maxsizetoformrelease' => 0,
|
||||
],
|
||||
61 => [
|
||||
'id' => 6060,
|
||||
'title' => 'Imageset',
|
||||
'parentid' => 6000,
|
||||
'status' => 1,
|
||||
'description' => null,
|
||||
'disablepreview' => 0,
|
||||
'minsizetoformrelease' => 0,
|
||||
'maxsizetoformrelease' => 0,
|
||||
],
|
||||
62 => [
|
||||
'id' => 6070,
|
||||
'title' => 'Packs',
|
||||
'parentid' => 6000,
|
||||
'status' => 1,
|
||||
'description' => null,
|
||||
'disablepreview' => 0,
|
||||
'minsizetoformrelease' => 0,
|
||||
'maxsizetoformrelease' => 0,
|
||||
],
|
||||
63 => [
|
||||
'id' => 6080,
|
||||
'title' => 'SD',
|
||||
'parentid' => 6000,
|
||||
'status' => 1,
|
||||
'description' => null,
|
||||
'disablepreview' => 0,
|
||||
'minsizetoformrelease' => 0,
|
||||
'maxsizetoformrelease' => 0,
|
||||
],
|
||||
64 => [
|
||||
'id' => 6090,
|
||||
'title' => 'WEBDL',
|
||||
'parentid' => 6000,
|
||||
'status' => 1,
|
||||
'description' => null,
|
||||
'disablepreview' => 0,
|
||||
'minsizetoformrelease' => 0,
|
||||
'maxsizetoformrelease' => 0,
|
||||
],
|
||||
65 => [
|
||||
'id' => 6999,
|
||||
'title' => 'Other',
|
||||
'parentid' => 6000,
|
||||
'status' => 1,
|
||||
'description' => null,
|
||||
'disablepreview' => 0,
|
||||
'minsizetoformrelease' => 0,
|
||||
'maxsizetoformrelease' => 0,
|
||||
],
|
||||
66 => [
|
||||
'id' => 7000,
|
||||
'title' => 'Books',
|
||||
'parentid' => null,
|
||||
'status' => 1,
|
||||
'description' => null,
|
||||
'disablepreview' => 0,
|
||||
'minsizetoformrelease' => 0,
|
||||
'maxsizetoformrelease' => 0,
|
||||
],
|
||||
67 => [
|
||||
'id' => 7010,
|
||||
'title' => 'Ebook',
|
||||
'parentid' => 7000,
|
||||
'status' => 1,
|
||||
'description' => null,
|
||||
'disablepreview' => 0,
|
||||
'minsizetoformrelease' => 0,
|
||||
'maxsizetoformrelease' => 0,
|
||||
],
|
||||
68 => [
|
||||
'id' => 7020,
|
||||
'title' => 'Comics',
|
||||
'parentid' => 7000,
|
||||
'status' => 1,
|
||||
'description' => null,
|
||||
'disablepreview' => 0,
|
||||
'minsizetoformrelease' => 0,
|
||||
'maxsizetoformrelease' => 0,
|
||||
],
|
||||
69 => [
|
||||
'id' => 7030,
|
||||
'title' => 'Magazines',
|
||||
'parentid' => 7000,
|
||||
'status' => 1,
|
||||
'description' => null,
|
||||
'disablepreview' => 0,
|
||||
'minsizetoformrelease' => 0,
|
||||
'maxsizetoformrelease' => 0,
|
||||
],
|
||||
70 => [
|
||||
'id' => 7040,
|
||||
'title' => 'Technical',
|
||||
'parentid' => 7000,
|
||||
'status' => 1,
|
||||
'description' => null,
|
||||
'disablepreview' => 0,
|
||||
'minsizetoformrelease' => 0,
|
||||
'maxsizetoformrelease' => 0,
|
||||
],
|
||||
71 => [
|
||||
'id' => 7060,
|
||||
'title' => 'Foreign',
|
||||
'parentid' => 7000,
|
||||
'status' => 1,
|
||||
'description' => null,
|
||||
'disablepreview' => 0,
|
||||
'minsizetoformrelease' => 0,
|
||||
'maxsizetoformrelease' => 0,
|
||||
],
|
||||
72 => [
|
||||
'id' => 7999,
|
||||
'title' => 'Other',
|
||||
'parentid' => 7000,
|
||||
'status' => 1,
|
||||
'description' => null,
|
||||
'disablepreview' => 0,
|
||||
'minsizetoformrelease' => 0,
|
||||
'maxsizetoformrelease' => 0,
|
||||
],
|
||||
]);
|
||||
}
|
||||
}
|
||||
@@ -1,28 +0,0 @@
|
||||
<?php
|
||||
|
||||
use Illuminate\Database\Seeder;
|
||||
|
||||
class CategoryRegexesTableSeeder extends Seeder
|
||||
{
|
||||
/**
|
||||
* Auto generated seed file.
|
||||
*
|
||||
* @return void
|
||||
*/
|
||||
public function run()
|
||||
{
|
||||
\DB::table('category_regexes')->delete();
|
||||
|
||||
\DB::table('category_regexes')->insert([
|
||||
0 => [
|
||||
'id' => 1,
|
||||
'group_regex' => '^alt\\.binaries\\.sony\\.psvita$',
|
||||
'regex' => '/.*/ ',
|
||||
'status' => 1,
|
||||
'description' => '',
|
||||
'ordinal' => 50,
|
||||
'categories_id' => 1120,
|
||||
],
|
||||
]);
|
||||
}
|
||||
}
|
||||
File diff suppressed because it is too large
Load Diff
@@ -1,58 +0,0 @@
|
||||
<?php
|
||||
|
||||
use Illuminate\Database\Seeder;
|
||||
|
||||
class ContentTableSeeder extends Seeder
|
||||
{
|
||||
/**
|
||||
* Auto generated seed file.
|
||||
*
|
||||
* @return void
|
||||
*/
|
||||
public function run()
|
||||
{
|
||||
\DB::table('content')->delete();
|
||||
|
||||
\DB::table('content')->insert([
|
||||
0 => [
|
||||
'id' => 1,
|
||||
'title' => 'Welcome to NNTmux.',
|
||||
'url' => null,
|
||||
'body' => '<p>Since NNTmux is a fork of newznab, the API is compatible with sonarr, sickbeard, couchpotato, etc...</p>',
|
||||
'metadescription' => '',
|
||||
'metakeywords' => '',
|
||||
'contenttype' => 3,
|
||||
'showinmenu' => 0,
|
||||
'status' => 1,
|
||||
'ordinal' => 0,
|
||||
'role' => 0,
|
||||
],
|
||||
1 => [
|
||||
'id' => 2,
|
||||
'title' => 'example content',
|
||||
'url' => '/great/seo/content/page/',
|
||||
'body' => '<p>this is an example content page</p>',
|
||||
'metadescription' => '',
|
||||
'metakeywords' => '',
|
||||
'contenttype' => 1,
|
||||
'showinmenu' => 2,
|
||||
'status' => 1,
|
||||
'ordinal' => 1,
|
||||
'role' => 0,
|
||||
],
|
||||
2 => [
|
||||
'id' => 3,
|
||||
'title' => 'another example',
|
||||
'url' => '/another/great/seo/content/page/',
|
||||
'body' => '<p>this is another example content page</p>',
|
||||
'metadescription' => '',
|
||||
'metakeywords' => '',
|
||||
'contenttype' => 1,
|
||||
'showinmenu' => 2,
|
||||
'status' => 1,
|
||||
'ordinal' => 0,
|
||||
'role' => 0,
|
||||
],
|
||||
]);
|
||||
}
|
||||
}
|
||||
File diff suppressed because it is too large
Load Diff
@@ -1,30 +0,0 @@
|
||||
<?php
|
||||
|
||||
use Illuminate\Database\Seeder;
|
||||
|
||||
class DatabaseSeeder extends Seeder
|
||||
{
|
||||
/**
|
||||
* Run the database seeds.
|
||||
*
|
||||
* @return void
|
||||
*/
|
||||
public function run()
|
||||
{
|
||||
// $this->call(UsersTableSeeder::class);
|
||||
$this->call(CategoriesTableSeeder::class);
|
||||
$this->call(CategoryRegexesTableSeeder::class);
|
||||
$this->call(CollectionRegexesTableSeeder::class);
|
||||
$this->call(BinaryblacklistTableSeeder::class);
|
||||
$this->call(ContentTableSeeder::class);
|
||||
$this->call(CountriesTableSeeder::class);
|
||||
$this->call(ForumpostTableSeeder::class);
|
||||
$this->call(GenresTableSeeder::class);
|
||||
$this->call(GroupsTableSeeder::class);
|
||||
$this->call(MenuTableSeeder::class);
|
||||
$this->call(ReleaseNamingRegexesTableSeeder::class);
|
||||
$this->call(SettingsTableSeeder::class);
|
||||
$this->call(TmuxTableSeeder::class);
|
||||
$this->call(UserRolesTableSeeder::class);
|
||||
}
|
||||
}
|
||||
@@ -1,32 +0,0 @@
|
||||
<?php
|
||||
|
||||
use Illuminate\Database\Seeder;
|
||||
|
||||
class ForumpostTableSeeder extends Seeder
|
||||
{
|
||||
/**
|
||||
* Auto generated seed file.
|
||||
*
|
||||
* @return void
|
||||
*/
|
||||
public function run()
|
||||
{
|
||||
\DB::table('forumpost')->delete();
|
||||
|
||||
\DB::table('forumpost')->insert([
|
||||
0 => [
|
||||
'id' => 1,
|
||||
'forumid' => 1,
|
||||
'parentid' => 0,
|
||||
'users_id' => 1,
|
||||
'subject' => 'Welcome to NNTmux!',
|
||||
'message' => 'Feel free to leave a message.',
|
||||
'locked' => 0,
|
||||
'sticky' => 0,
|
||||
'replies' => 0,
|
||||
'created_at' => '0000-00-00 00:00:00',
|
||||
'updated_at' => '0000-00-00 00:00:00',
|
||||
],
|
||||
]);
|
||||
}
|
||||
}
|
||||
@@ -1,913 +0,0 @@
|
||||
<?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([
|
||||
0 => [
|
||||
'id' => 1,
|
||||
'title' => 'Blues',
|
||||
'type' => 3000,
|
||||
'disabled' => 0,
|
||||
],
|
||||
1 => [
|
||||
'id' => 2,
|
||||
'title' => 'Classic Rock',
|
||||
'type' => 3000,
|
||||
'disabled' => 0,
|
||||
],
|
||||
2 => [
|
||||
'id' => 3,
|
||||
'title' => 'Country',
|
||||
'type' => 3000,
|
||||
'disabled' => 0,
|
||||
],
|
||||
3 => [
|
||||
'id' => 4,
|
||||
'title' => 'Dance',
|
||||
'type' => 3000,
|
||||
'disabled' => 0,
|
||||
],
|
||||
4 => [
|
||||
'id' => 5,
|
||||
'title' => 'Disco',
|
||||
'type' => 3000,
|
||||
'disabled' => 0,
|
||||
],
|
||||
5 => [
|
||||
'id' => 6,
|
||||
'title' => 'Funk',
|
||||
'type' => 3000,
|
||||
'disabled' => 0,
|
||||
],
|
||||
6 => [
|
||||
'id' => 7,
|
||||
'title' => 'Grunge',
|
||||
'type' => 3000,
|
||||
'disabled' => 0,
|
||||
],
|
||||
7 => [
|
||||
'id' => 8,
|
||||
'title' => 'Hip-Hop',
|
||||
'type' => 3000,
|
||||
'disabled' => 0,
|
||||
],
|
||||
8 => [
|
||||
'id' => 9,
|
||||
'title' => 'Jazz',
|
||||
'type' => 3000,
|
||||
'disabled' => 0,
|
||||
],
|
||||
9 => [
|
||||
'id' => 10,
|
||||
'title' => 'Metal',
|
||||
'type' => 3000,
|
||||
'disabled' => 0,
|
||||
],
|
||||
10 => [
|
||||
'id' => 11,
|
||||
'title' => 'New Age',
|
||||
'type' => 3000,
|
||||
'disabled' => 0,
|
||||
],
|
||||
11 => [
|
||||
'id' => 12,
|
||||
'title' => 'Oldies',
|
||||
'type' => 3000,
|
||||
'disabled' => 0,
|
||||
],
|
||||
12 => [
|
||||
'id' => 13,
|
||||
'title' => 'Other',
|
||||
'type' => 3000,
|
||||
'disabled' => 0,
|
||||
],
|
||||
13 => [
|
||||
'id' => 14,
|
||||
'title' => 'Pop',
|
||||
'type' => 3000,
|
||||
'disabled' => 0,
|
||||
],
|
||||
14 => [
|
||||
'id' => 15,
|
||||
'title' => 'R&B',
|
||||
'type' => 3000,
|
||||
'disabled' => 0,
|
||||
],
|
||||
15 => [
|
||||
'id' => 16,
|
||||
'title' => 'Rap',
|
||||
'type' => 3000,
|
||||
'disabled' => 0,
|
||||
],
|
||||
16 => [
|
||||
'id' => 17,
|
||||
'title' => 'Reggae',
|
||||
'type' => 3000,
|
||||
'disabled' => 0,
|
||||
],
|
||||
17 => [
|
||||
'id' => 18,
|
||||
'title' => 'Rock',
|
||||
'type' => 3000,
|
||||
'disabled' => 0,
|
||||
],
|
||||
18 => [
|
||||
'id' => 19,
|
||||
'title' => 'Techno',
|
||||
'type' => 3000,
|
||||
'disabled' => 0,
|
||||
],
|
||||
19 => [
|
||||
'id' => 20,
|
||||
'title' => 'Industrial',
|
||||
'type' => 3000,
|
||||
'disabled' => 0,
|
||||
],
|
||||
20 => [
|
||||
'id' => 21,
|
||||
'title' => 'Alternative',
|
||||
'type' => 3000,
|
||||
'disabled' => 0,
|
||||
],
|
||||
21 => [
|
||||
'id' => 22,
|
||||
'title' => 'Ska',
|
||||
'type' => 3000,
|
||||
'disabled' => 0,
|
||||
],
|
||||
22 => [
|
||||
'id' => 23,
|
||||
'title' => 'Death Metal',
|
||||
'type' => 3000,
|
||||
'disabled' => 0,
|
||||
],
|
||||
23 => [
|
||||
'id' => 24,
|
||||
'title' => 'Pranks',
|
||||
'type' => 3000,
|
||||
'disabled' => 0,
|
||||
],
|
||||
24 => [
|
||||
'id' => 25,
|
||||
'title' => 'Soundtrack',
|
||||
'type' => 3000,
|
||||
'disabled' => 0,
|
||||
],
|
||||
25 => [
|
||||
'id' => 26,
|
||||
'title' => 'Euro-Techno',
|
||||
'type' => 3000,
|
||||
'disabled' => 0,
|
||||
],
|
||||
26 => [
|
||||
'id' => 27,
|
||||
'title' => 'Ambient',
|
||||
'type' => 3000,
|
||||
'disabled' => 0,
|
||||
],
|
||||
27 => [
|
||||
'id' => 28,
|
||||
'title' => 'Trip-Hop',
|
||||
'type' => 3000,
|
||||
'disabled' => 0,
|
||||
],
|
||||
28 => [
|
||||
'id' => 29,
|
||||
'title' => 'Vocal',
|
||||
'type' => 3000,
|
||||
'disabled' => 0,
|
||||
],
|
||||
29 => [
|
||||
'id' => 30,
|
||||
'title' => 'Jazz+Funk',
|
||||
'type' => 3000,
|
||||
'disabled' => 0,
|
||||
],
|
||||
30 => [
|
||||
'id' => 31,
|
||||
'title' => 'Fusion',
|
||||
'type' => 3000,
|
||||
'disabled' => 0,
|
||||
],
|
||||
31 => [
|
||||
'id' => 32,
|
||||
'title' => 'Trance',
|
||||
'type' => 3000,
|
||||
'disabled' => 0,
|
||||
],
|
||||
32 => [
|
||||
'id' => 33,
|
||||
'title' => 'Classical',
|
||||
'type' => 3000,
|
||||
'disabled' => 0,
|
||||
],
|
||||
33 => [
|
||||
'id' => 34,
|
||||
'title' => 'Instrumental',
|
||||
'type' => 3000,
|
||||
'disabled' => 0,
|
||||
],
|
||||
34 => [
|
||||
'id' => 35,
|
||||
'title' => 'Acid',
|
||||
'type' => 3000,
|
||||
'disabled' => 0,
|
||||
],
|
||||
35 => [
|
||||
'id' => 36,
|
||||
'title' => 'House',
|
||||
'type' => 3000,
|
||||
'disabled' => 0,
|
||||
],
|
||||
36 => [
|
||||
'id' => 37,
|
||||
'title' => 'Game',
|
||||
'type' => 3000,
|
||||
'disabled' => 0,
|
||||
],
|
||||
37 => [
|
||||
'id' => 38,
|
||||
'title' => 'Sound Clip',
|
||||
'type' => 3000,
|
||||
'disabled' => 0,
|
||||
],
|
||||
38 => [
|
||||
'id' => 39,
|
||||
'title' => 'Gospel',
|
||||
'type' => 3000,
|
||||
'disabled' => 0,
|
||||
],
|
||||
39 => [
|
||||
'id' => 40,
|
||||
'title' => 'Noise',
|
||||
'type' => 3000,
|
||||
'disabled' => 0,
|
||||
],
|
||||
40 => [
|
||||
'id' => 41,
|
||||
'title' => 'Alternative Rock',
|
||||
'type' => 3000,
|
||||
'disabled' => 0,
|
||||
],
|
||||
41 => [
|
||||
'id' => 42,
|
||||
'title' => 'Bass',
|
||||
'type' => 3000,
|
||||
'disabled' => 0,
|
||||
],
|
||||
42 => [
|
||||
'id' => 43,
|
||||
'title' => 'Soul',
|
||||
'type' => 3000,
|
||||
'disabled' => 0,
|
||||
],
|
||||
43 => [
|
||||
'id' => 44,
|
||||
'title' => 'Punk',
|
||||
'type' => 3000,
|
||||
'disabled' => 0,
|
||||
],
|
||||
44 => [
|
||||
'id' => 45,
|
||||
'title' => 'Space',
|
||||
'type' => 3000,
|
||||
'disabled' => 0,
|
||||
],
|
||||
45 => [
|
||||
'id' => 46,
|
||||
'title' => 'Meditative',
|
||||
'type' => 3000,
|
||||
'disabled' => 0,
|
||||
],
|
||||
46 => [
|
||||
'id' => 47,
|
||||
'title' => 'Instrumental Pop',
|
||||
'type' => 3000,
|
||||
'disabled' => 0,
|
||||
],
|
||||
47 => [
|
||||
'id' => 48,
|
||||
'title' => 'Instrumental Rock',
|
||||
'type' => 3000,
|
||||
'disabled' => 0,
|
||||
],
|
||||
48 => [
|
||||
'id' => 49,
|
||||
'title' => 'Ethnic',
|
||||
'type' => 3000,
|
||||
'disabled' => 0,
|
||||
],
|
||||
49 => [
|
||||
'id' => 50,
|
||||
'title' => 'Gothic',
|
||||
'type' => 3000,
|
||||
'disabled' => 0,
|
||||
],
|
||||
50 => [
|
||||
'id' => 51,
|
||||
'title' => 'Darkwave',
|
||||
'type' => 3000,
|
||||
'disabled' => 0,
|
||||
],
|
||||
51 => [
|
||||
'id' => 52,
|
||||
'title' => 'Techno-Industrial',
|
||||
'type' => 3000,
|
||||
'disabled' => 0,
|
||||
],
|
||||
52 => [
|
||||
'id' => 53,
|
||||
'title' => 'Electronic',
|
||||
'type' => 3000,
|
||||
'disabled' => 0,
|
||||
],
|
||||
53 => [
|
||||
'id' => 54,
|
||||
'title' => 'Pop-Folk',
|
||||
'type' => 3000,
|
||||
'disabled' => 0,
|
||||
],
|
||||
54 => [
|
||||
'id' => 55,
|
||||
'title' => 'Eurodance',
|
||||
'type' => 3000,
|
||||
'disabled' => 0,
|
||||
],
|
||||
55 => [
|
||||
'id' => 56,
|
||||
'title' => 'Dream',
|
||||
'type' => 3000,
|
||||
'disabled' => 0,
|
||||
],
|
||||
56 => [
|
||||
'id' => 57,
|
||||
'title' => 'Southern Rock',
|
||||
'type' => 3000,
|
||||
'disabled' => 0,
|
||||
],
|
||||
57 => [
|
||||
'id' => 58,
|
||||
'title' => 'Comedy',
|
||||
'type' => 3000,
|
||||
'disabled' => 0,
|
||||
],
|
||||
58 => [
|
||||
'id' => 59,
|
||||
'title' => 'Cult',
|
||||
'type' => 3000,
|
||||
'disabled' => 0,
|
||||
],
|
||||
59 => [
|
||||
'id' => 60,
|
||||
'title' => 'Gangsta',
|
||||
'type' => 3000,
|
||||
'disabled' => 0,
|
||||
],
|
||||
60 => [
|
||||
'id' => 61,
|
||||
'title' => 'Top 40',
|
||||
'type' => 3000,
|
||||
'disabled' => 0,
|
||||
],
|
||||
61 => [
|
||||
'id' => 62,
|
||||
'title' => 'Christian Rap',
|
||||
'type' => 3000,
|
||||
'disabled' => 0,
|
||||
],
|
||||
62 => [
|
||||
'id' => 63,
|
||||
'title' => 'Pop/Funk',
|
||||
'type' => 3000,
|
||||
'disabled' => 0,
|
||||
],
|
||||
63 => [
|
||||
'id' => 64,
|
||||
'title' => 'Jungle',
|
||||
'type' => 3000,
|
||||
'disabled' => 0,
|
||||
],
|
||||
64 => [
|
||||
'id' => 65,
|
||||
'title' => 'Native US',
|
||||
'type' => 3000,
|
||||
'disabled' => 0,
|
||||
],
|
||||
65 => [
|
||||
'id' => 66,
|
||||
'title' => 'Cabaret',
|
||||
'type' => 3000,
|
||||
'disabled' => 0,
|
||||
],
|
||||
66 => [
|
||||
'id' => 67,
|
||||
'title' => 'New Wave',
|
||||
'type' => 3000,
|
||||
'disabled' => 0,
|
||||
],
|
||||
67 => [
|
||||
'id' => 68,
|
||||
'title' => 'Psychadelic',
|
||||
'type' => 3000,
|
||||
'disabled' => 0,
|
||||
],
|
||||
68 => [
|
||||
'id' => 69,
|
||||
'title' => 'Rave',
|
||||
'type' => 3000,
|
||||
'disabled' => 0,
|
||||
],
|
||||
69 => [
|
||||
'id' => 70,
|
||||
'title' => 'Showtunes',
|
||||
'type' => 3000,
|
||||
'disabled' => 0,
|
||||
],
|
||||
70 => [
|
||||
'id' => 71,
|
||||
'title' => 'Trailer',
|
||||
'type' => 3000,
|
||||
'disabled' => 0,
|
||||
],
|
||||
71 => [
|
||||
'id' => 72,
|
||||
'title' => 'Lo-Fi',
|
||||
'type' => 3000,
|
||||
'disabled' => 0,
|
||||
],
|
||||
72 => [
|
||||
'id' => 73,
|
||||
'title' => 'Tribal',
|
||||
'type' => 3000,
|
||||
'disabled' => 0,
|
||||
],
|
||||
73 => [
|
||||
'id' => 74,
|
||||
'title' => 'Acid Punk',
|
||||
'type' => 3000,
|
||||
'disabled' => 0,
|
||||
],
|
||||
74 => [
|
||||
'id' => 75,
|
||||
'title' => 'Acid Jazz',
|
||||
'type' => 3000,
|
||||
'disabled' => 0,
|
||||
],
|
||||
75 => [
|
||||
'id' => 76,
|
||||
'title' => 'Polka',
|
||||
'type' => 3000,
|
||||
'disabled' => 0,
|
||||
],
|
||||
76 => [
|
||||
'id' => 77,
|
||||
'title' => 'Retro',
|
||||
'type' => 3000,
|
||||
'disabled' => 0,
|
||||
],
|
||||
77 => [
|
||||
'id' => 78,
|
||||
'title' => 'Musical',
|
||||
'type' => 3000,
|
||||
'disabled' => 0,
|
||||
],
|
||||
78 => [
|
||||
'id' => 79,
|
||||
'title' => 'Rock & Roll',
|
||||
'type' => 3000,
|
||||
'disabled' => 0,
|
||||
],
|
||||
79 => [
|
||||
'id' => 80,
|
||||
'title' => 'Hard Rock',
|
||||
'type' => 3000,
|
||||
'disabled' => 0,
|
||||
],
|
||||
80 => [
|
||||
'id' => 81,
|
||||
'title' => 'Folk',
|
||||
'type' => 3000,
|
||||
'disabled' => 0,
|
||||
],
|
||||
81 => [
|
||||
'id' => 82,
|
||||
'title' => 'Folk-Rock',
|
||||
'type' => 3000,
|
||||
'disabled' => 0,
|
||||
],
|
||||
82 => [
|
||||
'id' => 83,
|
||||
'title' => 'National Folk',
|
||||
'type' => 3000,
|
||||
'disabled' => 0,
|
||||
],
|
||||
83 => [
|
||||
'id' => 84,
|
||||
'title' => 'Swing',
|
||||
'type' => 3000,
|
||||
'disabled' => 0,
|
||||
],
|
||||
84 => [
|
||||
'id' => 85,
|
||||
'title' => 'Fast Fusion',
|
||||
'type' => 3000,
|
||||
'disabled' => 0,
|
||||
],
|
||||
85 => [
|
||||
'id' => 86,
|
||||
'title' => 'Bebob',
|
||||
'type' => 3000,
|
||||
'disabled' => 0,
|
||||
],
|
||||
86 => [
|
||||
'id' => 87,
|
||||
'title' => 'Latin',
|
||||
'type' => 3000,
|
||||
'disabled' => 0,
|
||||
],
|
||||
87 => [
|
||||
'id' => 88,
|
||||
'title' => 'Revival',
|
||||
'type' => 3000,
|
||||
'disabled' => 0,
|
||||
],
|
||||
88 => [
|
||||
'id' => 89,
|
||||
'title' => 'Celtic',
|
||||
'type' => 3000,
|
||||
'disabled' => 0,
|
||||
],
|
||||
89 => [
|
||||
'id' => 90,
|
||||
'title' => 'Bluegrass',
|
||||
'type' => 3000,
|
||||
'disabled' => 0,
|
||||
],
|
||||
90 => [
|
||||
'id' => 91,
|
||||
'title' => 'Avantgarde',
|
||||
'type' => 3000,
|
||||
'disabled' => 0,
|
||||
],
|
||||
91 => [
|
||||
'id' => 92,
|
||||
'title' => 'Gothic Rock',
|
||||
'type' => 3000,
|
||||
'disabled' => 0,
|
||||
],
|
||||
92 => [
|
||||
'id' => 93,
|
||||
'title' => 'Progressive Rock',
|
||||
'type' => 3000,
|
||||
'disabled' => 0,
|
||||
],
|
||||
93 => [
|
||||
'id' => 94,
|
||||
'title' => 'Psychedelic Rock',
|
||||
'type' => 3000,
|
||||
'disabled' => 0,
|
||||
],
|
||||
94 => [
|
||||
'id' => 95,
|
||||
'title' => 'Symphonic Rock',
|
||||
'type' => 3000,
|
||||
'disabled' => 0,
|
||||
],
|
||||
95 => [
|
||||
'id' => 96,
|
||||
'title' => 'Slow Rock',
|
||||
'type' => 3000,
|
||||
'disabled' => 0,
|
||||
],
|
||||
96 => [
|
||||
'id' => 97,
|
||||
'title' => 'Big Band',
|
||||
'type' => 3000,
|
||||
'disabled' => 0,
|
||||
],
|
||||
97 => [
|
||||
'id' => 98,
|
||||
'title' => 'Chorus',
|
||||
'type' => 3000,
|
||||
'disabled' => 0,
|
||||
],
|
||||
98 => [
|
||||
'id' => 99,
|
||||
'title' => 'Easy Listening',
|
||||
'type' => 3000,
|
||||
'disabled' => 0,
|
||||
],
|
||||
99 => [
|
||||
'id' => 100,
|
||||
'title' => 'Acoustic',
|
||||
'type' => 3000,
|
||||
'disabled' => 0,
|
||||
],
|
||||
100 => [
|
||||
'id' => 101,
|
||||
'title' => 'Humour',
|
||||
'type' => 3000,
|
||||
'disabled' => 0,
|
||||
],
|
||||
101 => [
|
||||
'id' => 102,
|
||||
'title' => 'Speech',
|
||||
'type' => 3000,
|
||||
'disabled' => 0,
|
||||
],
|
||||
102 => [
|
||||
'id' => 103,
|
||||
'title' => 'Chanson',
|
||||
'type' => 3000,
|
||||
'disabled' => 0,
|
||||
],
|
||||
103 => [
|
||||
'id' => 104,
|
||||
'title' => 'Opera',
|
||||
'type' => 3000,
|
||||
'disabled' => 0,
|
||||
],
|
||||
104 => [
|
||||
'id' => 105,
|
||||
'title' => 'Chamber Music',
|
||||
'type' => 3000,
|
||||
'disabled' => 0,
|
||||
],
|
||||
105 => [
|
||||
'id' => 106,
|
||||
'title' => 'Sonata',
|
||||
'type' => 3000,
|
||||
'disabled' => 0,
|
||||
],
|
||||
106 => [
|
||||
'id' => 107,
|
||||
'title' => 'Symphony',
|
||||
'type' => 3000,
|
||||
'disabled' => 0,
|
||||
],
|
||||
107 => [
|
||||
'id' => 108,
|
||||
'title' => 'Booty Bass',
|
||||
'type' => 3000,
|
||||
'disabled' => 0,
|
||||
],
|
||||
108 => [
|
||||
'id' => 109,
|
||||
'title' => 'Primus',
|
||||
'type' => 3000,
|
||||
'disabled' => 0,
|
||||
],
|
||||
109 => [
|
||||
'id' => 110,
|
||||
'title' => 'Porn Groove',
|
||||
'type' => 3000,
|
||||
'disabled' => 0,
|
||||
],
|
||||
110 => [
|
||||
'id' => 111,
|
||||
'title' => 'Satire',
|
||||
'type' => 3000,
|
||||
'disabled' => 0,
|
||||
],
|
||||
111 => [
|
||||
'id' => 112,
|
||||
'title' => 'Slow Jam',
|
||||
'type' => 3000,
|
||||
'disabled' => 0,
|
||||
],
|
||||
112 => [
|
||||
'id' => 113,
|
||||
'title' => 'Club',
|
||||
'type' => 3000,
|
||||
'disabled' => 0,
|
||||
],
|
||||
113 => [
|
||||
'id' => 114,
|
||||
'title' => 'Tango',
|
||||
'type' => 3000,
|
||||
'disabled' => 0,
|
||||
],
|
||||
114 => [
|
||||
'id' => 115,
|
||||
'title' => 'Samba',
|
||||
'type' => 3000,
|
||||
'disabled' => 0,
|
||||
],
|
||||
115 => [
|
||||
'id' => 116,
|
||||
'title' => 'Folklore',
|
||||
'type' => 3000,
|
||||
'disabled' => 0,
|
||||
],
|
||||
116 => [
|
||||
'id' => 117,
|
||||
'title' => 'Ballad',
|
||||
'type' => 3000,
|
||||
'disabled' => 0,
|
||||
],
|
||||
117 => [
|
||||
'id' => 118,
|
||||
'title' => 'Power Ballad',
|
||||
'type' => 3000,
|
||||
'disabled' => 0,
|
||||
],
|
||||
118 => [
|
||||
'id' => 119,
|
||||
'title' => 'Rhytmic Soul',
|
||||
'type' => 3000,
|
||||
'disabled' => 0,
|
||||
],
|
||||
119 => [
|
||||
'id' => 120,
|
||||
'title' => 'Freestyle',
|
||||
'type' => 3000,
|
||||
'disabled' => 0,
|
||||
],
|
||||
120 => [
|
||||
'id' => 121,
|
||||
'title' => 'Duet',
|
||||
'type' => 3000,
|
||||
'disabled' => 0,
|
||||
],
|
||||
121 => [
|
||||
'id' => 122,
|
||||
'title' => 'Punk Rock',
|
||||
'type' => 3000,
|
||||
'disabled' => 0,
|
||||
],
|
||||
122 => [
|
||||
'id' => 123,
|
||||
'title' => 'Drum Solo',
|
||||
'type' => 3000,
|
||||
'disabled' => 0,
|
||||
],
|
||||
123 => [
|
||||
'id' => 124,
|
||||
'title' => 'Acapella',
|
||||
'type' => 3000,
|
||||
'disabled' => 0,
|
||||
],
|
||||
124 => [
|
||||
'id' => 125,
|
||||
'title' => 'Euro-House',
|
||||
'type' => 3000,
|
||||
'disabled' => 0,
|
||||
],
|
||||
125 => [
|
||||
'id' => 126,
|
||||
'title' => 'Dance Hall',
|
||||
'type' => 3000,
|
||||
'disabled' => 0,
|
||||
],
|
||||
126 => [
|
||||
'id' => 127,
|
||||
'title' => 'Goa',
|
||||
'type' => 3000,
|
||||
'disabled' => 0,
|
||||
],
|
||||
127 => [
|
||||
'id' => 128,
|
||||
'title' => 'Drum & Bass',
|
||||
'type' => 3000,
|
||||
'disabled' => 0,
|
||||
],
|
||||
128 => [
|
||||
'id' => 129,
|
||||
'title' => 'Club-House',
|
||||
'type' => 3000,
|
||||
'disabled' => 0,
|
||||
],
|
||||
129 => [
|
||||
'id' => 130,
|
||||
'title' => 'Hardcore',
|
||||
'type' => 3000,
|
||||
'disabled' => 0,
|
||||
],
|
||||
130 => [
|
||||
'id' => 131,
|
||||
'title' => 'Terror',
|
||||
'type' => 3000,
|
||||
'disabled' => 0,
|
||||
],
|
||||
131 => [
|
||||
'id' => 132,
|
||||
'title' => 'Indie',
|
||||
'type' => 3000,
|
||||
'disabled' => 0,
|
||||
],
|
||||
132 => [
|
||||
'id' => 133,
|
||||
'title' => 'BritPop',
|
||||
'type' => 3000,
|
||||
'disabled' => 0,
|
||||
],
|
||||
133 => [
|
||||
'id' => 134,
|
||||
'title' => 'Negerpunk',
|
||||
'type' => 3000,
|
||||
'disabled' => 0,
|
||||
],
|
||||
134 => [
|
||||
'id' => 135,
|
||||
'title' => 'Polsk Punk',
|
||||
'type' => 3000,
|
||||
'disabled' => 0,
|
||||
],
|
||||
135 => [
|
||||
'id' => 136,
|
||||
'title' => 'Beat',
|
||||
'type' => 3000,
|
||||
'disabled' => 0,
|
||||
],
|
||||
136 => [
|
||||
'id' => 137,
|
||||
'title' => 'Christian Gangsta',
|
||||
'type' => 3000,
|
||||
'disabled' => 0,
|
||||
],
|
||||
137 => [
|
||||
'id' => 138,
|
||||
'title' => 'Heavy Metal',
|
||||
'type' => 3000,
|
||||
'disabled' => 0,
|
||||
],
|
||||
138 => [
|
||||
'id' => 139,
|
||||
'title' => 'Black Metal',
|
||||
'type' => 3000,
|
||||
'disabled' => 0,
|
||||
],
|
||||
139 => [
|
||||
'id' => 140,
|
||||
'title' => 'Crossover',
|
||||
'type' => 3000,
|
||||
'disabled' => 0,
|
||||
],
|
||||
140 => [
|
||||
'id' => 141,
|
||||
'title' => 'Contemporary C',
|
||||
'type' => 3000,
|
||||
'disabled' => 0,
|
||||
],
|
||||
141 => [
|
||||
'id' => 142,
|
||||
'title' => 'Christian Rock',
|
||||
'type' => 3000,
|
||||
'disabled' => 0,
|
||||
],
|
||||
142 => [
|
||||
'id' => 143,
|
||||
'title' => 'Merengue',
|
||||
'type' => 3000,
|
||||
'disabled' => 0,
|
||||
],
|
||||
143 => [
|
||||
'id' => 144,
|
||||
'title' => 'Salsa',
|
||||
'type' => 3000,
|
||||
'disabled' => 0,
|
||||
],
|
||||
144 => [
|
||||
'id' => 145,
|
||||
'title' => 'Thrash Metal',
|
||||
'type' => 3000,
|
||||
'disabled' => 0,
|
||||
],
|
||||
145 => [
|
||||
'id' => 146,
|
||||
'title' => 'Anime',
|
||||
'type' => 3000,
|
||||
'disabled' => 0,
|
||||
],
|
||||
146 => [
|
||||
'id' => 147,
|
||||
'title' => 'JPop',
|
||||
'type' => 3000,
|
||||
'disabled' => 0,
|
||||
],
|
||||
147 => [
|
||||
'id' => 148,
|
||||
'title' => 'SynthPop',
|
||||
'type' => 3000,
|
||||
'disabled' => 0,
|
||||
],
|
||||
148 => [
|
||||
'id' => 149,
|
||||
'title' => 'Electronica',
|
||||
'type' => 3000,
|
||||
'disabled' => 0,
|
||||
],
|
||||
]);
|
||||
}
|
||||
}
|
||||
File diff suppressed because it is too large
Load Diff
@@ -1,239 +0,0 @@
|
||||
<?php
|
||||
|
||||
use Illuminate\Database\Seeder;
|
||||
|
||||
class MenuTableSeeder extends Seeder
|
||||
{
|
||||
/**
|
||||
* Auto generated seed file.
|
||||
*
|
||||
* @return void
|
||||
*/
|
||||
public function run()
|
||||
{
|
||||
\DB::table('menu')->delete();
|
||||
|
||||
\DB::table('menu')->insert([
|
||||
0 => [
|
||||
'id' => 1000001,
|
||||
'href' => 'search',
|
||||
'title' => 'Advanced Search',
|
||||
'newwindow' => 0,
|
||||
'tooltip' => 'Search for releases.',
|
||||
'role' => 1,
|
||||
'ordinal' => 10,
|
||||
'menueval' => '',
|
||||
],
|
||||
1 => [
|
||||
'id' => 1000002,
|
||||
'href' => 'browsegroup',
|
||||
'title' => 'Groups List',
|
||||
'newwindow' => 0,
|
||||
'tooltip' => 'Browse by Group.',
|
||||
'role' => 1,
|
||||
'ordinal' => 25,
|
||||
'menueval' => '',
|
||||
],
|
||||
2 => [
|
||||
'id' => 1000003,
|
||||
'href' => 'movies',
|
||||
'title' => 'Movies',
|
||||
'newwindow' => 0,
|
||||
'tooltip' => 'Browse Movies.',
|
||||
'role' => 1,
|
||||
'ordinal' => 40,
|
||||
'menueval' => '',
|
||||
],
|
||||
3 => [
|
||||
'id' => 1000004,
|
||||
'href' => 'upcoming',
|
||||
'title' => 'Theatres',
|
||||
'newwindow' => 0,
|
||||
'tooltip' => 'Movies currently in theatres.',
|
||||
'role' => 1,
|
||||
'ordinal' => 45,
|
||||
'menueval' => '',
|
||||
],
|
||||
4 => [
|
||||
'id' => 1000005,
|
||||
'href' => 'series',
|
||||
'title' => 'TV Series',
|
||||
'newwindow' => 0,
|
||||
'tooltip' => 'Browse TV Series.',
|
||||
'role' => 1,
|
||||
'ordinal' => 50,
|
||||
'menueval' => '',
|
||||
],
|
||||
5 => [
|
||||
'id' => 1000006,
|
||||
'href' => 'predb',
|
||||
'title' => 'PreDB',
|
||||
'newwindow' => 0,
|
||||
'tooltip' => 'Browse PreDB.',
|
||||
'role' => 1,
|
||||
'ordinal' => 51,
|
||||
'menueval' => '',
|
||||
],
|
||||
6 => [
|
||||
'id' => 1000007,
|
||||
'href' => 'anime',
|
||||
'title' => 'Anime',
|
||||
'newwindow' => 0,
|
||||
'tooltip' => 'Browse Anime',
|
||||
'role' => 1,
|
||||
'ordinal' => 55,
|
||||
'menueval' => '',
|
||||
],
|
||||
7 => [
|
||||
'id' => 1000008,
|
||||
'href' => 'music',
|
||||
'title' => 'Music',
|
||||
'newwindow' => 0,
|
||||
'tooltip' => 'Browse Music.',
|
||||
'role' => 1,
|
||||
'ordinal' => 60,
|
||||
'menueval' => '',
|
||||
],
|
||||
8 => [
|
||||
'id' => 1000009,
|
||||
'href' => 'console',
|
||||
'title' => 'Console',
|
||||
'newwindow' => 0,
|
||||
'tooltip' => 'Browse Games.',
|
||||
'role' => 1,
|
||||
'ordinal' => 65,
|
||||
'menueval' => '',
|
||||
],
|
||||
9 => [
|
||||
'id' => 1000010,
|
||||
'href' => 'books',
|
||||
'title' => 'Books',
|
||||
'newwindow' => 0,
|
||||
'tooltip' => 'Browse Books.',
|
||||
'role' => 1,
|
||||
'ordinal' => 67,
|
||||
'menueval' => '',
|
||||
],
|
||||
10 => [
|
||||
'id' => 1000011,
|
||||
'href' => 'admin',
|
||||
'title' => 'Admin',
|
||||
'newwindow' => 0,
|
||||
'tooltip' => 'Admin',
|
||||
'role' => 2,
|
||||
'ordinal' => 70,
|
||||
'menueval' => '',
|
||||
],
|
||||
11 => [
|
||||
'id' => 1000012,
|
||||
'href' => 'cart',
|
||||
'title' => 'My Cart',
|
||||
'newwindow' => 0,
|
||||
'tooltip' => 'Your Nzb cart.',
|
||||
'role' => 1,
|
||||
'ordinal' => 75,
|
||||
'menueval' => '',
|
||||
],
|
||||
12 => [
|
||||
'id' => 1000013,
|
||||
'href' => 'myshows',
|
||||
'title' => 'My Shows',
|
||||
'newwindow' => 0,
|
||||
'tooltip' => 'Your TV shows.',
|
||||
'role' => 1,
|
||||
'ordinal' => 77,
|
||||
'menueval' => '',
|
||||
],
|
||||
13 => [
|
||||
'id' => 1000014,
|
||||
'href' => 'mymovies',
|
||||
'title' => 'My Movies',
|
||||
'newwindow' => 0,
|
||||
'tooltip' => 'Your Movie Wishlist.',
|
||||
'role' => 1,
|
||||
'ordinal' => 78,
|
||||
'menueval' => '',
|
||||
],
|
||||
14 => [
|
||||
'id' => 1000015,
|
||||
'href' => 'apihelp',
|
||||
'title' => 'API',
|
||||
'newwindow' => 0,
|
||||
'tooltip' => 'Information on the API.',
|
||||
'role' => 1,
|
||||
'ordinal' => 79,
|
||||
'menueval' => '',
|
||||
],
|
||||
15 => [
|
||||
'id' => 1000016,
|
||||
'href' => 'rss',
|
||||
'title' => 'RSS',
|
||||
'newwindow' => 0,
|
||||
'tooltip' => 'RSS Feeds.',
|
||||
'role' => 1,
|
||||
'ordinal' => 80,
|
||||
'menueval' => '',
|
||||
],
|
||||
16 => [
|
||||
'id' => 1000017,
|
||||
'href' => 'queue',
|
||||
'title' => 'My Queue',
|
||||
'newwindow' => 0,
|
||||
'tooltip' => 'View Your Queue.',
|
||||
'role' => 1,
|
||||
'ordinal' => 0,
|
||||
'menueval' => '',
|
||||
],
|
||||
17 => [
|
||||
'id' => 1000018,
|
||||
'href' => 'forum',
|
||||
'title' => 'Forum',
|
||||
'newwindow' => 0,
|
||||
'tooltip' => 'Browse Forum.',
|
||||
'role' => 1,
|
||||
'ordinal' => 85,
|
||||
'menueval' => '',
|
||||
],
|
||||
18 => [
|
||||
'id' => 1000019,
|
||||
'href' => 'login',
|
||||
'title' => 'Login',
|
||||
'newwindow' => 0,
|
||||
'tooltip' => 'Login.',
|
||||
'role' => 0,
|
||||
'ordinal' => 100,
|
||||
'menueval' => '',
|
||||
],
|
||||
19 => [
|
||||
'id' => 1000020,
|
||||
'href' => 'register',
|
||||
'title' => 'Register',
|
||||
'newwindow' => 0,
|
||||
'tooltip' => 'Register.',
|
||||
'role' => 0,
|
||||
'ordinal' => 110,
|
||||
'menueval' => '',
|
||||
],
|
||||
20 => [
|
||||
'id' => 1000021,
|
||||
'href' => 'newposterwall',
|
||||
'title' => 'New Releases',
|
||||
'newwindow' => 0,
|
||||
'tooltip' => 'Newest Releases Poster Wall',
|
||||
'role' => 1,
|
||||
'ordinal' => 11,
|
||||
'menueval' => '',
|
||||
],
|
||||
21 => [
|
||||
'id' => 1000022,
|
||||
'href' => 'content',
|
||||
'title' => 'Contents page',
|
||||
'newwindow' => 0,
|
||||
'tooltip' => 'Administrator messages for users.',
|
||||
'role' => 1,
|
||||
'ordinal' => 14,
|
||||
'menueval' => '',
|
||||
],
|
||||
]);
|
||||
}
|
||||
}
|
||||
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@@ -1,469 +0,0 @@
|
||||
<?php
|
||||
|
||||
use Illuminate\Database\Seeder;
|
||||
|
||||
class TmuxTableSeeder extends Seeder
|
||||
{
|
||||
/**
|
||||
* Auto generated seed file.
|
||||
*
|
||||
* @return void
|
||||
*/
|
||||
public function run()
|
||||
{
|
||||
\DB::table('tmux')->delete();
|
||||
|
||||
\DB::table('tmux')->insert([
|
||||
0 => [
|
||||
'id' => 1,
|
||||
'setting' => 'defrag_cache',
|
||||
'value' => '900',
|
||||
'updateddate' => '',
|
||||
],
|
||||
1 => [
|
||||
'id' => 2,
|
||||
'setting' => 'monitor_delay',
|
||||
'value' => '30',
|
||||
'updateddate' => '',
|
||||
],
|
||||
2 => [
|
||||
'id' => 3,
|
||||
'setting' => 'tmux_session',
|
||||
'value' => 'nntmux',
|
||||
'updateddate' => '',
|
||||
],
|
||||
3 => [
|
||||
'id' => 4,
|
||||
'setting' => 'niceness',
|
||||
'value' => '19',
|
||||
'updateddate' => '',
|
||||
],
|
||||
4 => [
|
||||
'id' => 5,
|
||||
'setting' => 'binaries',
|
||||
'value' => '2',
|
||||
'updateddate' => '',
|
||||
],
|
||||
5 => [
|
||||
'id' => 6,
|
||||
'setting' => 'backfill',
|
||||
'value' => '0',
|
||||
'updateddate' => '',
|
||||
],
|
||||
6 => [
|
||||
'id' => 7,
|
||||
'setting' => 'import',
|
||||
'value' => '0',
|
||||
'updateddate' => '',
|
||||
],
|
||||
7 => [
|
||||
'id' => 8,
|
||||
'setting' => 'nzbs',
|
||||
'value' => '/path/to/nzbs',
|
||||
'updateddate' => '',
|
||||
],
|
||||
8 => [
|
||||
'id' => 9,
|
||||
'setting' => 'running',
|
||||
'value' => '0',
|
||||
'updateddate' => '',
|
||||
],
|
||||
9 => [
|
||||
'id' => 10,
|
||||
'setting' => 'sequential',
|
||||
'value' => '0',
|
||||
'updateddate' => '',
|
||||
],
|
||||
10 => [
|
||||
'id' => 11,
|
||||
'setting' => 'nfos',
|
||||
'value' => '0',
|
||||
'updateddate' => '',
|
||||
],
|
||||
11 => [
|
||||
'id' => 12,
|
||||
'setting' => 'post',
|
||||
'value' => '3',
|
||||
'updateddate' => '',
|
||||
],
|
||||
12 => [
|
||||
'id' => 13,
|
||||
'setting' => 'releases',
|
||||
'value' => '1',
|
||||
'updateddate' => '',
|
||||
],
|
||||
13 => [
|
||||
'id' => 14,
|
||||
'setting' => 'releases_threaded',
|
||||
'value' => '0',
|
||||
'updateddate' => '',
|
||||
],
|
||||
14 => [
|
||||
'id' => 15,
|
||||
'setting' => 'fix_names',
|
||||
'value' => '1',
|
||||
'updateddate' => '',
|
||||
],
|
||||
15 => [
|
||||
'id' => 16,
|
||||
'setting' => 'seq_timer',
|
||||
'value' => '30',
|
||||
'updateddate' => '',
|
||||
],
|
||||
16 => [
|
||||
'id' => 17,
|
||||
'setting' => 'bins_timer',
|
||||
'value' => '30',
|
||||
'updateddate' => '',
|
||||
],
|
||||
17 => [
|
||||
'id' => 18,
|
||||
'setting' => 'back_timer',
|
||||
'value' => '30',
|
||||
'updateddate' => '',
|
||||
],
|
||||
18 => [
|
||||
'id' => 19,
|
||||
'setting' => 'import_timer',
|
||||
'value' => '30',
|
||||
'updateddate' => '',
|
||||
],
|
||||
19 => [
|
||||
'id' => 20,
|
||||
'setting' => 'rel_timer',
|
||||
'value' => '30',
|
||||
'updateddate' => '',
|
||||
],
|
||||
20 => [
|
||||
'id' => 21,
|
||||
'setting' => 'fix_timer',
|
||||
'value' => '30',
|
||||
'updateddate' => '',
|
||||
],
|
||||
21 => [
|
||||
'id' => 22,
|
||||
'setting' => 'post_timer',
|
||||
'value' => '30',
|
||||
'updateddate' => '',
|
||||
],
|
||||
22 => [
|
||||
'id' => 23,
|
||||
'setting' => 'import_bulk',
|
||||
'value' => '0',
|
||||
'updateddate' => '',
|
||||
],
|
||||
23 => [
|
||||
'id' => 24,
|
||||
'setting' => 'backfill_qty',
|
||||
'value' => '100000',
|
||||
'updateddate' => '',
|
||||
],
|
||||
24 => [
|
||||
'id' => 25,
|
||||
'setting' => 'collections_kill',
|
||||
'value' => '0',
|
||||
'updateddate' => '',
|
||||
],
|
||||
25 => [
|
||||
'id' => 26,
|
||||
'setting' => 'postprocess_kill',
|
||||
'value' => '0',
|
||||
'updateddate' => '',
|
||||
],
|
||||
26 => [
|
||||
'id' => 27,
|
||||
'setting' => 'crap_timer',
|
||||
'value' => '30',
|
||||
'updateddate' => '',
|
||||
],
|
||||
27 => [
|
||||
'id' => 28,
|
||||
'setting' => 'fix_crap',
|
||||
'value' => 'nzb',
|
||||
'updateddate' => '',
|
||||
],
|
||||
28 => [
|
||||
'id' => 29,
|
||||
'setting' => 'tv_timer',
|
||||
'value' => '43200',
|
||||
'updateddate' => '',
|
||||
],
|
||||
29 => [
|
||||
'id' => 30,
|
||||
'setting' => 'update_tv',
|
||||
'value' => '0',
|
||||
'updateddate' => '',
|
||||
],
|
||||
30 => [
|
||||
'id' => 31,
|
||||
'setting' => 'htop',
|
||||
'value' => '0',
|
||||
'updateddate' => '',
|
||||
],
|
||||
31 => [
|
||||
'id' => 32,
|
||||
'setting' => 'nmon',
|
||||
'value' => '0',
|
||||
'updateddate' => '',
|
||||
],
|
||||
32 => [
|
||||
'id' => 33,
|
||||
'setting' => 'bwmng',
|
||||
'value' => '0',
|
||||
'updateddate' => '',
|
||||
],
|
||||
33 => [
|
||||
'id' => 34,
|
||||
'setting' => 'mytop',
|
||||
'value' => '0',
|
||||
'updateddate' => '',
|
||||
],
|
||||
34 => [
|
||||
'id' => 35,
|
||||
'setting' => 'console',
|
||||
'value' => '0',
|
||||
'updateddate' => '',
|
||||
],
|
||||
35 => [
|
||||
'id' => 36,
|
||||
'setting' => 'vnstat',
|
||||
'value' => '0',
|
||||
'updateddate' => '',
|
||||
],
|
||||
36 => [
|
||||
'id' => 37,
|
||||
'setting' => 'vnstat_args',
|
||||
'value' => '',
|
||||
'updateddate' => '',
|
||||
],
|
||||
37 => [
|
||||
'id' => 38,
|
||||
'setting' => 'tcptrack',
|
||||
'value' => '0',
|
||||
'updateddate' => '2',
|
||||
],
|
||||
38 => [
|
||||
'id' => 39,
|
||||
'setting' => 'tcptrack_args',
|
||||
'value' => '-i eth0 port 443',
|
||||
'updateddate' => '',
|
||||
],
|
||||
39 => [
|
||||
'id' => 40,
|
||||
'setting' => 'backfill_groups',
|
||||
'value' => '4',
|
||||
'updateddate' => '',
|
||||
],
|
||||
40 => [
|
||||
'id' => 41,
|
||||
'setting' => 'post_kill_timer',
|
||||
'value' => '300',
|
||||
'updateddate' => '',
|
||||
],
|
||||
41 => [
|
||||
'id' => 42,
|
||||
'setting' => 'optimize',
|
||||
'value' => '0',
|
||||
'updateddate' => '',
|
||||
],
|
||||
42 => [
|
||||
'id' => 43,
|
||||
'setting' => 'optimize_timer',
|
||||
'value' => '86400',
|
||||
'updateddate' => '',
|
||||
],
|
||||
43 => [
|
||||
'id' => 44,
|
||||
'setting' => 'monitor_path',
|
||||
'value' => '',
|
||||
'updateddate' => '',
|
||||
],
|
||||
44 => [
|
||||
'id' => 45,
|
||||
'setting' => 'write_logs',
|
||||
'value' => '0',
|
||||
'updateddate' => '',
|
||||
],
|
||||
45 => [
|
||||
'id' => 46,
|
||||
'setting' => 'sorter',
|
||||
'value' => '0',
|
||||
'updateddate' => '',
|
||||
],
|
||||
46 => [
|
||||
'id' => 47,
|
||||
'setting' => 'sorter_timer',
|
||||
'value' => '30',
|
||||
'updateddate' => '',
|
||||
],
|
||||
47 => [
|
||||
'id' => 48,
|
||||
'setting' => 'powerline',
|
||||
'value' => '0',
|
||||
'updateddate' => '',
|
||||
],
|
||||
48 => [
|
||||
'id' => 49,
|
||||
'setting' => 'patchdb',
|
||||
'value' => '0',
|
||||
'updateddate' => '',
|
||||
],
|
||||
49 => [
|
||||
'id' => 50,
|
||||
'setting' => 'patchdb_timer',
|
||||
'value' => '21600',
|
||||
'updateddate' => '',
|
||||
],
|
||||
50 => [
|
||||
'id' => 51,
|
||||
'setting' => 'progressive',
|
||||
'value' => '0',
|
||||
'updateddate' => '',
|
||||
],
|
||||
51 => [
|
||||
'id' => 52,
|
||||
'setting' => 'dehash',
|
||||
'value' => '3',
|
||||
'updateddate' => '',
|
||||
],
|
||||
52 => [
|
||||
'id' => 53,
|
||||
'setting' => 'dehash_timer',
|
||||
'value' => '30',
|
||||
'updateddate' => '',
|
||||
],
|
||||
53 => [
|
||||
'id' => 54,
|
||||
'setting' => 'backfill_order',
|
||||
'value' => '2',
|
||||
'updateddate' => '',
|
||||
],
|
||||
54 => [
|
||||
'id' => 55,
|
||||
'setting' => 'backfill_days',
|
||||
'value' => '1',
|
||||
'updateddate' => '',
|
||||
],
|
||||
55 => [
|
||||
'id' => 56,
|
||||
'setting' => 'post_amazon',
|
||||
'value' => '1',
|
||||
'updateddate' => '',
|
||||
],
|
||||
56 => [
|
||||
'id' => 57,
|
||||
'setting' => 'post_non',
|
||||
'value' => '1',
|
||||
'updateddate' => '',
|
||||
],
|
||||
57 => [
|
||||
'id' => 58,
|
||||
'setting' => 'post_timer_amazon',
|
||||
'value' => '30',
|
||||
'updateddate' => '',
|
||||
],
|
||||
58 => [
|
||||
'id' => 59,
|
||||
'setting' => 'post_timer_non',
|
||||
'value' => '30',
|
||||
'updateddate' => '',
|
||||
],
|
||||
59 => [
|
||||
'id' => 60,
|
||||
'setting' => 'colors_start',
|
||||
'value' => '1',
|
||||
'updateddate' => '',
|
||||
],
|
||||
60 => [
|
||||
'id' => 61,
|
||||
'setting' => 'colors_end',
|
||||
'value' => '250',
|
||||
'updateddate' => '',
|
||||
],
|
||||
61 => [
|
||||
'id' => 62,
|
||||
'setting' => 'colors_exc',
|
||||
'value' => '4, 8, 9, 11, 15, 16, 17, 18, 19, 46, 47, 48, 49, 50, 51, 52, 53, 59, 60',
|
||||
'updateddate' => '',
|
||||
],
|
||||
62 => [
|
||||
'id' => 63,
|
||||
'setting' => 'monitor_path_a',
|
||||
'value' => '',
|
||||
'updateddate' => '',
|
||||
],
|
||||
63 => [
|
||||
'id' => 64,
|
||||
'setting' => 'monitor_path_b',
|
||||
'value' => '',
|
||||
'updateddate' => '',
|
||||
],
|
||||
64 => [
|
||||
'id' => 65,
|
||||
'setting' => 'colors',
|
||||
'value' => '0',
|
||||
'updateddate' => '',
|
||||
],
|
||||
65 => [
|
||||
'id' => 66,
|
||||
'setting' => 'showquery',
|
||||
'value' => '0',
|
||||
'updateddate' => '',
|
||||
],
|
||||
66 => [
|
||||
'id' => 67,
|
||||
'setting' => 'fix_crap_opt',
|
||||
'value' => 'Custom',
|
||||
'updateddate' => '',
|
||||
],
|
||||
67 => [
|
||||
'id' => 68,
|
||||
'setting' => 'showprocesslist',
|
||||
'value' => '0',
|
||||
'updateddate' => '',
|
||||
],
|
||||
68 => [
|
||||
'id' => 69,
|
||||
'setting' => 'processupdate',
|
||||
'value' => '2',
|
||||
'updateddate' => '',
|
||||
],
|
||||
69 => [
|
||||
'id' => 70,
|
||||
'setting' => 'run_ircscraper',
|
||||
'value' => '0',
|
||||
'updateddate' => '',
|
||||
],
|
||||
70 => [
|
||||
'id' => 71,
|
||||
'setting' => 'run_sharing',
|
||||
'value' => '0',
|
||||
'updateddate' => '',
|
||||
],
|
||||
71 => [
|
||||
'id' => 72,
|
||||
'setting' => 'sharing_timer',
|
||||
'value' => '60',
|
||||
'updateddate' => '',
|
||||
],
|
||||
72 => [
|
||||
'id' => 73,
|
||||
'setting' => 'import_count',
|
||||
'value' => '50000',
|
||||
'updateddate' => '',
|
||||
],
|
||||
73 => [
|
||||
'id' => 74,
|
||||
'setting' => 'debuginfo',
|
||||
'value' => '0',
|
||||
'updateddate' => '',
|
||||
],
|
||||
74 => [
|
||||
'id' => 75,
|
||||
'setting' => 'bins_kill_timer',
|
||||
'value' => '1',
|
||||
'updateddate' => '',
|
||||
],
|
||||
]);
|
||||
}
|
||||
}
|
||||
@@ -1,79 +0,0 @@
|
||||
<?php
|
||||
|
||||
use Illuminate\Database\Seeder;
|
||||
|
||||
class UserRolesTableSeeder extends Seeder
|
||||
{
|
||||
/**
|
||||
* Auto generated seed file.
|
||||
*
|
||||
* @return void
|
||||
*/
|
||||
public function run()
|
||||
{
|
||||
\DB::table('user_roles')->delete();
|
||||
|
||||
\DB::table('user_roles')->insert([
|
||||
0 => [
|
||||
'id' => 0,
|
||||
'name' => 'Guest',
|
||||
'apirequests' => 0,
|
||||
'downloadrequests' => 0,
|
||||
'defaultinvites' => 0,
|
||||
'isdefault' => 0,
|
||||
'canpreview' => 0,
|
||||
'hideads' => 0,
|
||||
],
|
||||
1 => [
|
||||
'id' => 1,
|
||||
'name' => 'User',
|
||||
'apirequests' => 10,
|
||||
'downloadrequests' => 10,
|
||||
'defaultinvites' => 1,
|
||||
'isdefault' => 1,
|
||||
'canpreview' => 0,
|
||||
'hideads' => 0,
|
||||
],
|
||||
2 => [
|
||||
'id' => 2,
|
||||
'name' => 'Admin',
|
||||
'apirequests' => 1000,
|
||||
'downloadrequests' => 1000,
|
||||
'defaultinvites' => 1000,
|
||||
'isdefault' => 0,
|
||||
'canpreview' => 1,
|
||||
'hideads' => 0,
|
||||
],
|
||||
3 => [
|
||||
'id' => 3,
|
||||
'name' => 'Disabled',
|
||||
'apirequests' => 0,
|
||||
'downloadrequests' => 0,
|
||||
'defaultinvites' => 0,
|
||||
'isdefault' => 0,
|
||||
'canpreview' => 0,
|
||||
'hideads' => 0,
|
||||
],
|
||||
4 => [
|
||||
'id' => 4,
|
||||
'name' => 'Moderator',
|
||||
'apirequests' => 1000,
|
||||
'downloadrequests' => 1000,
|
||||
'defaultinvites' => 1000,
|
||||
'isdefault' => 0,
|
||||
'canpreview' => 1,
|
||||
'hideads' => 0,
|
||||
],
|
||||
5 => [
|
||||
'id' => 5,
|
||||
'name' => 'Friend',
|
||||
'apirequests' => 100,
|
||||
'downloadrequests' => 100,
|
||||
'defaultinvites' => 5,
|
||||
'isdefault' => 0,
|
||||
'canpreview' => 1,
|
||||
'hideads' => 0,
|
||||
],
|
||||
]);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user