Roku Developer Program

Join our online forum to talk to Roku developers and fellow channel creators. Ask questions, share tips with the community, and find helpful resources.
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
zentheducky
Reel Rookie

How to Customize the UI of a Direct Publisher LIKE Channel

I've created a Roku Direct Publisher channel, but the UI is clunky and so plain looking. All DP channels look the same for the most part. I've watched all of the "How to build a custom Roku Channel from scratch", I've googled relentlessly, I've search in the forums, I've contacted "Partner Success" (which took DAYS to respond and were of no help at all).....

What does it take to get the Direct Publisher channel layout and brightscript in a downloadable zip so that we can "convert our DP channel to SDK" (yes I've read the FAQ in the blog about it a hundred times) AND be able to go inside the XML and Brightscript files and make changes. Or does Roku not want to give that up for some reason? They really need to have more WORKING themes available for Direct Publisher. They stopped supporting Hero Grid, so 100% of Direct Publisher channels will now look the same.......LAME and not a good way for channels to differentiate themselves. 

The Roku "build a channel from scratch" video course is hard to follow and doesn't go into the correct detail that truly explains what's going on under the hood, however, I'm familiar with XML and Brightscript, but not advanced enough to create my own Brightscript functions. 

8 REPLIES 8
newperceptions
Streaming Star

Re: How to Customize the UI of a Direct Publisher LIKE Channel

Thank you for this comment! Yes, we have the same issue. We can't afford to pay a developer to make a fancy channel for our church, but have been using Direct Publisher's Hero Row template, which was perfect for our simple needs. I'm not sure why the DP is going away, but providing the tools for channels like our would really be helpful. We tried the one supplied in the migration, but it just tosses everything into one row called "movies". Please consider all the channels that may have to shut down if you are unable to provide such a template.

0 Kudos
Baradanikto
Roku Guru

Re: How to Customize the UI of a Direct Publisher LIKE Channel

Please see my Post regarding the tool I've written to help DP channel developers convert to a SceneGraph channel.

FREE Windows desktop software for converting Direct Publisher channels to SceneGraph (SDK), for creating BIF (Trick Play) files, Roku (MRSS, JSON) feed files, and FireTV feed files @ GitHub/rrirower.
0 Kudos
newperceptions
Streaming Star

Re: How to Customize the UI of a Direct Publisher LIKE Channel

@Baradanikto thanks for putting this together. Unfortunately we do not have issues with the conversion itself. Rather, we want to use a different template than the one provided by Roku. We want to use the Hero Row template that is provided by Direct Publisher. The conversion isn't that difficult with a little elbow grease, but when it comes to editing the UI, that's much more time consuming and complicated. So we're looking for a one-to-one migration of what we currently have. Otherwise it just shows all the videos in a single row and is not paying attention to the way the JSON file is constructed, which currently with Hero Row, splits the series up into separate video rows.

0 Kudos
Baradanikto
Roku Guru

Re: How to Customize the UI of a Direct Publisher LIKE Channel

@newperceptions The tool I created produces a grid layout that uses your json feed file to create rows based on the defined categories in your feed file.  It supports series with seasons and episodes.

FREE Windows desktop software for converting Direct Publisher channels to SceneGraph (SDK), for creating BIF (Trick Play) files, Roku (MRSS, JSON) feed files, and FireTV feed files @ GitHub/rrirower.
newperceptions
Streaming Star

Re: How to Customize the UI of a Direct Publisher LIKE Channel

I will check it out. Thank you. 

0 Kudos
newperceptions
Streaming Star

Re: How to Customize the UI of a Direct Publisher LIKE Channel

@Baradanikto I tried using the Wizard, created the file just fine, side loaded, and it is stuck on "Please wait. Loading..." Any suggestions on what might be causing that and/or how to troubleshoot?

0 Kudos
Baradanikto
Roku Guru

Re: How to Customize the UI of a Direct Publisher LIKE Channel

If the code hangs at that point, it usually indicates a problem with your feed file. If you need help, please open an issue on the GitHub site.

Please refer future questions to that site.

FREE Windows desktop software for converting Direct Publisher channels to SceneGraph (SDK), for creating BIF (Trick Play) files, Roku (MRSS, JSON) feed files, and FireTV feed files @ GitHub/rrirower.
0 Kudos
newperceptions
Streaming Star

Re: How to Customize the UI of a Direct Publisher LIKE Channel

Does this also support liveFeeds? AKA, if I add a liveFeed section before my movies section, should it pick that up as well? Or does it only pick up the playlists? Looks like you can add a live video to a playlist, so not sure how that would work. 

0 Kudos