Forum Discussion
I'm having trouble with my JSON file. It's generated via WP Smart TV and can be found at https://fff-roku.s3.us-east-2.amazonaws.com/fff-roku-feed.json. On the DP to SceneGraph template from Baradanikto , it won't load. On the MyTVShow template from ferdiworks it only loads half of my tags/categories. Everything else seems to work fine and when I test other json feeds, there doesn't seem to be any problems. Not sure what I'm doing wrong.
- ferdiworks2 years agoRoku Guru
johnary Have you tried using categories with Playlist instead?
"categories": [ { "name": "All Videos", "playlistName":"All", "order": "most_popular" }, { "name": "Divine Mercy Matters", "playlistName":"Divine Mercy Matters", "order": "chronological" }, { "name": "Discovering the Diary", "playlistName":"Discovering the Diary", "order": "most_recent" }, { "name": "Featured Free for a Limited Time", "playlistName":"Featured Free", "order": "manual" }, { "name": "Explaining the Faith with Fr. Chris Alar", "playlistName":"Explaining the Faith", "order": "chronological" } ], "playlists": [ { "name": "All", "itemIds": [ "archives-srfaustina1", "c8168fc591444f1a8dd57f6066c26c88", "01915b3a171a461ebe6e0a098d53e705", "2c27a33b4eee4705971b1904490c72be", "91d627fdd4dc4dc0a79737cfc5a89428", "c9cdab6e098c403a86f776cf13cd68d2", "55c605228e584bc6ad3788b754808943", "d0f01326bd764b6991b4e8ad165f2c59", "39946711a4b5461d9519797a95e09de4", "4471a6ab89c444a6ac624fc6ebb69341", "0236fd9efc0a4be090b1130526b86880", "8cb5b158c6ae403f9ced68af25aabe73", "e13adc59658e483fa519f0dca3bcd30a", "b2672956cd6044158b2a9187291f6afa", "3f5aab9529084f32bd02e901d9ff53b9", "235b85bd90844a05865190a0fca659ff" ] }, { "name": "Divine Mercy Matters", "itemIds": [ "c8c1e4b00b144a649887cccf124522c5" ] }, { "name": "Discovering the Diary", "itemIds": [ "01915b3a171a461ebe6e0a098d53e705", "4471a6ab89c444a6ac624fc6ebb69341", "c8168fc591444f1a8dd57f6066c26c88" ] }, { "name": "Featured Free", "itemIds": [ "f1377ac9543c4b9795239516ef0caa64", "38f3697469b4418b82fbb59945ed4aaa" ] }, { "name": "Explaining the Faith", "itemIds": [ "8cb5b158c6ae403f9ced68af25aabe73", "d708716987934c26add6574788ea4117", "06e25536ff004058a6453fd86ab1930e", "22af8f6370434cf887072b1c7a27a4f8", "39946711a4b5461d9519797a95e09de4", "e13adc59658e483fa519f0dca3bcd30a", "d0f01326bd764b6991b4e8ad165f2c59", "2c27a33b4eee4705971b1904490c72be", "1c606116194c4f73a32b5d4e6f696fb0", "91d627fdd4dc4dc0a79737cfc5a89428", "c9cdab6e098c403a86f776cf13cd68d2", "55c605228e584bc6ad3788b754808943", "0236fd9efc0a4be090b1130526b86880", "b2672956cd6044158b2a9187291f6afa", "3f5aab9529084f32bd02e901d9ff53b9", "84633bc134db49fdbd1075d827581810", "e82af69af78a464d8acf8ff0fa6ac775", "a0ab3f8ce2854a7a8680ebadfd289452", "f3a0024758b148a081df0e2513b270c8", "3c2bf497896b4f3eab22d3bf6e239bee", "b46997f173374cf2910e0a2b56d68f1c", "8322cd8277164eb981f4be57f1438df0" ] } ] }
- Baradanikto2 years agoRoku Guru
johnary First, playlists are not required. Your feed file has at least one problem. I loaded it into The Channel Feed Manager and it reported the following:
An error has been detected in your feed file: 'Invalid type. Expected Array but got String. Path 'shortFormVideos[71].genres', line 1953, position 24.'
I then took a look at your feed file and noticed this:
"genres": "",
Genres is an array of strings. Your feed file defines it as a single string.
- johnary2 years agoStreaming Star
Thank you Baradanikto and ferdiworks. I just scheduled my DP channel to update to SDK. You're help was invaluable.
- ferdiworks2 years agoRoku Guru
Glad to hear you are up and running, But don't thank me, all the credit goes to @Baradanikto for his work in the DP to Scenegraph software. I just took an older version of his work and edited it for your feed so you could use your Mac to edit the files!