34 lines
936 B
JSON
Executable File
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
|
|
}
|
|
]
|
|
} |