-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfilms.json
More file actions
35 lines (34 loc) · 798 Bytes
/
films.json
File metadata and controls
35 lines (34 loc) · 798 Bytes
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
[
{
"name": "The_Lord_of_Rings",
"type":"film",
"genre":[
"Adventure",
"Fantasy"
],
"imdb": "tt3281796",
"description": "I dont remember but this film is good Kappa",
"imageURL":"",
"cdn":"localhost:7777",
"posterURL":"",
"productionYear": 2014,
"rating": 8.5,
"contentRating": 12
},
{
"name": "Game_of_Thrones",
"type":"series",
"genre":[
"Adventure"
],
"category":"Summer is ending",
"imdb":"frfrefr",
"description":"yeah",
"posterURL":"",
"imageURL":"",
"cdn":"http://localhost:7777",
"productionYear":2017,
"rating":10,
"contentRating":3
}
]