-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.json
55 lines (55 loc) · 1.24 KB
/
config.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
{
"podcastindex":{
"url":"https://api.podcastindex.org/api/1.0/",
"key":"xxxxxxxxxxxxxxxxxxxxxxxxxx",
"secret":"xxxxxxxxxxxxxxxxxxxxxxx",
"wait":0
},
"querystringtracking":{
"enable":1
},
"prefix": [
{
"url":"https://chtbl.com/track/11G3D/",
"enabled":0
},
{
"url":"https://chrt.fm/track/E4F779/",
"enabled":0
},
{
"url":"https://www.podtrac.com/pts/redirect.mp3/",
"enabled":0
},
{
"url":"https://op3.dev/e/",
"enabled":0
},
{
"url":"https://pdcn.co/e/",
"enabled":0
}
],
"directory":{
"data":"/path/to/podcastfiles",
"log":"LOG",
"play":"PLAY",
"playlist":"/path/to/use/in/playlist"
},
"settings":{
"timezone":"xxxx/xxxxx",
"formatdatetime":"%H:%M %m/%d/%Y",
"formattime":"%H:%M",
"numberOfEpisodes":"20",
"announceLive":"24",
"leadinLive":"15",
"leadoutLive":"15",
"prefix_error":"[ERROR] ",
"prefix_file":"[FILE] ",
"prefix_stream":"[STREAM] ",
"prefix_live":"[LIVE] "
},
"file":{
"podcastlist":"/path/to/podcastlist.json"
}
}