Forum Discussion
Jack14
4 years agoBinge Watcher
The problem is, the feed specifications page does not have a duration for movie content type: https://developer.roku.com/docs/specs/direct-publisher-feed-specs/json-dp-spec.md#movie
Baradanikto
4 years agoRoku Guru
The 'duration' field is a value in the Content object and is the total number of runtime seconds for the video.
- Jack144 years agoBinge Watcher
ok, so if I add the duration of the videos it should work?
- Jack144 years agoBinge Watcher
I have taken off all but one video and added the duration, but it still returns the same error.
{ "providerName": "EliYah.com", "lastUpdated": "2022-12-3T10:38:28+00:00", "language": "en", "movies": [{ "id": "b027b874-1002-4e6b-a37b-16a720146fd6", "title": "Commands Of The Messiah - Part 32", "content":[{ "dateAdded": "2022-03-26T18:04:42", "videos": [{ "url": "https://eliyah.com/video/broadcast/20220326-study.mp4", "quality": "HD", "videoType": "MP4", "bitrate": "1900", "duration": 10800 }] }], "genres": [ "educational" ], "rating": { "rating": "UNRATED", "ratingSource": "USA_PR" }, "tags": ["Eliyah.com"], "thumbnail": "https://eliyah.com/wp-content/uploads/2022/03/channel-poster_fhd.png", "releaseDate": "2022-03-26T18:04:42", "shortDescription": "Sorry, this Archive currently has no Description", "longDescription": "Sorry, this Archive currently has no Description", "categories": [{"name": "Latest","order": "most_recent","query": "live OR Eliyah.com"}] } ]}