-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdraft.json
158 lines (158 loc) · 4.04 KB
/
draft.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
{
"book": {
"title": "The Story of a Specification",
"subtitle": "From nothing, to something",
"abridgement": "Unabridged",
"author": "Geoff Jukes and Others",
"narrator": "Geoff Jukes",
"copyright": "Blackstone Publishing, Inc.",
"isbn13": "9781234567890",
"cover": "/cover.jpg",
"version": "a02291caf068b252c6ba899cf6f13cf3",
"modified": "2012-08-14T16:49:59+00:00",
"license": null,
"credits": {
"authors": [
"Geoff Jukes"
],
"narrators": [
"Geoff Jukes"
],
"publishers": [
"Blackstone Publishing, Inc."
],
"contributors": [
"The World"
]
}
},
"resources": {
"/cover.jpg": {
"source": "http://example.org/cover.jpg",
"label": "The Story of a Specification (Unabridged)",
"md5": "06f33a03629a38129cfdfc46be2256c5",
"mimetype": "image/jpeg",
"modified": "2012-08-10T15:39:57+00:00",
"size": 345645
},
"/target.jpg": {
"source": "http://example.org/target.jpg",
"label": "The Target",
"md5": "f69a7bd55507cb41161f452777701109",
"mimetype": "image/jpeg",
"modified": "2012-08-10T15:39:57+00:00",
"size": 345645
},
"/battle-plans.pdf": {
"source": "http://example.com/battle-plans.pdf",
"label": "Top Secret Battle Plans",
"md5": "2971819be3990807db172ee7079cf907",
"mimetype": "application/pdf",
"modified": "2012-08-10T12:23:55+00:00",
"size": 1524554
}
},
"audio": {
"/6729-001.m4a": {
"source": "http://example.org/audio/6729-001.m4a",
"length": 3336.3330416666668,
"md5": "c45c8f927f93f474074c5641f205349c",
"modified": "2012-08-14T16:49:50+00:00",
"size": 80072018,
"license": null
},
"/6729-002.m4a": {
"source": "http://example.org/audio/6729-002.m4a",
"length": 2446.1845,
"md5": "857ce612dc13b3446a8b728286843274",
"modified": "2012-08-14T16:49:52+00:00",
"size": 58708453,
"license": null
},
"/6729-003.m4a": {
"source": "http://example.org/audio/6729-003.m4a",
"length": 2543.1249166666666,
"md5": "00408f65e855ccfced068fe7a3a201f5",
"modified": "2012-08-14T16:49:55+00:00",
"size": 61035023,
"license": null
},
"/6729-004.m4a": {
"source": "http://example.org/audio/6729-004.m4a",
"length": 3364.022875,
"md5": "15e9654a94eaa16484d8d94a3f4356f8",
"modified": "2012-08-14T16:49:59+00:00",
"size": 80736574,
"license": null
},
"/6729-005.m4a": {
"source": "http://example.org/audio/6729-005.m4a",
"length": 3364.022875,
"md5": "1425374a94eaa16484d8783950-34g93",
"modified": "2012-08-14T16:49:59+00:00",
"size": 80736574,
"license": null
}
},
"playlist": [
{
"label": "Part One",
"style": "book-section",
"indent": 0,
"stylesheet": "default.css",
"contents": [
{
"label": "In the Beginning",
"audio": "/6729-001.m4a",
"indent": 1,
"style": "track"
},
{
"label": "An Idea Forms",
"audio": "/6729-002.m4a",
"indent": 1,
"style": "track",
"resources": [
"target.jpg"
]
}
]
},
{
"label": "The Journey",
"style": "subsection-red",
"indent": 1,
"stylesheet": "default.css",
"contents": [
{
"label": "A First Draft!",
"audio": "/6729-003.m4a",
"indent": 1,
"style": "blood-red",
"resources": [
"/battle-plans.pdf"
]
}
]
},
{
"label": "Part Two",
"indent": 0,
"stype": "book-section",
"contents": [
{
"label": "Winners",
"audio": "/6729-004.m4a",
"indent": 1,
"style": "track"
},
{
"label": "Losers",
"audio": "/6729-005.m4a",
"indent": 1,
"style": "track"
}
]
}
]
}