chapter example fixes

pull/241/head
Dave Jones 2021-04-19 16:49:30 -05:00
rodzic 6f9b1cdc66
commit 3c89a5e709
3 zmienionych plików z 11 dodań i 7 usunięć

Wyświetl plik

@ -1,5 +1,5 @@
{ {
"version": "1.0.0", "version": "1.2.0",
"chapters": "chapters":
[ [
{ {

Wyświetl plik

@ -1,5 +1,5 @@
{ {
"version": "1.0.0", "version": "1.2.0",
"author": "John Doe", "author": "John Doe",
"title": "Episode 7 - Making Progress", "title": "Episode 7 - Making Progress",
"podcastName": "John's Awesome Podcast", "podcastName": "John's Awesome Podcast",
@ -37,8 +37,12 @@
}, },
{ {
"startTime": 4826, "startTime": 4826,
"img": "https://example.com/images/bostonharbor.jpg", "img": "https://example.com/images/parisfrance.jpg",
"toc": false "toc": false,
"location": {
"name": "Eiffel Tower, Paris",
"geo": "geo:42.3417649,-70.9661596"
}
}, },
{ {
"startTime": 5510, "startTime": 5510,

Wyświetl plik

@ -89,7 +89,7 @@ Here is what a very basic chapters file may look like:
```json ```json
{ {
"version": "1.1.0", "version": "1.2.0",
"chapters": "chapters":
[ [
{ {
@ -146,7 +146,7 @@ chapter list, but allows for different artwork to be shown:
```json ```json
{ {
"version": "1.1.0", "version": "1.2.0",
"author": "John Doe", "author": "John Doe",
"title": "Episode 7 - Making Progress", "title": "Episode 7 - Making Progress",
"podcastName": "John's Awesome Podcast", "podcastName": "John's Awesome Podcast",
@ -179,7 +179,7 @@ chapter list, but allows for different artwork to be shown:
}, },
{ {
"startTime": 4826, "startTime": 4826,
"img": "https://example.com/images/bostonharbor.jpg", "img": "https://example.com/images/parisfrance.jpg",
"toc": false, "toc": false,
"location": { "location": {
"name": "Eiffel Tower, Paris", "name": "Eiffel Tower, Paris",