-
Notifications
You must be signed in to change notification settings - Fork 7
/
wgmulti.config.json
74 lines (74 loc) · 1.38 KB
/
wgmulti.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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
{
"retry": {
"timeOut": 20,
"channelDelay": 5,
"showDelay": 1,
"indexDelay": 1,
"attempts": 2
},
"logging": true,
"skip": "12,1",
"timespan": {
"days": 2,
"pastdays":1,
"time": ""
},
"update": "",
"filename": "epg.xml",
"useragent": "Mozilla/5.0 (windows nt 6.1; win64; x64) applewebkit/537.36 (khtml, like gecko) chrome/54.0.2840.99 safari/537.36",
"mode": "m,nomark",
"proxy": {
"user":"",
"password":"",
"server":""
},
"postprocess": {
"type": "rex",
"grab": true,
"run": false
},
"channels": [
{
"name": "HBO",
"xmltv_id": "HBO",
"enabled": true,
"update": "i",
"siteinis": [
{
"site_id": "index_hbo",
"name": "hbo.bg"
}
],
"timeshifts": [
{
"name": "HBO +1",
"xmltv_id": "HBO +1",
"enabled": true,
"offset": 1
},
{
"name": "HBO +2",
"xmltv_id": "HBO +2",
"enabled": true,
"offset": 2
}
]
},
{
"name": "Sport1 US HD",
"xmltv_id": "Sport1 US HD",
"enabled": true,
"update": "i",
"siteinis": [
{
"site_id": "162",
"name": "sky.de"
},
{
"name":"horizon.tv.de",
"site_id":"145416231118"
}
]
}
]
}