Using Direct Publisher, to add a new playlist, I click on "add category, select “based on playlist” then select one of the playlist titles from the drop down menu that is being fed from my json file. When I try to click save, I get the following error:
Sorry, An error was encountered with the form. Please correct the highlighted fields.
I’ve looked everywhere and tried selecting every option available on the form. There is not a highlighted field to correct. Has anyone experienced this? I’m stumped.
Thanks in advance.
I think you have to name the category. Click in the tab where ‘Add A Category’ is greyed out, and give it a name.
You may want to consider defining your categories and play lists in the feed file rather than through the developer portal. You’ll have more control over those aspects of your feed file.
Baradanikto and 37Mediagroup,
I think I do have my playlists defined incorrectly. At least part of the way?
Using the following code:
“playlists”: [
{
“name”: “Places To Eat”,
“itemIds”: [
“2016010205”
]
},
{
“name”: “Things To Do”,
“itemIds”: [
“2016010202”
]
},
{
“name”: “Places To Stay”,
“itemIds”: [
“2016010205”
]
}
It will allow me to add the category as a playlist, but I have to select, “most recent first”, I can’t use “Use Playlist Order”.
Direct Publisher is a particular GUI. This is what I get for not knowing BrightScript. Thank you again for both of your help. Sorry I’m new to this.
You’ve defined the play list in the feed file, but, it sounds like you are still trying to use the developer portal for your categories. I don’t think a mix and match approach is correct. Try defining your categories in the feed file. Additionally, if you want to post your feed file, I can validate it with the software I’ve written.