ani-web 1.5.8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of ani-web might be problematic. Click here for more details.

Files changed (79) hide show
  1. package/LICENSE +21 -0
  2. package/README.md +174 -0
  3. package/client/dist/assets/AnimeInfo-C7DQp7Oo.js +1 -0
  4. package/client/dist/assets/AnimeInfo-Sb3YiXHJ.css +1 -0
  5. package/client/dist/assets/AnimeInfoPage-DJA7AJQ8.js +2 -0
  6. package/client/dist/assets/Button-Fq9KaUOg.css +1 -0
  7. package/client/dist/assets/Button-o0l9V_NG.js +1 -0
  8. package/client/dist/assets/ErrorMessage-Ddf2zmRx.js +1 -0
  9. package/client/dist/assets/ErrorMessage-FOxXyZC9.css +1 -0
  10. package/client/dist/assets/Home-CKHJA97j.css +1 -0
  11. package/client/dist/assets/Home-Dey0azy1.js +1 -0
  12. package/client/dist/assets/Insights-BSRcCkDs.css +1 -0
  13. package/client/dist/assets/Insights-CogjPOd_.js +1 -0
  14. package/client/dist/assets/MAL-CYArH4yf.js +1 -0
  15. package/client/dist/assets/MAL-DeQNXXPx.css +1 -0
  16. package/client/dist/assets/Player-BWFN9gud.js +9 -0
  17. package/client/dist/assets/Player-CBCYW7uG.css +1 -0
  18. package/client/dist/assets/PlayerSettings-BgStUrrP.css +1 -0
  19. package/client/dist/assets/PlayerSettings-rWZuATQf.js +1 -0
  20. package/client/dist/assets/RemoveConfirmationModal-BBiogSdf.css +1 -0
  21. package/client/dist/assets/RemoveConfirmationModal-CLYqyGOv.js +1 -0
  22. package/client/dist/assets/Search-DZAWgKwq.js +1 -0
  23. package/client/dist/assets/Search-lWsVQ0Ke.css +1 -0
  24. package/client/dist/assets/Settings-Bv9fX-x3.css +1 -0
  25. package/client/dist/assets/Settings-DyisJGeD.js +1 -0
  26. package/client/dist/assets/ToggleSwitch-CLnWnAuY.js +1 -0
  27. package/client/dist/assets/ToggleSwitch-DInRb7iM.css +1 -0
  28. package/client/dist/assets/Watchlist-2dVYksxq.css +1 -0
  29. package/client/dist/assets/Watchlist-CuqJISI3.js +1 -0
  30. package/client/dist/assets/hls.light-DcbkToIY.js +27 -0
  31. package/client/dist/assets/index-BK_Zaqaw.css +1 -0
  32. package/client/dist/assets/index-CHVF4D4L.js +178 -0
  33. package/client/dist/assets/useAnimeInfoData-Cr58brCY.js +1 -0
  34. package/client/dist/assets/useIsMobile-gHo4t6g6.js +1 -0
  35. package/client/dist/assets/vendor-DdbgYKo4.js +3 -0
  36. package/client/dist/favicon.ico +0 -0
  37. package/client/dist/index.html +35 -0
  38. package/client/dist/logo.png +0 -0
  39. package/client/dist/placeholder.svg +4 -0
  40. package/client/dist/robots.txt +3 -0
  41. package/client/package.json +54 -0
  42. package/orchestrator.js +302 -0
  43. package/package.json +69 -0
  44. package/server/dist/config.js +86 -0
  45. package/server/dist/constants.json +1359 -0
  46. package/server/dist/controllers/auth.controller.js +213 -0
  47. package/server/dist/controllers/data.controller.js +126 -0
  48. package/server/dist/controllers/insights.controller.js +125 -0
  49. package/server/dist/controllers/proxy.controller.js +235 -0
  50. package/server/dist/controllers/settings.controller.js +147 -0
  51. package/server/dist/controllers/watchlist.controller.js +499 -0
  52. package/server/dist/db.js +231 -0
  53. package/server/dist/github-sync.js +279 -0
  54. package/server/dist/google.js +274 -0
  55. package/server/dist/logger.js +21 -0
  56. package/server/dist/providers/123anime.provider.js +229 -0
  57. package/server/dist/providers/allanime.provider.js +773 -0
  58. package/server/dist/providers/animepahe.provider.js +313 -0
  59. package/server/dist/providers/animeya.provider.js +799 -0
  60. package/server/dist/providers/provider.interface.js +2 -0
  61. package/server/dist/rclone.js +126 -0
  62. package/server/dist/repositories/insights.repository.js +30 -0
  63. package/server/dist/repositories/notifications.repository.js +22 -0
  64. package/server/dist/repositories/settings.repository.js +13 -0
  65. package/server/dist/repositories/shows-meta.repository.js +39 -0
  66. package/server/dist/repositories/watched-episodes.repository.js +60 -0
  67. package/server/dist/repositories/watchlist.repository.js +49 -0
  68. package/server/dist/routes/auth.routes.js +23 -0
  69. package/server/dist/routes/data.routes.js +43 -0
  70. package/server/dist/routes/insights.routes.js +11 -0
  71. package/server/dist/routes/proxy.routes.js +13 -0
  72. package/server/dist/routes/settings.routes.js +26 -0
  73. package/server/dist/routes/watchlist.routes.js +26 -0
  74. package/server/dist/server.js +179 -0
  75. package/server/dist/sync-config.js +28 -0
  76. package/server/dist/sync.js +383 -0
  77. package/server/dist/utils/db-utils.js +36 -0
  78. package/server/dist/utils/env.utils.js +70 -0
  79. package/server/package.json +54 -0
@@ -0,0 +1,1359 @@
1
+ {
2
+ "genres": [
3
+ "Action",
4
+ "Adventure",
5
+ "Cars",
6
+ "Comedy",
7
+ "Dementia",
8
+ "Demons",
9
+ "Drama",
10
+ "Fantasy",
11
+ "Game",
12
+ "Harem",
13
+ "Historical",
14
+ "Horror",
15
+ "Isekai",
16
+ "Romance",
17
+ "Psychological",
18
+ "Police",
19
+ "Parody",
20
+ "Mystery",
21
+ "Music",
22
+ "Military",
23
+ "Mecha",
24
+ "Kids",
25
+ "Josei",
26
+ "Magic",
27
+ "Martial Arts",
28
+ "Super Power",
29
+ "Sports",
30
+ "Space",
31
+ "Slice of Life",
32
+ "Shounen Ai",
33
+ "Shounen",
34
+ "Shoujo Ai",
35
+ "Shoujo",
36
+ "Seinen",
37
+ "Sci-Fi",
38
+ "School",
39
+ "Samurai",
40
+ "Yuri",
41
+ "Yaoi",
42
+ "Vampire",
43
+ "Unknown",
44
+ "Thriller",
45
+ "Ecchi"
46
+ ],
47
+ "tags": [
48
+ "Meta",
49
+ "Kemonomimi",
50
+ "Doctor",
51
+ "Time Skip",
52
+ "Primarily Child Cast",
53
+ "Photography",
54
+ "Parkour",
55
+ "Primarily Male Cast",
56
+ "Vore",
57
+ "College",
58
+ "Medieval",
59
+ "Masochism",
60
+ "Class Struggle",
61
+ "Polyamorous",
62
+ "Exhibitionism",
63
+ "Urban",
64
+ "Military",
65
+ "Fugitive",
66
+ "Monster Boy",
67
+ "Shrine Maiden",
68
+ "Work",
69
+ "Aromantic",
70
+ "Ojou-sama",
71
+ "Office Lady",
72
+ "Real Robot",
73
+ "War",
74
+ "Crime",
75
+ "Kuudere",
76
+ "Language Barrier",
77
+ "Samurai",
78
+ "Pirates",
79
+ "Card Battle",
80
+ "Prison",
81
+ "Scuba Diving",
82
+ "Shapeshifting",
83
+ "Medicine",
84
+ "Mixed Gender Harem",
85
+ "Ninja",
86
+ "School Life",
87
+ "Monster Girl",
88
+ "Episodic",
89
+ "Yakuza",
90
+ "Disability",
91
+ "Assassins",
92
+ "Anachronism",
93
+ "Fairy",
94
+ "Archery",
95
+ "Skeleton",
96
+ "Weak to Strong",
97
+ "Slapstick",
98
+ "Witch",
99
+ "Mermaid",
100
+ "Tragedy",
101
+ "Parenthood",
102
+ "Anthropomorphism",
103
+ "Otaku Culture",
104
+ "Memory Manipulation",
105
+ "Revenge",
106
+ "Noir",
107
+ "Time Loop",
108
+ "Time Manipulation",
109
+ "Primarily Female Cast",
110
+ "Desert",
111
+ "Travel",
112
+ "Male Harem",
113
+ "Exorcism",
114
+ "Dystopian",
115
+ "Cosplay",
116
+ "Rotoscoping",
117
+ "Op-Mc",
118
+ "Amnesia",
119
+ "Coming of Age",
120
+ "Philosophy",
121
+ "Cultivation",
122
+ "Male Protagonist",
123
+ "Boarding School",
124
+ "Tsundere",
125
+ "Bar",
126
+ "Historical",
127
+ "POV",
128
+ "Virtual World",
129
+ "Hikikomori",
130
+ "CGI",
131
+ "Robots",
132
+ "Suicide",
133
+ "Agriculture",
134
+ "Cute Boys Doing Cute Things",
135
+ "Motorcycles",
136
+ "Mature",
137
+ "Age Gap",
138
+ "Body Horror",
139
+ "Guns",
140
+ "Henshin",
141
+ "Denpa",
142
+ "Female Protagonist",
143
+ "Swordplay",
144
+ "Surreal Comedy",
145
+ "Death Game",
146
+ "Shounen",
147
+ "Vampire",
148
+ "Femboy",
149
+ "Iyashikei",
150
+ "Slavery",
151
+ "System",
152
+ "Gender Bending",
153
+ "Transgender",
154
+ "Crossdressing",
155
+ "Urban Fantasy",
156
+ "Exhibitionism",
157
+ "Drugs",
158
+ "Primarily Adult Cast",
159
+ "Steampunk",
160
+ "Magic",
161
+ "Super Power",
162
+ "Acting",
163
+ "Alchemy",
164
+ "Female Harem",
165
+ "School Club",
166
+ "Virginity",
167
+ "Yuri",
168
+ "Kaiju",
169
+ "Boys' Love",
170
+ "Goblin",
171
+ "Surfing",
172
+ "Dissociative Identities",
173
+ "Unrequited Love",
174
+ "Crossover",
175
+ "Anthology",
176
+ "Dancing",
177
+ "Rehabilitation",
178
+ "Espionage",
179
+ "Parody",
180
+ "Ensemble Cast",
181
+ "Curses",
182
+ "Survival",
183
+ "Alternate Universe",
184
+ "Cohabitation",
185
+ "Fashion",
186
+ "Police",
187
+ "Satire",
188
+ "Artificial Intelligence",
189
+ "Youkai",
190
+ "Found Family",
191
+ "Educational",
192
+ "Criminal Organization",
193
+ "Creature Taming",
194
+ "Xuanhuan",
195
+ "Shoujo",
196
+ "Royal Affairs",
197
+ "Achronological Order",
198
+ "Vikings",
199
+ "Hypersexuality",
200
+ "Sadism",
201
+ "Chibi",
202
+ "Werewolf",
203
+ "Conspiracy",
204
+ "Age Regression",
205
+ "Delinquents",
206
+ "Battle Royale",
207
+ "Cute Girls Doing Cute Things",
208
+ "Seinen",
209
+ "Lost Civilization",
210
+ "Chuunibyou",
211
+ "Clone",
212
+ "Eco-Horror",
213
+ "Cyborg",
214
+ "Cosmic Horror",
215
+ "Konbini",
216
+ "Post-Apocalyptic",
217
+ "Overpowered Protagonist",
218
+ "Food",
219
+ "Family Life",
220
+ "School",
221
+ "Demons",
222
+ "Primarily Teen Cast",
223
+ "Inseki",
224
+ "Josei",
225
+ "Anti-Hero",
226
+ "Marriage",
227
+ "Necromancy",
228
+ "Cheat Systems",
229
+ "Tanned Skin",
230
+ "Transmigration",
231
+ "Reincarnation",
232
+ "Video Games",
233
+ "Adaptation",
234
+ "Maids",
235
+ "Space Opera",
236
+ "Snowscape",
237
+ "Cult",
238
+ "Afterlife",
239
+ "Tokusatsu",
240
+ "Torture",
241
+ "Bullying",
242
+ "Gore",
243
+ "Dragons",
244
+ "Band",
245
+ "Politics",
246
+ "Terrorism",
247
+ "Superhero",
248
+ "Elf",
249
+ "Manhua",
250
+ "Outdoor",
251
+ "Gyaru",
252
+ "Full Color",
253
+ "Femdom",
254
+ "Nekomimi",
255
+ "Body Swapping",
256
+ "Cheat Skill/s",
257
+ "Pill Refinement",
258
+ "Succubus",
259
+ "Tomboy",
260
+ "Martial Arts",
261
+ "Religion",
262
+ "Kingdom Management",
263
+ "Dungeon",
264
+ "Love Triangle",
265
+ "Mixed Media",
266
+ "Psychosexual",
267
+ "Football",
268
+ "Idol",
269
+ "Agender",
270
+ "Drawing",
271
+ "Basketball",
272
+ "Zombie",
273
+ "Restaurant",
274
+ "Gods",
275
+ "Aliens",
276
+ "Full CGI",
277
+ "Open to Interpretation",
278
+ "VTuber",
279
+ "Fake Relationship",
280
+ "Aviation",
281
+ "Table Tennis",
282
+ "Cyberpunk",
283
+ "Twins",
284
+ "Hot-Blood",
285
+ "Villainess",
286
+ "Mythology",
287
+ "Volleyball",
288
+ "Sumo",
289
+ "Monsters",
290
+ "Ghost",
291
+ "Detective",
292
+ "Super Robot",
293
+ "Economics",
294
+ "Software Development",
295
+ "Astronomy",
296
+ "Feet",
297
+ "Isekai",
298
+ "Airsoft",
299
+ "Angels",
300
+ "Cannibalism",
301
+ "Animals",
302
+ "Homeless",
303
+ "Orphan",
304
+ "Arranged Marriage",
305
+ "Adoption",
306
+ "Gangs",
307
+ "Butler",
308
+ "Wrestling",
309
+ "Yandere",
310
+ "Trains",
311
+ "Foreign",
312
+ "Teacher",
313
+ "Proxy Battle",
314
+ "Ships",
315
+ "Kids",
316
+ "Fairy Tale",
317
+ "Monster Tamer",
318
+ "Mahjong",
319
+ "Boxing",
320
+ "Space",
321
+ "Environmental",
322
+ "Game Elements",
323
+ "China Cultivation Gangs",
324
+ "Wuxia",
325
+ "Cars",
326
+ "Tanks",
327
+ "Fitness",
328
+ "Estranged Family",
329
+ "Ancient China",
330
+ "Outdoor Activities",
331
+ "Athletics",
332
+ "Spearplay",
333
+ "Rural",
334
+ "Autobiographical",
335
+ "Funny",
336
+ "Firefighters",
337
+ "Calligraphy",
338
+ "Invincible",
339
+ "Zoophilia",
340
+ "Gambling",
341
+ "Classic Literature",
342
+ "Mafia",
343
+ "Pandemic",
344
+ "Ice Skating",
345
+ "Baseball",
346
+ "Golf",
347
+ "E-Sports",
348
+ "Cycling",
349
+ "Inn",
350
+ "Youth",
351
+ "Body Swap/s",
352
+ "Rock Music",
353
+ "Musical Theater",
354
+ "Vocal synth",
355
+ "Adult",
356
+ "Dullahan",
357
+ "Fat Male Lead",
358
+ "Beast",
359
+ "Musical",
360
+ "Dinosaurs",
361
+ "Time Rewind",
362
+ "Immortality",
363
+ "Go",
364
+ "Shogi",
365
+ "LGBTQ+ Themes",
366
+ "Rakugo",
367
+ "Skateboarding",
368
+ "Primarily Animal Cast",
369
+ "Transported to Another World",
370
+ "Writing",
371
+ "Centaur",
372
+ "Fat Protagonist",
373
+ "Manga",
374
+ "Blood",
375
+ "Swimming",
376
+ "Nun",
377
+ "Advertisement",
378
+ "Protagonist",
379
+ "Achromatic",
380
+ "Augmented Reality",
381
+ "Poisons",
382
+ "Swords fight",
383
+ "Reborn",
384
+ "Reincarnated",
385
+ "Old to Young",
386
+ "Past Plays a Big Role",
387
+ "Rebirth",
388
+ "Strong to Overpowered",
389
+ "Travelling Between Worlds",
390
+ "Circus",
391
+ "Stop Motion",
392
+ "Strong Protagonist",
393
+ "Makeup",
394
+ "Pretending Male Lead",
395
+ "Puppetry",
396
+ "Vengeance",
397
+ "Gender Swapped Character/s",
398
+ "Xianxia",
399
+ "4-koma",
400
+ "Gender Bender",
401
+ "Medicines",
402
+ "Power Fantasy",
403
+ "Villain",
404
+ "Overpowered Male Lead",
405
+ "Modern Era",
406
+ "Transmigrated into Another World",
407
+ "No Dialogue",
408
+ "Chimera",
409
+ "Video Game",
410
+ "Flash",
411
+ "Biographical",
412
+ "Metal Music",
413
+ "Fanatsy",
414
+ "Time Travel",
415
+ "Pretending Character/s",
416
+ "Rescue",
417
+ "Dark Fantasy",
418
+ "Betrayal"
419
+ ],
420
+ "studios": [
421
+ "Pierrot",
422
+ "Nexus",
423
+ "C2C",
424
+ "SynergySP",
425
+ "Toei Animation",
426
+ "Science SARU",
427
+ "Studio A-CAT",
428
+ "Artland",
429
+ "TMS Entertainment",
430
+ "Liber",
431
+ "Zero-G",
432
+ "Studio MOTHER",
433
+ "David Production",
434
+ "P.A. Works",
435
+ "Thundray",
436
+ "B.CMAY PICTURES",
437
+ "BUG FILMS",
438
+ "J.C.Staff",
439
+ "AXsiZ",
440
+ "Studio Gokumi",
441
+ "BloomZ",
442
+ "LIDENFILMS",
443
+ "Suoyi Technology",
444
+ "Sunrise",
445
+ "Asread",
446
+ "Shaft",
447
+ "Actas",
448
+ "Group TAC",
449
+ "LandQ studios",
450
+ "Staple Entertainment",
451
+ "Craftar Studios",
452
+ "Bibury Animation Studios",
453
+ "Connect",
454
+ "Millepensee",
455
+ "Studio Elle",
456
+ "Asread.",
457
+ "Doga Kobo",
458
+ "TNK",
459
+ "Bones",
460
+ "Tsumugi Akita Animation Lab",
461
+ "AHA Entertainment",
462
+ "Sharefun",
463
+ "White Fox",
464
+ "Studio Fantasia",
465
+ "Okuruto Noboru",
466
+ "Enishiya",
467
+ "Wit",
468
+ "Orange",
469
+ "Bones Film",
470
+ "Lay-duce",
471
+ "Bee Train",
472
+ "Production I.G",
473
+ "Studio Blanc.",
474
+ "CygamesPictures",
475
+ "TrioPen",
476
+ "Project No.9",
477
+ "Hoods Entertainment",
478
+ "Studio Ghibli",
479
+ "Passione",
480
+ "Trigger",
481
+ "Arvo Animation",
482
+ "Wolfsbane",
483
+ "Maho Film",
484
+ "Seven",
485
+ "CloverWorks",
486
+ "Lerche",
487
+ "Studio Hibari",
488
+ "Ufotable",
489
+ "UWAN Pictures",
490
+ "Yumeta Company",
491
+ "Studio Lings",
492
+ "Ark",
493
+ "Studio Hokiboshi",
494
+ "Manglobe",
495
+ "MAPPA",
496
+ "Green Bunny",
497
+ "Shin-Ei Animation",
498
+ "Magic Bus",
499
+ "Tamura Shigeru",
500
+ "Studio Signpost",
501
+ "GEEKTOYS",
502
+ "DRAWIZ",
503
+ "Studio Chizu",
504
+ "Viz Media",
505
+ "Ruo Hong Culture",
506
+ "Triangle Staff",
507
+ "Ordet",
508
+ "Brain's Base",
509
+ "Studio Clutch",
510
+ "OLM",
511
+ "Gainax",
512
+ "Domerica",
513
+ "AIC Spirits",
514
+ "Quad",
515
+ "Pony Canyon",
516
+ "Paper Plane Animation",
517
+ "Studio LAN",
518
+ "Sotsu",
519
+ "Studio DURIAN",
520
+ "Haoliners Animation",
521
+ "Namu Animation",
522
+ "Pandanium",
523
+ "Colored Pencil Animation",
524
+ "ILCA",
525
+ "A-1 Pictures",
526
+ "Topcraft",
527
+ "AIC",
528
+ "EMT Squared",
529
+ "Feel.",
530
+ "Studio Colorido",
531
+ "Team Yamahitsuji",
532
+ "Egg Firm",
533
+ "SILVER LINK.",
534
+ "TOHO animation",
535
+ "Arms",
536
+ "Kyoto Animation",
537
+ "Madhouse",
538
+ "Studio Bind",
539
+ "Studio DEEN",
540
+ "Studio Pierrot",
541
+ "CoMix Wave Films",
542
+ "Big Firebird Culture",
543
+ "M.S.C",
544
+ "PRA",
545
+ "Lesprit",
546
+ "8-bit",
547
+ "Xebec",
548
+ "Asmik Ace",
549
+ "Signal.MD",
550
+ "Soigne",
551
+ "Saber Works",
552
+ "Bridge",
553
+ "WonderLand",
554
+ "Studio Comet",
555
+ "Diomedéa",
556
+ "Shuka",
557
+ "Elias",
558
+ "Typhoon Graphics",
559
+ "Yostar Pictures",
560
+ "Drive",
561
+ "Revoroot",
562
+ "GARDEN",
563
+ "A-Real",
564
+ "Anima",
565
+ "Kamikaze Douga",
566
+ "TROYCA",
567
+ "Seven Arcs",
568
+ "ChuChu",
569
+ "Raiose",
570
+ "Blade",
571
+ "Xing Yi Kai Chen",
572
+ "Studio Silver",
573
+ "Tear",
574
+ "Wonder Cat Animation",
575
+ "LAN",
576
+ "Pb Animation",
577
+ "Skyloong",
578
+ "Studio 3Hz",
579
+ "Children's Playground Entertainment",
580
+ "Imagica Infos",
581
+ "Jumondou",
582
+ "C-Station",
583
+ "Ajia-do",
584
+ "Akatsuki",
585
+ "AQUA ARIS",
586
+ "Fugaku",
587
+ "DAX Production",
588
+ "DLE",
589
+ "Gonzo",
590
+ "HuaMei Animation",
591
+ "Makaria",
592
+ "Avex Entertainment",
593
+ "Genco",
594
+ "GoHands",
595
+ "Zexcs",
596
+ "Nippon Animation",
597
+ "Tatsunoko Production",
598
+ "APPP",
599
+ "Studio Gallop",
600
+ "Studio Wombat",
601
+ "Studio Signal",
602
+ "Daume",
603
+ "Studio Flad",
604
+ "CALF",
605
+ "Vasoon Animation",
606
+ "Studio Blanc",
607
+ "Teddy",
608
+ "Hayabusa Film",
609
+ "Imageworks",
610
+ "Tokyo Movie Shinsha",
611
+ "Tezuka Productions",
612
+ "HAL Film Maker",
613
+ "Studio KAI",
614
+ "Larx Entertainment",
615
+ "ABJ COMPANY",
616
+ "Telecom Animation Film",
617
+ "Studio 4°C",
618
+ "Lilix",
619
+ "Motion Magic",
620
+ "Azeta Pictures",
621
+ "Think Corporation",
622
+ "Joicy",
623
+ "LICO",
624
+ "NAZ",
625
+ "Nomad",
626
+ "The Answer",
627
+ "East Fish",
628
+ "Samsara Animation",
629
+ "Felix Film",
630
+ "CMC Media",
631
+ "Studio VOLN",
632
+ "PINE JAM",
633
+ "Asahi Production",
634
+ "Encourage Films",
635
+ "Shenman Entertainment",
636
+ "A.C.G.T.",
637
+ "Gekkou",
638
+ "Nut",
639
+ "Koei",
640
+ "BUILD DREAM",
641
+ "Anime R",
642
+ "Imagin",
643
+ "BigFireBird Animation",
644
+ "Fanworks",
645
+ "Imagineer",
646
+ "8bit",
647
+ "Chaos Project",
648
+ "Studio M2",
649
+ "Studio CANDY BOX",
650
+ "Wawayu Animation",
651
+ "BYMENT",
652
+ "Kachigarasu",
653
+ "Infinity Vision",
654
+ "LIDENFILMS Kyoto",
655
+ "Chongzhuo Animation",
656
+ "PHANTOM",
657
+ "Atelier Pontdarc",
658
+ "Sakura Create",
659
+ "Animation Do",
660
+ "Yien Animation",
661
+ "FENZ",
662
+ "Animate Film",
663
+ "Studio Palette",
664
+ "Studio Bingo",
665
+ "Studio Kikan",
666
+ "Studio Kyuuma",
667
+ "CoMix Wave",
668
+ "Djinn Power",
669
+ "D.ROCK-ART",
670
+ "Ashi Productions",
671
+ "Yokohama Animation Laboratory",
672
+ "Fortes",
673
+ "HORNETS",
674
+ "Bouncy",
675
+ "Sunflowers",
676
+ "Haoliners Animation League",
677
+ "TV Tokyo",
678
+ "Sprite Animation Studios",
679
+ "Flying Fish",
680
+ "Digital Network Animation",
681
+ "Production IMS",
682
+ "Shirogumi",
683
+ "Hotline",
684
+ "Issen",
685
+ "Studio Moriken",
686
+ "Miyu Productions",
687
+ "Yokohama Animation Lab",
688
+ "Visual Flight",
689
+ "Gallop",
690
+ "GARDEN Culture",
691
+ "Lapin Track",
692
+ "Monofilmo",
693
+ "Qingxiang Culture",
694
+ "Sunrise Beyond",
695
+ "Geek Toys",
696
+ "Fairy Tale Co.",
697
+ "AIC ASTA",
698
+ "Tianshi Wenhua",
699
+ "Success Corp.",
700
+ "PPM",
701
+ "Pastel",
702
+ "Square Enix",
703
+ "Zero-G Room",
704
+ "Cloud Art",
705
+ "Studio Khara",
706
+ "Plum",
707
+ "Production Reed",
708
+ "Graphinica",
709
+ "Bakken Record",
710
+ "Studio Guts",
711
+ "Studio Core",
712
+ "AIC Build",
713
+ "Creators in Pack",
714
+ "Yasuda Genshou by Xenotoon",
715
+ "Husio",
716
+ "Code",
717
+ "Trash",
718
+ "Crius Animation",
719
+ "ADV Films",
720
+ "Platinum Vision",
721
+ "Liyu Culture",
722
+ "Oh! Production",
723
+ "Suna Kouhou",
724
+ "Takahashi",
725
+ "Shengying Animation",
726
+ "Mippei Eigeki Kiryuukan",
727
+ "Studio Jack",
728
+ "Studio Massket",
729
+ "Foch Film",
730
+ "ENGI",
731
+ "Coco Cartoon",
732
+ "Cloud Hearts",
733
+ "Kachidoki",
734
+ "Toho Interactive Animation",
735
+ "Sofix",
736
+ "BeSTACK",
737
+ "Agent 21",
738
+ "Studio Hakk",
739
+ "Jumondo",
740
+ "Studio Add",
741
+ "Flat",
742
+ "Tokyo Kids",
743
+ "IMAGICA Lab.",
744
+ "Studio PuYUKAI",
745
+ "Mili Pictures",
746
+ "Viewworks",
747
+ "Bee Media",
748
+ "Trans Arts",
749
+ "Foch Films",
750
+ "Ether Kitten",
751
+ "ACiD FiLM",
752
+ "Flint Sugar",
753
+ "Nihon Hoso Eigasha",
754
+ "Production doA",
755
+ "Studio Moe",
756
+ "EXNOA",
757
+ "Shi Qi Yu Mo",
758
+ "Seven Arcs Pictures",
759
+ "Mushi Production",
760
+ "Dynamo Pictures",
761
+ "Light Chaser Animation",
762
+ "Light Chaser Animation Studios",
763
+ "Procen",
764
+ "Soft Garage",
765
+ "Gaina",
766
+ "SANZIGEN",
767
+ "GRIZZLY",
768
+ "CG Year",
769
+ "Yamiken",
770
+ "Studio Sign",
771
+ "Fifth Avenue",
772
+ "Red Dog Culture House",
773
+ "Keica",
774
+ "Scooter Films",
775
+ "NHK",
776
+ "Studio Junior",
777
+ "Dream Creation",
778
+ "Manga Productions",
779
+ "Xiaoming Taiji",
780
+ "Knack Productions",
781
+ "Darts",
782
+ "BETOBE",
783
+ "Big Bang",
784
+ "Studio Rikka",
785
+ "Radix",
786
+ "Tsuburaya Productions",
787
+ "Quebico",
788
+ "Polygon Pictures",
789
+ "Ripple Film",
790
+ "Dongyang Animation",
791
+ "Sasayuri",
792
+ "2:10 AM Animation",
793
+ "EOTA",
794
+ "Dream Force",
795
+ "Adnero",
796
+ "Nagomi",
797
+ "ILCASHIPS",
798
+ "Shogakukan Productions",
799
+ "Crew-Cell",
800
+ "Artmic",
801
+ "Kumarba",
802
+ "A-Line",
803
+ "L²Studio",
804
+ "Picona",
805
+ "TYO Animations",
806
+ "Tang Kirin Culture",
807
+ "Tianwen Kadokawa",
808
+ "Hoods Drifters",
809
+ "Gift-o’-Animation",
810
+ "Studio Jemi",
811
+ "Pierrot Films",
812
+ "October Media",
813
+ "D.A.S.T.",
814
+ "CLAP",
815
+ "Pepper Conpanna",
816
+ "Qualia Animation",
817
+ "Telescreen",
818
+ "Original Force",
819
+ "Picture Magic",
820
+ "Trinet Entertainment",
821
+ "Durufix",
822
+ "Spooky graphic",
823
+ "Coastline Animation",
824
+ "SIDO LIMITED",
825
+ "AIC A.S.T.A.",
826
+ "Triple X",
827
+ "Hololive Production",
828
+ "Delphi Sound",
829
+ "Unend",
830
+ "Fatchi Moxie",
831
+ "WAO World",
832
+ "Square Pictures",
833
+ "Studio Goindol",
834
+ "Venet",
835
+ "Ishikawa Pro",
836
+ "Lide",
837
+ "GANSIS",
838
+ "Seven Stone Entertainment",
839
+ "Milky Cartoon",
840
+ "Central Park Media",
841
+ "Saetta",
842
+ "UchuPeople",
843
+ "Beijing Sharaku Art",
844
+ "Reirs",
845
+ "ASK Animation",
846
+ "Marvy Jack",
847
+ "Anpro",
848
+ "Observatory Animation",
849
+ "Transcendence Picture",
850
+ "Pierrot Plus",
851
+ "Gathering",
852
+ "Ajiado",
853
+ "Dwarf",
854
+ "Space Neko Company",
855
+ "100studio",
856
+ "Paper Animation",
857
+ "CompTown",
858
+ "Ankama Animations",
859
+ "Studio Bogey",
860
+ "Yaoyorozu",
861
+ "Sanrio",
862
+ "Ga-Crew",
863
+ "2:10 Animation",
864
+ "KENMedia",
865
+ "Studio Live",
866
+ "Fever Creations",
867
+ "Planet Cartoon",
868
+ "Painting Dream",
869
+ "OZ",
870
+ "Geidai Animation",
871
+ "Sunborn Network Technology",
872
+ "KSS",
873
+ "Qiyuan Yinghua",
874
+ "S.o.K",
875
+ "Drop",
876
+ "Chuangpu Animation",
877
+ "Studio March",
878
+ "Big Firebird Cultural Media",
879
+ "Magilm Pictures",
880
+ "Digital Frontier",
881
+ "Production Wave",
882
+ "Green Planet",
883
+ "WinSing Animation",
884
+ "Sola Digital Arts",
885
+ "Monster's Egg",
886
+ "Studio Ponoc",
887
+ "Tin House",
888
+ "Kung Fu Frog Animation",
889
+ "Pb Animation Co. Ltd.",
890
+ "IDREAM Entertainment",
891
+ "Geno",
892
+ "Axis Studios",
893
+ "YHKT Entertainment",
894
+ "Eiken",
895
+ "Stellar Pictures",
896
+ "Changchun Unity of Knowledge and Action Animation",
897
+ "Trilogy Future",
898
+ "Foch",
899
+ "Ezόla",
900
+ "Climax",
901
+ "L-a-unch・BOX",
902
+ "Soyep",
903
+ "Japan Vistec",
904
+ "Sublimation",
905
+ "Lxtl",
906
+ "LinQ",
907
+ "DMM.futureworks",
908
+ "Front Wing",
909
+ "EKACHI EPILKA",
910
+ "Ginga Ya",
911
+ "Sparky Animation",
912
+ "Xiaoying Feiyang Pictures",
913
+ "Chiptune",
914
+ "Kent House",
915
+ "Soeishinsha",
916
+ "Studio Sota",
917
+ "Idea Factory",
918
+ "TMX Art",
919
+ "Zhongce Picture",
920
+ "Vega Entertainment",
921
+ "Studio Anima",
922
+ "Studio Junio",
923
+ "Qzil.la",
924
+ "Aeonium",
925
+ "Bandai",
926
+ "Oriental Creative Color",
927
+ "Ai Si Animation",
928
+ "Kaname Productions",
929
+ "DC Impression Vision",
930
+ "Anime Tokyo",
931
+ "PP Project",
932
+ "NAS",
933
+ "Dai-Ichi Douga",
934
+ "Minami Machi Bugyousho",
935
+ "Frontier Works",
936
+ "Enterbrain",
937
+ "JCF",
938
+ "Capcom",
939
+ "Marza Animation Planet",
940
+ "Palm",
941
+ "TBS",
942
+ "Ginga Teikoku",
943
+ "GIFTanimation",
944
+ "GEMBA",
945
+ "Xiron Animation",
946
+ "Barnum",
947
+ "Xebec Zwei",
948
+ "StudioRF Inc.",
949
+ "Unity of Knowledge and Action Animation",
950
+ "Team OneOne",
951
+ "Voil",
952
+ "Borutong",
953
+ "Studio Matrix",
954
+ "Buemon",
955
+ "Khara",
956
+ "LX Animation",
957
+ "Gen Long Culture",
958
+ "Kuai Ying Hu Yu",
959
+ "Jinnis Animation Studios",
960
+ "5 Inc.",
961
+ "Alpha Animation",
962
+ "Academy Productions",
963
+ "Sovat Theater",
964
+ "Studio Shelter",
965
+ "DR Movie",
966
+ "Rocen",
967
+ "Kaca Entertainment",
968
+ "Pie in the sky",
969
+ "Zhuo Hua Network",
970
+ "Studio OX",
971
+ "Mu Animation",
972
+ "Super Normal",
973
+ "I.Gzwei",
974
+ "Project Team Argos",
975
+ "HMCH",
976
+ "Qiying Animation",
977
+ "Niceboat Animation",
978
+ "Team YokkyuFuman",
979
+ "Indivision",
980
+ "Wolf Smoke",
981
+ "Anime Room",
982
+ "Atelier Giga",
983
+ "Lunch Box",
984
+ "Tokyo Movie",
985
+ "MMT",
986
+ "Green Monster Team",
987
+ "Robot",
988
+ "Saigo no Shudan",
989
+ "Studio Tulip",
990
+ "Blaze",
991
+ "NHK Enterprises",
992
+ "Studio Kelmadick",
993
+ "Ashi Production",
994
+ "Kanaban Graphics",
995
+ "KJJ Animation",
996
+ "Kazami Gakuen Koushiki Douga-bu",
997
+ "Studio Kingyoiro",
998
+ "Dai Nippon Printing",
999
+ "Enoki Films",
1000
+ "Beat Frog",
1001
+ "Tomason",
1002
+ "Shanghai Animation Film",
1003
+ "Aqua Entertainment",
1004
+ "Kyotoma",
1005
+ "ALBACROW",
1006
+ "Jumonji",
1007
+ "Evg",
1008
+ "Animaruya",
1009
+ "Bandai Entertainment",
1010
+ "CyberConnect2",
1011
+ "Gravity Well",
1012
+ "Studio Animal",
1013
+ "AT-X",
1014
+ "Delight Animation",
1015
+ "Kino Production",
1016
+ "ACC Production",
1017
+ "Tri-Slash",
1018
+ "Animation Staff Room",
1019
+ "Passion Paint Animation",
1020
+ "Tomovies",
1021
+ "UKA",
1022
+ "Mandrill Picture Corp",
1023
+ "T-UP",
1024
+ "Imagica",
1025
+ "Studio Mir",
1026
+ "Studio N",
1027
+ "TthunDer Animation",
1028
+ "Konami animation",
1029
+ "Pancake",
1030
+ "Kokusai Eigasha",
1031
+ "DOGA Productions",
1032
+ "Shochiku",
1033
+ "Fukushima Gaina",
1034
+ "Studio GOONEYS",
1035
+ "Gosay",
1036
+ "TIA",
1037
+ "W-Toon",
1038
+ "DandeLion Animation",
1039
+ "Mook DLE",
1040
+ "Alke",
1041
+ "Phoenix Entertainment",
1042
+ "ROLL2",
1043
+ "K.PICTURES",
1044
+ "Hero",
1045
+ "Dawn Animation",
1046
+ "Maple Toon",
1047
+ "Studio Take Off",
1048
+ "TriF",
1049
+ "Front Line",
1050
+ "Panda Tower",
1051
+ "Synergy Japan",
1052
+ "GAGA Communications",
1053
+ "Studio Nanahoshi",
1054
+ "Heewon Entertainment",
1055
+ "KUAIYING",
1056
+ "7doc",
1057
+ "Marvelous Entertainment",
1058
+ "The Monk Studios",
1059
+ "Maten Animation",
1060
+ "Painted Edge",
1061
+ "Saber Project",
1062
+ "Sunny Side Up",
1063
+ "Dentsu",
1064
+ "MASTER LIGHTS",
1065
+ "Remic",
1066
+ "Mook Animation",
1067
+ "BigBigSun",
1068
+ "Arcs Create",
1069
+ "High Energy",
1070
+ "Kitty Film Mitaka",
1071
+ "CCTV Animation",
1072
+ "Studio Gram",
1073
+ "Point Pictures",
1074
+ "Hero Communication",
1075
+ "Choirock",
1076
+ "Steve N' Steven",
1077
+ "YAMATOWORKS",
1078
+ "Magia Doraglier",
1079
+ "Half H.P",
1080
+ "Wako Productions",
1081
+ "Grouper Productions",
1082
+ "Guton Animation",
1083
+ "Ascension",
1084
+ "Jinni's Animation Studios",
1085
+ "Atoonz",
1086
+ "Studio Polon",
1087
+ "Plus Heads",
1088
+ "Studio Crocodile",
1089
+ "MOJO",
1090
+ "Coloroom Pictures",
1091
+ "Star Hunter Animation",
1092
+ "Nice Boat Animation",
1093
+ "Joker Films",
1094
+ "Alfred Imageworks",
1095
+ "AIC Frontier",
1096
+ "Fuji TV",
1097
+ "Victor Entertainment",
1098
+ "Shanghai Hippo Animation",
1099
+ "Chosen",
1100
+ "Adonero",
1101
+ "Next Media Animation",
1102
+ "Wan Wei Mao Donghua",
1103
+ "SAFEHOUSE",
1104
+ "TRCARTOON",
1105
+ "Office AO",
1106
+ "I.G Zwei",
1107
+ "Hiro Media",
1108
+ "Colored Pencil Animation Japan",
1109
+ "Shuiniu Dongman",
1110
+ "Studio Kafka",
1111
+ "TAP",
1112
+ "81 Produce",
1113
+ "Lingsanwu Animation",
1114
+ "Animate",
1115
+ "Saiji",
1116
+ "Helo",
1117
+ "SEK Studios",
1118
+ "Cocktail Media",
1119
+ "Studio Unicorn",
1120
+ "Studio Zero",
1121
+ "CUKA",
1122
+ "Silver",
1123
+ "Stingray",
1124
+ "Shengguang Knight Culture",
1125
+ "Ishimori Entertainment",
1126
+ "CLOUDHEARTS",
1127
+ "Shinkuukan",
1128
+ "Shochiku Animation Institute",
1129
+ "Tsuchida Productions",
1130
+ "Marone",
1131
+ "Bilibili",
1132
+ "Tong Ming Xuan",
1133
+ "Acca effe",
1134
+ "Yi Chen Animation",
1135
+ "Romanov Films",
1136
+ "Maroyaka",
1137
+ "Office DCI",
1138
+ "Youliao",
1139
+ "Yamamura Animation, Inc.",
1140
+ "LMD",
1141
+ "Tengu Kobou",
1142
+ "Qingxiang",
1143
+ "Aniplex",
1144
+ "Pure Arts",
1145
+ "PrimeTime",
1146
+ "OLM Digital",
1147
+ "Toho Company",
1148
+ "RAMS",
1149
+ "Urban Product",
1150
+ "Charaction",
1151
+ "Pili International Multimedia",
1152
+ "Dancing CG",
1153
+ "P.I.C.S.",
1154
+ "Poncotan",
1155
+ "Live2D Creative",
1156
+ "KeyEast",
1157
+ "Comic Animation",
1158
+ "Ichigo Animation",
1159
+ "Kids Station",
1160
+ "Strawberry Meets Pictures",
1161
+ "Sentai Filmworks",
1162
+ "Studio Pastoral",
1163
+ "Office Nobu",
1164
+ "Kate Arrow",
1165
+ "Imagica Imageworks",
1166
+ "Robot Communications",
1167
+ "Starchild Records",
1168
+ "XFLAG Pictures",
1169
+ "Crunchyroll",
1170
+ "G-angle",
1171
+ "Studio World",
1172
+ "Studio Ranmaru",
1173
+ "Primastea",
1174
+ "Studio Outrigger",
1175
+ "Studio Dadashow",
1176
+ "Karaku",
1177
+ "HS Pictures",
1178
+ "Annapuru",
1179
+ "Bigcat",
1180
+ "Egg",
1181
+ "Rising Force",
1182
+ "Opera House",
1183
+ "Studio Egg",
1184
+ "CGCG Inc.",
1185
+ "Qubic Pictures",
1186
+ "Rainbridge Animation",
1187
+ "Wulifang Animation",
1188
+ "Kuri Jikken Manga Kobo",
1189
+ "Giga Production",
1190
+ "Studio Eight Color",
1191
+ "Soket",
1192
+ "AIC Classic",
1193
+ "Escape Velocity Animation",
1194
+ "Exsa",
1195
+ "Tohokushinsha Film Corporation",
1196
+ "Kigumi",
1197
+ "Studio Z5",
1198
+ "Team Till Dawn",
1199
+ "Wanhe Huyu",
1200
+ "Life Work",
1201
+ "Echoes",
1202
+ "Purple Cow Japan",
1203
+ "Twilight",
1204
+ "Oddjob",
1205
+ "Thunder River",
1206
+ "Creative Bridge",
1207
+ "Kyokuichi Tokyo Movie Shinsha",
1208
+ "San-X",
1209
+ "ManHoo Culture",
1210
+ "Windy",
1211
+ "Shimogumi",
1212
+ "Planet",
1213
+ "FILMONY",
1214
+ "Dawn Picture",
1215
+ "Bibury Animation CG",
1216
+ "Shanghai Foch Film and TV Culture Investment",
1217
+ "Discotek",
1218
+ "Rastar",
1219
+ "TV Aichi",
1220
+ "Marine Entertainment",
1221
+ "Sega Games",
1222
+ "Tencent Penguin Pictures",
1223
+ "Arcturus",
1224
+ "Media Blasters",
1225
+ "MontBlanc Pictures",
1226
+ "Nippon Columbia",
1227
+ "XEBEC M2",
1228
+ "View Works",
1229
+ "Gambit",
1230
+ "Shanghai Foch Film Culture Investment",
1231
+ "Dangun Pictures",
1232
+ "Studio Flag",
1233
+ "Visual 80",
1234
+ "Mokai Technology",
1235
+ "IDRAGONS Creative",
1236
+ "FUNimation Entertainment",
1237
+ "Kitty Films",
1238
+ "Animation 21",
1239
+ "Panmedia",
1240
+ "Space Shell",
1241
+ "Oxybot",
1242
+ "KIO",
1243
+ "Medo",
1244
+ "Maikaze",
1245
+ "Creators Dot Com",
1246
+ "Sony Music Entertainment",
1247
+ "Hangzhou Shimei Pictures",
1248
+ "FLAGSHIP LINE",
1249
+ "Cloud Culture",
1250
+ "Filmlink International",
1251
+ "Omnibus Japan",
1252
+ "Lyrics",
1253
+ "NEXT Animation",
1254
+ "Advance Syakujii",
1255
+ "ONIRO",
1256
+ "Studio! Cucuri",
1257
+ "Studio Gazelle",
1258
+ "Japan Taps",
1259
+ "Soda Bear Animation",
1260
+ "Studio Meditation With a Pencil",
1261
+ "Qianqi Cartoon",
1262
+ "Heartbit",
1263
+ "Xuni Ying Ye",
1264
+ "10Gauge",
1265
+ "JM Animation",
1266
+ "BITGANG",
1267
+ "Yudubai Animation",
1268
+ "VAP",
1269
+ "The Right Stuf International",
1270
+ "Wired",
1271
+ "Bandai Visual",
1272
+ "Rikuentai",
1273
+ "Studio 88",
1274
+ "IKEAnimations",
1275
+ "REALTHING",
1276
+ "Jade Animation",
1277
+ "Nihon Ad Systems",
1278
+ "Sanctuary",
1279
+ "Asura Film",
1280
+ "Wulifang",
1281
+ "Year Young Culture",
1282
+ "Glovision",
1283
+ "BooKong Culture",
1284
+ "AtelierPontdarc",
1285
+ "SAFEHOUSE Inc.",
1286
+ "IMAGICA DIGITALSCAPE",
1287
+ "Yixiang Culture",
1288
+ "Yell",
1289
+ "OLM Team Yoshioka",
1290
+ "Orcen",
1291
+ "Cyclone Graphics",
1292
+ "Tsubasa Production",
1293
+ "Wenzhou Mengbu Anime Design",
1294
+ "Origin Chasing",
1295
+ "ARECT",
1296
+ "Zhangyue Pictures",
1297
+ "MAT",
1298
+ "XFLAG",
1299
+ "Hua Dream",
1300
+ "Daewon Media",
1301
+ "Shanghai Motion Magic",
1302
+ "Dynamic Planning",
1303
+ "Visual Persistence",
1304
+ "HuaDream",
1305
+ "Green Ooita",
1306
+ "Gainax Kyoto",
1307
+ "Shenying Animation",
1308
+ "Mimoid",
1309
+ "BlueArc Animation",
1310
+ "Xanthus Media",
1311
+ "AIC Takarazuka",
1312
+ "White Paper Animation",
1313
+ "Hot Zipang",
1314
+ "Assez Finaud Fabric",
1315
+ "Thymos Media",
1316
+ "Skouras",
1317
+ "Broccoli",
1318
+ "Helo.inc",
1319
+ "Network Kouenji",
1320
+ "Manga Entertainment",
1321
+ "KOO-KI",
1322
+ "Blue Cat",
1323
+ "Sugar Boy",
1324
+ "Yonago Gainax",
1325
+ "Keica",
1326
+ "Creators in Pack TOKYO",
1327
+ "Kenji",
1328
+ "EBS",
1329
+ "Beijing Rocen Digital",
1330
+ "Chongliyuhua",
1331
+ "EMI",
1332
+ "Tokyo Media Connections",
1333
+ "717",
1334
+ "SAMG Entertainment",
1335
+ "Quyue Technology",
1336
+ "SamBakZa",
1337
+ "Brio Animation",
1338
+ "Musashino Art University",
1339
+ "Yomiko Advertising",
1340
+ "SJYNEXCUS",
1341
+ "Yamato Works",
1342
+ "Cinepix",
1343
+ "Studio Nue",
1344
+ "Tanglin Culture",
1345
+ "AIC PLUS+",
1346
+ "Production +h.",
1347
+ "G.CMay Animation & Film",
1348
+ "E&G Films",
1349
+ "B&T",
1350
+ "He Zhou Culture",
1351
+ "Dongwoo A&E",
1352
+ "G&G Entertainment",
1353
+ "Anima&Co.",
1354
+ "One & All Animation",
1355
+ "Kun Animation & Comic",
1356
+ "Shogakukan Music & Digital Entertainment",
1357
+ "Public & Basic"
1358
+ ]
1359
+ }