Hello,
I've built my Roku channel from a sample channel that uses mrss as the content feed. It's working great.
However, I've realized that I will have a structure of
- Series
- Episode 1
- Episode 2
For Video as well as
- Album
- Track 1
- Track 2
For Audio.
Outside of Roku I've had no problem nesting child nodes under parent nodes in XML but before I risk hacking up my code, I'd like to confirm if this is possible with Roku content feeds (examples would be very helpful).
I'm aware that it is possible with JSON parsing, but there are no sample channels with JSON that I could find (other than the parsing example).
Any advice for the child nodes in mrss or a sample channel with JSON would be very much appreciated.
Thanks
T