Forum Discussion
Please see my Post regarding the tool I've written to help DP channel developers convert to a SceneGraph 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.
- Baradanikto3 years agoRoku Guru
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.
- newperceptions3 years agoStreaming Star
I will check it out. Thank you.
- newperceptions2 years agoStreaming Star
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?
- Baradanikto2 years agoRoku Guru
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.
- newperceptions2 years agoStreaming Star
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.