- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Where do I write my JSON code
I hired someone to do a live stream channel for me. I see the JSON code but have NO IDEA where to edit it? Do you need a third party site to "host" the code? Can anyone suggest a good tutorial video?
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: Where do I write my JSON code
To add to @AaronMSpelling post, have a look at the Direct Publisher Quick Start Guide. Additionally, you may want to have a look at @mkammes tutorial, Building a Roku Channel.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: Where do I write my JSON code
I use https://jsoneditoronline.org/ for feed editing.
It groups things and makes it easy to duplicate things to then edit/modify with new information.
I was just now looking and trying to figure out how to get the feed contents to show up in search results again (it did just fine until December or January or sometime around then) and see that the links to examples of JSON feeds don't even work.
https://developer.roku.com/en-gb/docs/direct-publisher/tutorial/feed-url.md
-----
Sample content feeds. If you have not created a content feed yet, you can use the following sample feed URLs:
- Simple feed (short-form videos only): https://d3pvdvkqj4l2t6.cloudfront.net/RokuDevelopers/rdp-content-feed.json.
- Advanced feed (series/episodes, movies, and short-form videos): https://d3pvdvkqj4l2t6.cloudfront.net/RokuDevelopers/roku-developers-feed-v1-rdp.json.
-----
It took quite a bit of searching and playing around with things to get Series and Seasons figured out.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: Where do I write my JSON code
Keep in mind that online Json editors are only capable of catching syntactical errors. They will not find logic errors.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: Where do I write my JSON code
If you will be updating your JSON content feed frequently, then I highly recommend using a third-party tool to avoid errors and wasting time.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: Where do I write my JSON code
@sattun wrote:If you will be updating your JSON content feed frequently, then I highly recommend using a third-party tool to avoid errors and wasting time.
I assume you mean this one: https://github.com/rrirower/json-feed-manager
Just for anybody's future reference, this JSON feed specification page is useful . . . once you figure out how things are organized and referenced.
https://developer.roku.com/docs/specs/direct-publisher-feed-specs/json-dp-spec.md
Off on the right side various sections are listed to jump to - but of course the sample feed link doesn't go to anything useful. :))
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: Where do I write my JSON code
If you are looking for a robust solution to manage your content feed for Roku Direct Publisher, then I would recommend OTTfeed.com platform.
DM me for more info or go to https://ottfeed.com and request a demo.
Thanks