I am using Template 1 of the Google TV HTML5 Templates: https://code.google.com/p/gtv-resources/
Live example: http://gtv-resources.googlecode.com/svn/trunk/templates/html-01/index.html
I am trying to update the "dataprovider.js" file with a different list of sources.
Here is the original, unmodified file for reference: http://pastebin.com/L2U54DPZ
I want to be able to specify my own video list. I've simplified this down to just one category with two videos. http://pastebin.com/XvcC01BY
The menu shows up on the left hand side, but the videos do not display at all. Screenshot: http://i49.tinypic.com/35a0tbp.jpg
Here is a live example using my updated dataprovider.js file: http://rrcustom.com/stackoverflow/gtv-html5
Any help provided is much appreciated. Thank you.