-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.json
More file actions
31 lines (31 loc) · 849 Bytes
/
config.json
File metadata and controls
31 lines (31 loc) · 849 Bytes
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
{
"streamUrl": "https://live.heanet.ie/73b725db6e62550832232116ac7202e8/ngrp:720p_all/playlist.m3u8",
"outputDir": "/home/eointm/Documents/ir_dump",
"active": false,
"ccEmail": "eoin.t.moran00@gmail.com",
"fromEmail": "listnerboi.noreply@eointm.com",
"emailPass": "q10022080Q",
"smtpServer": "smtp.zoho.com",
"smtpPort": 465,
"baseDlUrl": "http://listnerboi.eointm.com/",
"schedule": [
{
"showName": "TheAgency '\"",
"emailAddress": "eoin.t.moran@gmail.com",
"day": 4,
"startTimeHrs": 15,
"startTimeMins": 1,
"startTimeSecs": 0,
"runtime": 0
},
{
"showName": "A Slightly Worse Show Than Judgement",
"emailAddress": "test2@test.com",
"day": 2,
"startTimeHrs": 23,
"startTimeMins": 33,
"startTimeSecs": 0,
"runtime": 3600
}
]
}