In your feed add the following to the Duration code:
"duration": 0000, "trickPlayFiles": [ { "quality": "HD", "url": "Place Bif File Link Here" } ],
example:
"duration": 5400000, "trickPlayFiles": [ { "quality": "HD", "url": "https://websitehostlink.com/bif/film1.bif" } ],
Your JSON Feed code should be lined and coded like this:\
{
"id": "%%id%%",
"title": "%%title%%",
"shortDescription": "%%short description%%",
"tags": [
"%%Tag%%"
],
"genres": [
"%%genres%%"
],
"content": {
"dateAdded": "%%date added%%T22:21:37+00:00",
"duration": %%duration%%,
"trickPlayFiles": [
{
"quality": "quality",
"url": "%%Bif File Link%%"
}
],
"videos": [
{
"url": "%%video Link%%",
"quality": "%%quality%%",
"videoType": "%%videoType%%",
"bitrate": 5%%bitrate%%,
"filesize": "1866216308"
}
]
},
"author": "Joe Ferdinando",
"thumbnail": "%%thumbnail Link%%",
"releaseDate": "%%release date%%"
},