-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathexample.json
37 lines (37 loc) · 914 Bytes
/
example.json
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
{
"TVShows": [
{
"TMDBId": 4956,
"Name": "Dilbert",
"Overview": "Dilbert is an animated television series adaptation...",
"Image": "TV/Dilbert/image.jpg",
"Backdrop": "TV/Dilbert/backdrop.jpg",
"FirstAirDate": "1990-01-02",
"LastAirDate": "1999-01-02",
"Seasons": [
{
"TMDBId": 3629,
"Season": 1,
"Name": "Season 1",
"Overview": "Season 1 of Dilbert blah blah..."
"Image": "TV/Dilbert/Season 1/image.jpg",
"AirDate": "1990-01-02",
"Episodes": [
{
"TMDBId": 63104,
"Episode": 1,
"Name": "The Seinfeld Chronicles",
"Overview": "The very first episode. Jerry is ecstatic that a woman he met...",
"Image": "TV/Dilbert/Season 1/S01E01 The Seinfeld Chronicles/image.jpg",
"AirDate": "1990-01-02",
"ProductionCode": "101ABC",
"Vote": 7.23,
}
]
}
]
}
],
"Movies": [
]
}