Closed dmreagan closed 5 years ago
{
"metadata": {
"name": "playlist1",
"description": "description 1",
},
"collections": [
{
"id": "collection1",
"duration": 30,
},
{
"id": "collection2",
"duration": 45,
}
]
}
For timer logic, use the AngularJS $interval
service. See examples from the screensaver and img-slideshow.
Implemented the playlist feature.
Add a simple playlist creator/editor and display.
User copies collection ID from collection details page and adds it to an array in the playlist create/edit page.