-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathbase.json
executable file
·210 lines (186 loc) · 6.8 KB
/
base.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
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
//idea for all podcast basics and standard informations
{
"type": "basic",
"data": {
//standard dates
"title": "Podcastname",
"subtitle": "Weghören bringt nix",
"description": "Ein Podcast über...",
"baseurl": "http://podcastname.tld",
"org": ["Musterfirma GmbH & Co KG", "Chaos Computer Club"], // list alle organisations in an array or only one in a string
"cover": "http://max.musterman.tld/me.png",
//person workflow and specifications (rss feed)
"author": "Max Mustermann",
"creator": "Hans Wurst",
"owners": ["Max Mustermann","Hubert Mustermann"], //itunes standard?
"explicit": "yes/no/-",
"pubdate": "Day, 01 Apr 2013", //day of start the podcast
"updatePeriod": "hourly", //publishing
"language": "de-DE",
"lic": "License name",
"licurl": "http://..",
//podcast keywords
"keywords": "word1, word2, word3", //for wordpress line
"keywordarray": ["word1", "word2", "word3"], //or read for other systems
"location": "Berlin", //standard location of the podcast
//geo.json?
"publisher": ["podlovepublisher", "v1.8.4"], //publishing software (podpress, powerpress, firtz, ...)
//idea for payments (string or array ???)
"payments": [{
"name": "flattr",
"url": "https://flattr.com/profile/shownotes",
"type": "donation"}, {
"name": "paypal",
"url": "http://..",
"type": "payment"
}],
...
//all podcast feeds
"allfeeds": [
//file specifications in podlove: https://github.com/podlove/podlove-publisher/blob/master/plugin.php#L18
{
"type": "audio/",
"name": "MP3 Audio",
"mime_type": "audio/mpeg",
"extension": "mp3",
"url": "http://podcast.tld/feed/full-mp3/"
}, {
"type": "audio/",
"name": "MP3 Audio",
"mime_type": "audio/mpeg",
"extension": "mp3",
"url": "http://podcast.tld/feed/small-mp3/"
}, {
"type": "audio/",
"name": "Opus Audio",
"mime_type": "audio/opus",
"extension": "opus",
"url": "http://podcast.tld/feed/opus/",
}
....
],
//basic podcast contact
"contact": { // included or linked PIS person.json
"private": {
//idea for more or standard contacts
"tel": "0049 159 11231312009",
"email": "[email protected]",
"skype": "skype://podcastname",
....
"Musterfirma GmbH & Co KG": { // use org values as keys
"tel": "0049 151 11231231921",
"email": "[email protected]"
},
"adress": {
"name": "Max Mustermann",
"street": "Musterstraße",
"number": "23",
"postalcode": "12345",
"country": "Germany"
},
//direct url to social networks?
"social": {
"app": "https://alpha.app.net/podcastname", //@App.Net
"twitter": "https://...", //@twitter
"gplus": "https://...", //Google+
"facebook": "https://...", //Facebook
...
//print & point networks
"pinterest": "https://...", //Facebook
...
//screencast / youtube
"youtube": "https://...", //YouTube
...
}
},
//directorys & projects for podcastings
"directorys": {
//standards directories
"itunes": "http://", //iTunes
"podcast.de": "...", //podcast.de
"pitlove": "...", //bitlove (p2p)
...
//scene projects and directories
"hoersuppe.de": "...", //hoersuppe.de
"firtz": "...", //firtz.org
"shownote": "...", //shownot.es
"podpott": "...", //podpott.de
"podunion": "...", //PodUnion.com
"podbe": "...", //Podbe.de
"gpodder.net":"...", //Gpodder.net
"podigee": "...", //Podigee
...
//streaming directories
"xenim": "...", //xenim
"reliveradio": "...", //reliveradio
...
//search & quests ???
"poodle": "..." //Poodle.fm
...
},
//all episode tags
"tags": ["macs", "apple", "technologie", "podcast", "technik"],
//episodes
"allepisodes": {
"name": "Podcastname"
"url": "http://podcastname.tld/produce.json" // PIS file of the podcast
"parts": 114 // all episodes
"part": 100 // count episodes
//all personal outs
"contributer": {
"name": "Podcastname",
"url": "http://podcastname.tld/person.json", // PIS file of the podcast persons
"bodys": 20 // all persons linked in the Podcasts
//podcasters idea
"caster": [{
"name": "Hubert Mustermann", //Podcaster 1
....
}, {
"name": "Herbert Mustermann", //Podcaster 2
....
}],
//guests
"caster": [{
"name": "Max Mustermann", //Guest 1
....
}, {
"name": "Mark Mustermann", //Guest 2
....
}]
}
},
//standard podcast categorys
"categories": [{
"id": 1,
"slug": "society",
"title": "Gesellschaft",
"description": ""
}, {
"id": 2,
"slug": "literature",
"title": "Literatur",
"description": ""
}],
//standard archiv & categorie archiv
"archiv": [{
"id": 1,
"slug": "society",
"title": "Gesellschaft",
"description": ""
}, {
"id": 2,
"slug": "literature",
"title": "Literatur",
"description": ""
}],
"ttl": 7200, // time to live <https://en.wikipedia.org/wiki/Time_to_live> #g
"origin": "http://example.org/base.pis.json", // on backup/fallback files to show the origin source
"secure": {
"hash": { // to check for changes
"md5": "344aab9758bb0d018b93739e7893fb3a",
"crc32": "215568175"
},
"ca": "http://example.org/pgp.asc", // Certificate authority
"signature": "" // GPG Signature
}
}