-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathautoplayer_config-example.json
93 lines (93 loc) · 2.19 KB
/
autoplayer_config-example.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
{
"reloadtimeout": 3000,
"template-nextpvr": {
"clientid": "123",
"hostip": "localhost",
"hostport": 8866,
"pin": "0000"
},
"sources": [
{
"id": 1,
"name": "BBC Radio 2",
"url": "http://localhost/live?channel=702&client=123",
"image": "http://localhost/service?method=channel.icon&channel_id=8560",
"programme": {
"nextpvr": {
"hostip": "localhost",
"hostport": 8866,
"pin": "0000",
"channel_id": 8560
}
}
},
{
"id": 2,
"name": "BBC Radio 1",
"url": "http://localhost/live?channel=700&client=123",
"image": "http://localhost/service?method=channel.icon&channel_id=8558",
"programme": {
"nextpvr": {
"hostip": "localhost",
"hostport": 8866,
"pin": "0000",
"channel_id": 8558
}
}
},
{
"id": 3,
"name": "DLNA Random",
"url": "upnp://http://localhost:8895/serviceControl?ObjectID=A_R",
"image": null,
"programme": null
}
],
"schedules": [
{
"day": [
1,
2,
3,
4,
5
],
"start": "08:00",
"stop": "09:00",
"source": 3
},
{
"day": [
1,
2,
3,
4,
5
],
"start": "13:00",
"stop": "13:45",
"source": 6
},
{
"day": [
0
],
"start": "10:00",
"stop": "12:00",
"source": 1
}
],
"webapi": {
"port": 8007,
"ssl": false
},
"manual": {
"schedule": 0,
"day": 0,
"url": null,
"title": null,
"image": null,
"mode": 1,
"source": null
}
}