Forum Discussion
TWiT
2 years agoBinge Watcher
I thought I had found the issue with my JSON having extra commas in it that didn't show up as an error in Chrome or when running it through the JSON validator at jsonlint.com...but that wasn't it. I've tried cutting back the JSON to just the bare bones and it's still not displaying.
Anyone got any ideas? No matter what I try, this is just coming up with a blank screen. JSON is at https://feeds.twit.tv/roku-test3.json
ferdiworks
2 years agoRoku Guru
I looked at your feed and see that there is no Categories and playlists at the bottom or any Categories and queries! I put two examples below!
example:
}
],
"categories": [
{
"name": "Episodes: Latest back to 161",
"query": "161-200",
"order": "most_recent"
},
{
"name": "Episodes: 121-160",
"query": "121-160",
"order": "chronological"
},
{
"name": "Episodes: 81-120",
"query": "81-120",
"order": "chronological"
},
{
"name": "Episodes: 41-80",
"query": "41-80",
"order": "chronological"
},
{
"name": "Episodes: 1-40",
"query": "1-40",
"order": "chronological"
},
{
"name": "Francois du Plessis and Walter Veith Series",
"query": "FdP WV Series",
"order": "most_recent"
},
{
"name": "Francois du Plessis Series",
"query": "Francois du Plessis Series",
"order": "most_recent"
},
{
"name": "Walter Veith Series",
"query": "Walter Veith Series",
"order": "most_recent"
},
{
"name": "Martin Smith Sermons",
"query": "Martin Smith Sermons",
"order": "most_recent"
},
{
"name": "Miscellaneous",
"query": "Misc",
"order": "most_recent"
},
{
"name": "Health Series",
"query": "Health Series",
"order": "most_recent"
},
{
"name": "Other Series",
"query": "Other Series",
"order": "most_recent"
},
{
"name": "Music",
"query": "Music",
"order": "most_recent"
},
{
"name": "Ellen G. White Books (audio with text on screen)",
"query": "Ellen G. White Series",
"order": "most_recent"
}
]
}
example2:
"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"
]
}
]
}- mattk272 years agoBinge Watcher
ferdiworks we just added the ability to manage categories from your JSON, since we saw so many channels have this same exact problem: