Add GridScreen and Categories to developer channel
I have been a dirct publisher for about 4 years now and with the new protocol of sunsetting the DP program, I am now learnign to code a channel form the ground up. I have used the course to some extent and poked around with the master example git (https://github.com/rokudev/scenegraph-master-sample/tree/master) but I am having some difficulty iimplementing all of th ecomponents and UI elements into a single channel.
A few questions that seem left unanswered that are troubling me:
1) Am I supposed to have a single manifest document at the top of the .zip I sideload into my device? ...I see different manifest files in each of the folders within the git example, but should I move all of that code into a single manifest file in the root?
2) I have categories assigned within my json feed, but they ar enot appearing in the test channel. i only see a single row of "series" or "movies", but no seperate categories. With the DP program I simply added the categories for the content as I see fit, and the videos were sorted according to those settings.
3) I see some duplicated content in the folders for the different examples. If I want to use the GridScreen, and the Episode Screen, do I need to include all examples of the folders in the components? the GridScreen folder is in both the GridScreen and the Episode; do I include it twice?
There seems to be a lot of confussion on these boards and some mixed messages form Roku, and holes in the documentation... is there a complete example that might be availbale from the community that we could review as a clean example without all the fluff?