Forum Discussion
Hi,
I have the same problem.
What do you mean with the content id? Which field does it correspond to in the json object?
Thanks
For each item you have an "id" in your json file there are lines just like this:
"id": "xxxxxxxxxx",
Change your xxxxxxxx's to new one.
- badseed6 years agoBinge Watcher
I wasn't able to solve this problem. My JSON looks like this. So only the shortFormVideo object has "id" field and i tried to update it multiple times and no progress at all. The weird thing is that the same/similar xml feed works fine on a different app.
shortFormVideos: [{
"id": "ID-tv5-2",
"title": "TV5",
"shortDescription": "TV5 Live",
"longDescription": "TV5 Live TV",
"thumbnail": "http://test.com/logo.png",
"genres": ["news"],
"tags": ["fun"],
"releaseDate": "2018-10-10T10:10:10.000Z",
"content": {
"dateAdded": "2018-10-10T10:10:10.000Z",
"captions": [],
"duration": 3600,
"videos": [{
"url": "http://test.com/playlist.m3u8",
"quality": "HD",
"videoType": "hls"
}]
}
}]