Files
mlib5/js/episode.json
2013-07-24 20:09:46 +02:00

34 lines
936 B
JSON
Executable File

{
"title": "Testepisode",
"info": "this is a testepisode",
"tracks": [
{
"title": "testtrack1",
"info": "this the testtrack1",
"src": "audio.ogg",
"chapters": [
{
"title": "testtrackcheapter1",
"info": "this the cheapter1",
"time": "0"
},
{
"title": "testtrackcheapter2",
"info": "this the cheapter2",
"time": "3000"
},
{
"title": "testtrackcheapter3",
"info": "this the cheapter3",
"time": "9000"
}
]
},
{
"title": "testtrack2",
"info": "this the testtrack2",
"src": "audio2.ogg",
"cheapter": null
}
]
}