Per request, I used the
software I wrote to generate a
Series with two
seasons. Each season has
one episode. I've removed most of the identifying strings. This json snippet validated correctly in the Direct Publisher portal and displays on my test channel.
{
"id": "",
"title": "",
"seasons": [
{
"seasonNumber": 1,
"episodes": [
{
"id": "",
"title": "",
"content": {
"dateAdded": "2017-08-19T11:43:30+00:00",
"videos": [
{
"url": "",
"quality": "HD",
"videoType": "MP4",
"bitrate": 1
}
],
"duration": 3570,
"adBreaks": [
"00:00:00",
"00:15:00",
"00:30:00",
"00:45:00"
]
},
"thumbnail": "",
"episodeNumber": 1,
"releaseDate": "2018-04-26",
"shortDescription": "",
"longDescription": ""
}
],
"thumbnail": ""
},
{
"seasonNumber": 2,
"episodes": [
{
"id": "",
"title": "",
"content": {
"dateAdded": "2018-04-28T12:19:48+00:00",
"videos": [
{
"url": "",
"quality": "HD",
"videoType": "MP4",
"bitrate": 6214
}
],
"duration": 3697,
"adBreaks": [
"00:00:00",
"00:15:00",
"00:30:00",
"00:45:00"
]
},
"thumbnail": "",
"episodeNumber": 1,
"releaseDate": "2018-01-23",
"shortDescription": "",
"longDescription": ""
}
],
"thumbnail": ""
}
],
"genres": [
"sports"
],
"thumbnail": "",
"releaseDate": "2018-04-26",
"shortDescription": "",
"longDescription": "",
"tags": [
""
]
}
Hope this helps...
FREE Windows desktop software for converting Direct Publisher channels to SceneGraph (SDK), for creating
BIF (Trick Play) files,
Roku (MRSS, JSON) feed files, and
FireTV feed files @
GitHub/rrirower.