forked from bebo-dot-dev/m3u-epg-editor
-
Notifications
You must be signed in to change notification settings - Fork 0
/
sample_input_args.json
47 lines (47 loc) · 1.31 KB
/
sample_input_args.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
{
"m3uurl": "http://<VADERSTREAMS_DOMAIN>/epg/vget?username=<USERNAME>&password=<PASSWORD>",
"epgurl": "http:/<VADERSTREAMS_DOMAIN>/p2.xml.gz",
"groups": [
"sports"
],
"channels": [
"willow hd",
"bein sports espanol hd"
],
"range": 12,
"sortchannels": [
"sky sports action 4k",
"sky sports action hd",
"sky sports arena",
"sky sports arena 4k",
"sky sports arena hd",
"sky sports cricket 4k",
"sky sports cricket hd",
"sky sports f1 4k",
"sky sports f1 hd",
"sky sports football",
"sky sports football 4k",
"sky sports football hd",
"sky sports golf",
"sky sports golf 4k",
"sky sports golf hd",
"sky sports main event",
"sky sports main event 4k",
"sky sports main event hd",
"sky sports mix",
"sky sports mix 4k",
"sky sports mix hd",
"sky sports news",
"sky sports news 4k",
"sky sports news hd",
"sky sports premier league",
"sky sports premier league 4k",
"sky sports premier league hd"
],
"tvh_offset": 0,
"no_tvg_id": false,
"no_epg": false,
"no_sort": false,
"outdirectory": "/home/target_directory",
"outfilename": "output_file"
}