Baradanikto
9 years agoRoku Guru
Missing videos - category error?
I created a json feed that validated and the developer portal says that it consume 27 videos. However, not all of them show up. I think it may be somehow tied into the categories. I've elected to use the categories/tags in my feed. Here's a sample:
The "erg" category does not show on the channel even though I've got at least one video with an applicable tag. I've also got a video that has one tag labeled "college". I expected it to show under the "races" category, but, it's not there. I've got other videos that seem to follow a similar pattern. Anyone know what's going on here?
"categories": [
{
"query": "club OR masters OR college",
"name": "races",
"order": "chronological"
},
{
"query": "rigging OR practice OR shell OR training",
"name": "misc",
"order": "chronological"
},
{
"query": "crashb OR concept2",
"name": "erg",
"order": "chronological"
}
],
The "erg" category does not show on the channel even though I've got at least one video with an applicable tag. I've also got a video that has one tag labeled "college". I expected it to show under the "races" category, but, it's not there. I've got other videos that seem to follow a similar pattern. Anyone know what's going on here?