-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdata.js
More file actions
588 lines (588 loc) · 15.6 KB
/
data.js
File metadata and controls
588 lines (588 loc) · 15.6 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
export const data = {
rows: [
[10023],
[10007, 10056, 10060, 10102, 10014, 10096, 10051, 10086, 10038],
[10053, 10017, 10033, 10076, 10096],
[10015, 10058, 10002, 10090, 10051],
[10089, 10055, 10025, 10071, 10086],
[10064, 10048, 10097, 10022, 10038],
[10061, 10057, 10046, 10070, 10072],
[10035, 10093, 10108, 10021, 10010, 10108, 10073, 10094, 10062, 10012, 10039],
[10074, 10073, 10037, 10068, 10020],
[10094, 10091, 10100, 10042, 10063, 10108, 10073, 10094, 10062, 10012, 10039],
[10029, 10062, 10088, 10030, 10027],
[10106, 10024, 10012, 10098, 10034],
[10087, 10018, 10043, 10039, 10084, 10108, 10073, 10094, 10062, 10012, 10039],
[10103, 10008, 10047, 10075, 10003],
[10044],
[10101, 10045, 10040, 10077, 10078],
[10041, 10004, 10079, 10099, 10066],
[10000, 10081, 10092, 10011, 10050],
[10005, 10069, 10080, 10026, 10032, 10108, 10073, 10094, 10062, 10012, 10039],
[10054, 10001, 10107, 10013, 10082],
[10016, 10009, 10059, 10006, 10104, 10108, 10073, 10094, 10062, 10012, 10039],
[10049, 10052, 10085, 10065, 10019],
[10036, 10031, 10105, 10067, 10083],
],
billboards: [
{
row: 0,
type: 'header',
buttons: [
{ type: 'play', text: 'Play' },
{ type: 'list', text: 'Add to List' },
],
},
{
row: 14,
type: 'inline',
buttons: [
{ type: 'play', text: 'Play Trailer' },
{ type: 'list', text: 'Add to List' },
],
},
],
videos: [
{
id: 10000,
title: '13 Reasons Why',
boxart: 'images/7cf298119dc36139ae48e4695519eb758147d14c.jpg',
},
{
id: 10001,
title: 'A Series of Unfortunate Events',
boxart: 'images/c939e3bbb6f357f02184d20594f97d7ac718bf72.jpg',
},
{
id: 10002,
title: 'American Vandal',
boxart: 'images/2ad9da9c0c57d52d2428df6a0f15a0e2ed57e811.jpg',
},
{
id: 10003,
title: 'Arrested Development',
boxart: 'images/fb16d6297ad1d6450818262115cd1b44beb75ef3.jpg',
},
{
id: 10004,
title: 'Atypical',
boxart: 'images/9321fa176776d1548450b2b930c0292e72ded6e2.jpg',
},
{
id: 10005,
title: 'Big Mouth',
boxart: 'images/3c90ac9c8338b5ceb94f9b24d4c7ebe4fae0d450.jpg',
},
{
id: 10006,
title: 'Black Mirror',
boxart: 'images/d32d9983c44a560386786503b549569eb6c6e117.jpg',
},
{
id: 10007,
title: 'BoJack Horseman',
boxart: 'images/f304e4ce1b495f6fd5c231eaa316883f34df8f12.jpg',
},
{
id: 10008,
title: 'Dear White People',
boxart: 'images/788a9a5e02e9bd65a545dbf9427949d6dd9817a3.jpg',
},
{
id: 10009,
title: 'Derek',
boxart: 'images/99ff4bc6cf1270725bedece2fae74a91a32ef858.jpg',
},
{
id: 10010,
title: 'Disjointed',
boxart: 'images/526c7846dbf62434eaaed0b7e9837adddfd059db.jpg',
},
{
id: 10011,
title: 'Easy',
boxart: 'images/d0ad2fa122ba1f245f9b212c4c71a6f9803fcd1e.jpg',
},
{
id: 10012,
title: 'F is for Family',
boxart: 'images/43d33bbd7aa92bbfe5ba2993faf39ca98ac88af8.jpg',
},
{
id: 10013,
title: 'Flaked',
boxart: 'images/2c196eaf9bfb470986232bb0cde0f4fbf781404c.jpg',
},
{
id: 10014,
title: 'Friends from College',
boxart: 'images/8c2252f068f38f64370a168f3fbb6ebf44ff8938.jpg',
},
{
id: 10015,
title: 'Fuller House',
boxart: 'images/bf0ab675a16650b78ae22060ed148e7bd0994078.jpg',
},
{
id: 10016,
title: 'Gilmore Girls: A Year in the Life',
boxart: 'images/7ec04650a427d3f16dcedbf2204596e674104e99.jpg',
},
{
id: 10017,
title: 'Girlboss',
boxart: 'images/d436280fc16d5adb0f16045c3bb859368059d08d.jpg',
},
{
id: 10018,
title: 'GLOW',
boxart: 'images/1bd036a376a9bfeab1fc2abbc8eaaf8782691a4b.jpg',
},
{
id: 10019,
title: 'Grace and Frankie',
boxart: 'images/db16232d30369e961b51d50af27f008164398b96.jpg',
},
{
id: 10020,
title: 'Gypsy',
boxart: 'images/397579b5a520833f3eb3e560b7ab9f7a1641ed89.jpg',
},
{
id: 10021,
title: 'Haters Back Off',
boxart: 'images/981ad0438fbe08e0cff95aacca1d1697e570328e.jpg',
},
{
id: 10022,
title: 'Hemlock Grove',
boxart: 'images/4fe7122ab62f719b2a77c63f2160a157d62ff2ad.jpg',
},
{
id: 10023,
title: 'House of Cards',
synopsis:
'A ruthless politician will stop at nothing to conquer Washington, D.C., in this Emmy and Golden Globe-winning political drama.',
boxart: 'images/2cae956557c87bad31703140e7c6c7f30e55d189.jpg',
background: 'images/a999a15b3b3e43116508b27bdca2f48a9f3136d9.jpg',
logo: 'images/44d44fd3d6b2bc29a6bbe1eb1ee331c4d646e3f9.png',
},
{
id: 10024,
title: 'Lady Dynamite',
boxart: 'images/f15c544158b47d6794d892a8ff33a1f3175d43a8.jpg',
},
{
id: 10025,
title: 'Lilyhammer',
boxart: 'images/58268195828216f2ee920ef1260fc308aad8a4c7.jpg',
},
{
id: 10026,
title: 'Longmire',
boxart: 'images/18fa81ec4e2d1dc279eb81ff6df70e815fb5dd8c.jpg',
},
{
id: 10027,
title: 'Love',
boxart: 'images/efdab2b7594d755ee9c5892fa4274c48d03136bb.jpg',
},
{
id: 10029,
title: 'Lovesick',
boxart: 'images/c31811d280bad71c5840955768f0d372a48f60fb.jpg',
},
{
id: 10030,
title: 'Marco Polo',
boxart: 'images/5d6c7ee9c358aa57cd84ab38d31db85e4149ad9c.jpg',
},
{
id: 10031,
title: "Marvel's Daredevil",
boxart: 'images/d7673060634dda20045a66337fff67355cbcaefa.jpg',
},
{
id: 10032,
title: "Marvel's Iron Fist",
boxart: 'images/b6398354d27d8a5bfc09222f9d9560b80be33977.jpg',
},
{
id: 10033,
title: "Marvel's Jessica Jones",
boxart: 'images/43dafb341816f4530c039edcc09d176f6389fc51.jpg',
},
{
id: 10034,
title: "Marvel's Luke Cage",
boxart: 'images/2df307286a22f4a192924d52e27bedd0f1bd60ee.jpg',
},
{
id: 10035,
title: "Marvel's The Defenders",
boxart: 'images/b22dc1bc932762fe927d944ef8f728f7da64bd80.jpg',
},
{
id: 10036,
title: 'Master of None',
boxart: 'images/0709a8d8582239bcb510c7cc7acaf46c6f32793f.jpg',
},
{
id: 10037,
title: 'Narcos',
boxart: 'images/6ca883389fcd23b375a90af9a29df6178f5eb3fd.jpg',
},
{
id: 10038,
title: 'Neo Yokio',
boxart: 'images/440676b6551febddb6b44c5f6f0839e16b7b33c1.jpg',
},
{
id: 10039,
title: 'One Day at a Time',
boxart: 'images/db05ed7dbfe3e0fe8b1c4978d1f6956f68d9c391.jpg',
},
{
id: 10040,
title: 'Orange is the New Black',
boxart: 'images/d0331a7293b25dd92c360e2fbd06ccdcc336e5f7.jpg',
},
{
id: 10041,
title: 'Ozark',
boxart: 'images/e445287522fd91b2d65a93bdfd334cf075e6fe74.jpg',
},
{
id: 10042,
title: 'Santa Clarita Diet',
boxart: 'images/0ed49cd9da233e04dd8254f0b03db8ddd202be8a.jpg',
},
{
id: 10043,
title: 'Sense8',
boxart: 'images/0c47e34b76f537720d446a6dc9583cabde4bff41.jpg',
},
{
id: 10044,
title: 'Bright',
boxart: 'images/e98c365cd6069c74c2b7d68991ae4b17d315e1dc.jpg',
backgroundShort: 'images/0a3949bba036d955dac83e7ca783dec92889a9bf.jpg',
logo: 'images/885b11c9d8623594cbcd592f13c9176a007d82d8.png',
},
{
id: 10045,
title: 'The Crown',
boxart: 'images/88ee09f15c0aaccbb4cb5e2776e0b42ad82fe8ec.jpg',
},
{
id: 10046,
title: 'The Get Down',
boxart: 'images/087210d9ca23f5d0174968b0f6b7711d00e117bb.jpg',
},
{
id: 10047,
title: 'The Killing',
boxart: 'images/01daa1b21b22831d6feb6406d57984c398fe0d7f.jpg',
},
{
id: 10048,
title: 'The OA',
boxart: 'images/6a43bf5ac20c12223783f7f6776be6e52632507c.jpg',
},
{
id: 10049,
title: 'The Ranch',
boxart: 'images/8de18fc420ebe464a74c67aef1a4ce99d28d181b.jpg',
},
{
id: 10050,
title: 'Unbreakable Kimmy Schmidt',
boxart: 'images/5b540a45dd348716f5b3a7a2881a8ae5361f6f71.jpg',
},
{
id: 10051,
title: 'W/ Bob & David',
boxart: 'images/b954c7b14c47dd4c3704fbe80e0a6fc999b57bcc.jpg',
},
{
id: 10052,
title: 'Wet Hot American Summer',
boxart: 'images/0832e8ac81c14dd081c10618e7a2088fe8fdec0e.jpg',
},
{
id: 10053,
title: 'Wet Hot American Summer: Ten Years Later',
boxart: 'images/dffe852f6dd044c33df516a2d9322fade6486de1.jpg',
},
{
id: 10054,
title: '#realityhigh',
boxart: 'images/9df7b57389ad8e934783bc8bb1d5286b3e6c6b09.jpg',
},
{
id: 10055,
title: 'A Very Murray Christmas',
boxart: 'images/cb1252fdf8150dc76f52b2dcb697d28bdb17c4b8.jpg',
},
{
id: 10056,
title: 'ARQ',
boxart: 'images/2829e92e3d566e171fb9008a1a812cecfd8b66c9.jpg',
},
{
id: 10057,
title: 'Barry',
boxart: 'images/a9c120c6551eb059c314be3fcb5aaea9c7c471da.jpg',
},
{
id: 10058,
title: 'Beasts of No Nation',
boxart: 'images/a43a7313b63d25c2a18c0aa7e6ea785601125628.jpg',
},
{
id: 10059,
title: 'Burning Sands',
boxart: 'images/8d44a24d43d9040dbb26554ae388c355faa70196.jpg',
},
{
id: 10060,
title: 'Clinical',
boxart: 'images/96df8e3fc138cda22d7bd8e7dcc597d05b97610b.jpg',
},
{
id: 10061,
title: 'Coin Heist',
boxart: 'images/869d9a889931e3fb1af500bc71a3fb408d134abf.jpg',
},
{
id: 10062,
title: 'Crouching Tiger, Hidden Dragon: Sword of Destiny',
boxart: 'images/3ede529eef5ff4aca0321321e0f8ffaf3f84e7eb.jpg',
},
{
id: 10063,
title: 'David Brent: Life on the Road',
boxart: 'images/641a4968155de429fc8229d0227e096804716508.jpg',
},
{
id: 10064,
title: 'Death Note',
boxart: 'images/ab366150566a70f555a26a4b62c5c514b61a2266.jpg',
},
{
id: 10065,
title: 'Deidra & Laney Rob a Train',
boxart: 'images/4ad38dde217152769c19359dcdb78f1e6a5a092a.jpg',
},
{
id: 10066,
title: 'First They Killed My Father',
boxart: 'images/045b0c5f00896769a663a924c585f0889e23f735.jpg',
},
{
id: 10067,
title: "Gerald's Game",
boxart: 'images/772d9279c89a184456deebbd5d9931b1a2492d7b.jpg',
},
{
id: 10068,
title: "Girlfriend's Day",
boxart: 'images/a584c0a34cbd7b6669086a8fd0041b0ef1ef1833.jpg',
},
{
id: 10069,
title: 'Handsome: A Netflix Mystery Movie',
boxart: 'images/11ec8fce825fa42108f1bf2ddad8e4fcf8ac13f4.jpg',
},
{
id: 10070,
title: 'I Am the Pretty Thing That Lives in the House',
boxart: 'images/02caad96c4d210dc9f38a69ea1e97e2c6e94974f.jpg',
},
{
id: 10071,
title: "I Don't Feel at Home in This World Anymore",
boxart: 'images/5af23493141af1ad8b87fadf0d192bcf06ea72a4.jpg',
},
{
id: 10072,
title: 'iBOY',
boxart: 'images/afaaaaed59babb5332afc4a65b2cd4e4b96e098d.jpg',
},
{
id: 10073,
title: 'Imperial Dreams',
boxart: 'images/c3e8dd0fb3c155b6db64321b938f9149fff305c5.jpg',
},
{
id: 10074,
title: 'Justin Timberlake + the Tennessee Kids',
boxart: 'images/72feba2200edd4681b18b77931458e4939fcf7fb.jpg',
},
{
id: 10075,
title: 'Little Evil',
boxart: 'images/91782e032722cefa1c1b8947867e3e83b8d084b5.jpg',
},
{
id: 10076,
title: 'Mascots',
boxart: 'images/c8ed36e564b50f7f88b4e882b6b0a6d6b0f8fcca.jpg',
},
{
id: 10077,
title: 'Mercy',
boxart: 'images/652b66108365d23b9e7a0bf869ab58debd03616d.jpg',
},
{
id: 10078,
title: 'Message from the King',
boxart: 'images/861e631134c0611ad532b6e9b5bca52eee1bba97.jpg',
},
{
id: 10079,
title: 'Mindhorn',
boxart: 'images/e0110842a71c82c76502e36c7b62f16be3caefeb.jpg',
},
{
id: 10080,
title: 'Naked',
boxart: 'images/b8d1c30b25373fd85a476cec1eabc5df4dac6ea2.jpg',
},
{
id: 10081,
title: 'Okja',
boxart: 'images/eeba538a229b07166582778123189b64023922d6.jpg',
},
{
id: 10082,
title: 'Our Souls at Night',
boxart: 'images/c31a5bf760957bfe109b5d9c6edba29ff92bc7fe.jpg',
},
{
id: 10083,
title: "Pee-wee's Big Holiday",
boxart: 'images/b4ea45d605064030a517516b9796f219ba84969c.jpg',
},
{
id: 10084,
title: 'Rebirth',
boxart: 'images/19a84f2cc5050fb09e24c9b030fb19d19b4db357.jpg',
},
{
id: 10085,
title: 'Rodney King',
boxart: 'images/2ad2a8ab12d477e5445dd2b1cdf98a363a8b8139.jpg',
},
{
id: 10086,
title: 'Sahara',
boxart: 'images/b11b119d9ad1388d0ec26c1302f2c1b92dd1f677.jpg',
},
{
id: 10087,
title: 'Sand Castle',
boxart: 'images/4610dcbf69ae7ca2091a834d4b514c0caa82c37d.jpg',
},
{
id: 10088,
title: 'Sandy Wexler',
boxart: 'images/50ff301167b6f2790bd83ebaf3611830f2122665.jpg',
},
{
id: 10089,
title: 'Shimmer Lake',
boxart: 'images/f391958f86dbb9813901bb8c81fd181da43c76ac.jpg',
},
{
id: 10090,
title: 'Small Crimes',
boxart: 'images/622c60351546edf0502b7b3b99c8722314952ac9.jpg',
},
{
id: 10091,
title: 'Special Correspondents',
boxart: 'images/8f042cdc1badcebc091339dbb84d11ed750ef82b.jpg',
},
{
id: 10092,
title: 'Spectral',
boxart: 'images/615042ec791c6635fb91fa8b3fe349b2fb9450a3.jpg',
},
{
id: 10093,
title: 'Take the 10',
boxart: 'images/e30de03b955d41c969d96ac161ff988ba89f365f.jpg',
},
{
id: 10094,
title: 'Tallulah',
boxart: 'images/47a0ce68667254db0573d1d54c40737faa9140a6.jpg',
},
{
id: 10096,
title: 'The Discovery',
boxart: 'images/da9bdc250efe88b7bdc0aaa6d179add2c7ac6f47.jpg',
},
{
id: 10097,
title: 'The Do-Over',
boxart: 'images/ecc68f96eaa5b708b776af4126c5cce30240c047.jpg',
},
{
id: 10098,
title: 'The Fundamentals of Caring',
boxart: 'images/3e227973091a59742732888ddf71477567a15e75.jpg',
},
{
id: 10099,
title: 'The Incredible Jessica James',
boxart: 'images/c04b38ee7432cfd564c23c885439f80118ffc036.jpg',
},
{
id: 10100,
title: 'The Most Hated Woman in America',
boxart: 'images/bc4225eb007a25888980530845b569fd71d1c81e.jpg',
},
{
id: 10101,
title: 'The Ridiculous 6',
boxart: 'images/5d10c79c523ba575f03d19a205c4e5f77e716b06.jpg',
},
{
id: 10102,
title: 'The Siege of Jadotville',
boxart: 'images/5adf83e4bd051647fc4ead0c51c7409a0b82663f.jpg',
},
{
id: 10103,
title: 'To the Bone',
boxart: 'images/3b138f2d6d6b7dfc22b72774b71f2f781220e698.jpg',
},
{
id: 10104,
title: 'Tramps',
boxart: 'images/35fc5a1e505f88d921b84ccccae55b715a3ff06f.jpg',
},
{
id: 10105,
title: 'True Memoirs of an International Assassin',
boxart: 'images/f353448c7bbab53553c3f9bf1f45ca8550a004b0.jpg',
},
{
id: 10106,
title: 'War Machine',
boxart: 'images/6aea19d5efedb6975e776d980b80945a8cf972f9.jpg',
},
{
id: 10107,
title: 'Win It All',
boxart: 'images/67610120a39811a01887ce7a712ba585b9b22198.jpg',
},
{
id: 10108,
title: 'XOXO',
boxart: 'images/6b447d99dbb7ed62c194c42d4f1e8aaad4675098.jpg',
},
],
};