I've been trying to make a "series" json file...
this is the format I got so far from the help on the website.. But it fails the check.. can anyone see what I am missing, maybe a second eye will help me out.. once we get this one working then there will be a working example for all..
{ "providerName": "Acme Productions",
"lastUpdated": "2015-11-11T22:21:37+00:00",
"language": "en",
"Series":[
{
"id": "1509428502952",
"title": "The Amazing Series with Seasons!",
"seasons": [
{
"seasonNumber": "1",
"episodes": [
{
"id": "1509428502952",
"title": "The Amazing First Episode Title",
"content": {
{
"dateAdded": "2015-11-11T22:21:37+00:00",
"videos": [
{
"url": "https://example.org/cdn/videos/1509428502952",
"quality": "UHD",
"videoType": "HLS"
}
],
"duration": 1290
}
},
"thumbnail": "https://example.org/cdn/thumbnails/1509428502952/1",
"episodeNumber": 1,
"shortDescription": "Marvelous episode description"
}
]
}
],
"genres": [
"educational",
"science fiction",
"thriller",
],
"thumbnail": "https://example.org/cdn/thumbnails/1509428502952/1",
"shortDescription": "Wondrous series seasons."
}]
}
http://www.TVByDemand.com