HI I WAS WONDERING DOES ANYONE KNOW HOW TO SET EPISODES IN A SERIES TO PLAY RIGHT AFTER EACH OTHER.. LIKE ONE EPISODE ENDS THEN THE NEXT ONE START UP AUTOMATICALLY.
PLEASE HELP
THANKS.
Hi @CARTOONBLAST ,
Its very hard to do it by hand, below is a sample JSON feed with mini-series.
Check out our OTTfeed.com platform if you are looking for a robust solution to manage your content feed, it will save you a lot of time and frustration coding and debugging the feed.
Here is a sample JSON with series (mini-series):
{ "providerName": "OTTfeed.com" , "lastUpdated": "2021-01-22T21:01:43+00:00" , "language": "en-US" , "series": [{ "id": "ytB2TJYWD7Ssuzn5x0iE" , "title": "OTTfeed mini-series" , "genres": ["technology"] , "releaseDate": "2021-01-23" , "thumbnail": "https://ottfeed.com/GCUGbgJZalE6XOuIzJVV/OTTfeed-mini-series.png" , "shortDescription": "OTTfeed: All-in-one feed management system for Roku Direct Publisher, Roku Channel and custom OTT apps." , "longDescription": "OTTfeed: All-in-one feed management system for Roku Direct Publisher, Roku Channel and custom OTT apps. All Content Types, Management Tools & Advanced workflows. For more info go to https://OTTfeed.com" , "tags": ["ottfeed"] , "rating": { "rating": "UNRATED" , "ratingSource": "USA_PR" } , "episodes": [{ "id": "ytB2TJYWD7Ssuzn5x0iE12jC1iL6feQgQAwLF2kCb" , "title": "OTTfeed" , "content": { "dateAdded": "2021-01-23T16:37:44+00:00" , "videos": [{ "url": "https://player.vimeo.com/external/503843051.m3u8?s=3974cdc322b7403d53d41cb8fb3fd609244f2e38&oauth2_token_id=1445702687" , "quality": "FHD" , "videoType": "HLS" }] , "duration": 15 , "language": "en-US" } , "thumbnail": "https://i.vimeocdn.com/video/1042458273_1920x1080.jpg?r=pad" , "backgroundImage": "https://i.vimeocdn.com/video/1042458273_1920x1080.jpg?r=pad" , "episodeNumber": 1 , "shortDescription": "All-in-one feed management system for Roku Direct Publisher, Roku Channel and custom OTT apps." , "longDescription": "All-in-one feed management system for Roku Direct Publisher, Roku Channel and custom OTT apps. All Content Types, Management Tools & Advanced workflows. For more info go to https://OTTfeed.com" , "rating": { "rating": "UNRATED" , "ratingSource": "USA_PR" } , "releaseDate": "2021-01-24" , "tags": ["ottfeed", "ad"] }, { "id": "ytB2TJYWD7Ssuzn5x0iE19gCjY87AkddorWqPmgpF" , "title": "OTTfeed 2" , "content": { "dateAdded": "2021-01-23T16:37:44+00:00" , "videos": [{ "url": "https://player.vimeo.com/external/503843051.m3u8?s=3974cdc322b7403d53d41cb8fb3fd609244f2e38&oauth2_token_id=1445702687" , "quality": "FHD" , "videoType": "HLS" }] , "duration": 15 , "language": "en-US" } , "thumbnail": "https://i.vimeocdn.com/video/1042458273_1920x1080.jpg?r=pad" , "backgroundImage": "https://i.vimeocdn.com/video/1042458273_1920x1080.jpg?r=pad" , "episodeNumber": 2 , "shortDescription": "All-in-one feed management system for Roku Direct Publisher, Roku Channel and custom OTT apps." , "longDescription": "All-in-one feed management system for Roku Direct Publisher, Roku Channel and custom OTT apps. All Content Types, Management Tools & Advanced workflows. For more info go to https://OTTfeed.com" , "rating": { "rating": "UNRATED" , "ratingSource": "USA_PR" } , "releaseDate": "2021-01-24" , "tags": ["ottfeed", "ad"] }] }] , "categories": [{ "name": "Latest" , "order": "most_recent" , "query": "ottfeed" }] }
Download the file: https://ottfeed.com/GCUGbgJZalE6XOuIzJVV/OTTfeed-RDP-series.json
Did you ever figure out how to set up next episode, automatic
yeah, i just put the episodes into seasons and the eps plays automatically.😁
Do you know how to write code? (I don't know any coders that write in all caps)
If you don't know how to write json, learn to use one of the tools some of the posters here have written that writes the json for you. There is one called json feed manager, and some others.