Roku Direct Publisher

Roku Direct Publisher - the easiest way to create a great TV experience. Learn more about how to create a Roku channel and share your experiences with others.
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
ferdiworks
Roku Guru

Re: Series/Episode categorization with the RDP-To-Scenegraph example

The tags item no longer control the category

"tags":["video 7"],

It sould look like this:

id":"97792-22396-4286888",

"tags":["video 8"],

"title":"Show TV",

"genres":["educational"],

Then at the bottom you use the categories tag and playlist name and item id's

"categories":[{
"name":"The Joe Show",
"playlistName":"The Joe Show",
"order":"manual"},
{
"name":"The Joe Show",
"playlists":[{"name":"The Joe Show",
"itemIds":["96484-19970-3223332","96484-19970-3177846","96484-19970-3177850","96484-19970-3177842","96484-19970-3177838","96484-19970-3177836","96484-19970-3177832","96484-19970-3177830","96484-19970-3177828","96484-19970-3177822","96484-19970-3177826","96484-19970-3177820","96484-19970-3177816","96484-19970-3177814","96484-19970-3177806","96484-19970-3177812","96484-19970-3177808","96484-19970-3177802"

 

 

OnDemandTV
admin@ondemandtvnetworks.com
0 Kudos
newchannel
Roku Guru

Re: Series/Episode categorization with the RDP-To-Scenegraph example

I discovered the playlist isn't working for some reason. I have a section in the json where I added  the name Featured and a Featured category and playlistname. If I list a video in the json under the section named Featured, all videos I list under Featured will display on the tv in the featured row. When I take the video ID out of the playlist for that same video and reload the channel, the video should be removed but it's not, the video is still showing...so it's ignoring my playlist ID's

 

Mine is setup as this for the live category

],
"categories": [{
"name": "Live TV",
"playlistName": "livetv",
"order": "manual"
},

 

and playlist as

"playlists": [{

"name": "livetv",
"itemIds": [
"VTNlive",
"nrblive"

 

The change in the detailsviewlogic mentioned in this thread... I didnt make any changes to that.  The single videos are playing and the series videos episodes are working. I skipped the step of making any changes to the  detailsviewlogic.brs. I only made a change in the roothandler.brs. maybe I should revisit the change that was mentioned in the detailsview..

 

http://www.victoryNOWfilmsandtv.com
0 Kudos
ferdiworks
Roku Guru

Re: Series/Episode categorization with the RDP-To-Scenegraph example

I understand, send me your feed link to look at it and I'll let you know my thoughts

use the contact form at https://ondemandtvnetworks.com/contact.html

OnDemandTV
admin@ondemandtvnetworks.com
0 Kudos
newchannel
Roku Guru

Re: Series/Episode categorization with the RDP-To-Scenegraph example

Thanks for the offer. First I'm rearranging my json. Moving videos into different categories.

When I setup the content sections and name those they show up as categories (rows) with the names I designated. Still have not figured out why the playlistnames are not using the video ID's to pull the content but the videos I place within the content sections show up in the rows. Worse case scenario I can at least get some content into each category manually. 

Anyway, for now moving some files around to clean things up but may still need some eyes on json if I don"t find the problem.

http://www.victoryNOWfilmsandtv.com
0 Kudos
ferdiworks
Roku Guru

Re: Series/Episode categorization with the RDP-To-Scenegraph example

If you setup the categories and item id's i may have another templat that may parse everything correctly with the feed. Thats one reason I asked to see the feed link to test it for you. I used this templat but went to my own template that i recoded with help of another template i got from a software and made it work for me!

OnDemandTV
admin@ondemandtvnetworks.com
0 Kudos
newchannel
Roku Guru

Re: Series/Episode categorization with the RDP-To-Scenegraph example

I have a json that has content with content ID's, categories and playlistsnames. It worked perfectly in DP. So, I figure somewhere in the example coding there is something different since I wasn't able to get it to work by adding the feed url to the manifest and have everything display the same. Why should it be so easy right lol to just add the url and hope it would work without having to redo everything 🙂

I appreciate your offer to test it. 

http://www.victoryNOWfilmsandtv.com
0 Kudos
newchannel
Roku Guru

Re: Series/Episode categorization with the RDP-To-Scenegraph example

Sent you the url of json that works in DP. Appreciate you seeing if you can figure out why playlists with ID's is ignored in the scenegraph example of seeing if it works with your template.

Thank you.

http://www.victoryNOWfilmsandtv.com
0 Kudos
ferdiworks
Roku Guru

Re: Series/Episode categorization with the RDP-To-Scenegraph example

Got it testing it

OnDemandTV
admin@ondemandtvnetworks.com
0 Kudos
ferdiworks
Roku Guru

Re: Series/Episode categorization with the RDP-To-Scenegraph example

Your feed works perfectly in the original template before it was edited!

sending you a copy!

OnDemandTV
admin@ondemandtvnetworks.com
newchannel
Roku Guru

Re: Series/Episode categorization with the RDP-To-Scenegraph example

You have been a great help and went the extra mile to assist. 

Thank you for all the time you spent on it.

http://www.victoryNOWfilmsandtv.com
0 Kudos