Skip to content

Instantly share code, notes, and snippets.

@line-o
Created September 16, 2015 14:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save line-o/4ad34be493e17b593e22 to your computer and use it in GitHub Desktop.
Save line-o/4ad34be493e17b593e22 to your computer and use it in GitHub Desktop.
Example Podcast Episode Configuration for mirash.herokuapp.com
{
"poster": "https://mirash.herokuapp.com/static/img/coverimage.png",
"title": "Feb. 12, morning",
"permalink": "https://mirash.herokuapp.com/examples/which-format/index.html",
"subtitle": "Mehr text zu dieser Episode",
"publicationDate": "2004-02-12T15:19:21+00:00",
"license": {
"name": "Creative Commons Attribution-NonCommercial-ShareAlike 3.0 Germany License",
"url": "http:\/\/creativecommons.org\/licenses\/by-nc-sa\/3.0\/de\/deed.en"
},
"chapters": [
{
"start": "00:00:00.000",
"title": "Introduction"
},
{
"start": "00:00:16.750",
"title": "IV. The old man and the sea monster, dictated"
},
{
"start": "01:02:56.250",
"title": "3. Enver Hoxha, recited"
},
{
"start": "01:04:51.250",
"title": "4. Enhver Hoxha, recited"
},
{
"start": "01:07:38.400",
"title": "3. Enver Hoxha, sung"
},
{
"start": "01:15:21.330",
"title": "4. Enver Hoxha, sung"
},
{
"start": "01:23:18.580",
"title": "3. Enver Hoxha, dictated"
},
{
"start": "01:35:18.400",
"title": "4. Enver Hoxha, dictated"
},
{
"start": "01:49:50.400",
"title": "Va. Tbani Zadrili, sung"
},
{
"start": "02:30:34.250",
"title": "Vb. Tbani Zadrili, sung"
}
],
"summary": "Hier könnte ihr text stehen",
"sources": [
{
"type": "audio/mp3",
"src": "https://mirash.herokuapp.com/static/recordings/12-1.mp3"
}
],
"downloads": [
{
"name": "MP3",
"size": 72778813,
"url": "https://mirash.herokuapp.com/static/recordings/12-1.mp3",
"dlurl": "https://mirash.herokuapp.com/static/recordings/12-1.mp3"
}
],
"show": {
"title": "SHOW TITLE",
"subtitle": "SHOW SUBTITLE",
"summary": "Even more text about this show...",
"poster": "https://mirash.herokuapp.com/static/img/coverimage.png",
"url": "#"
},
"profiles": [],
"width": "auto",
"chaptersVisible": true,
"duration": "2:00:00.000"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment