-
-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathschedule.json
More file actions
81 lines (81 loc) · 1.86 KB
/
schedule.json
File metadata and controls
81 lines (81 loc) · 1.86 KB
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
{
"program_start_time": "2023-02-13 16:41:19",
"video_start_time": "2023-02-13 16:41:19",
"coming_up_next": [
{
"type": "normal",
"name": "Sample Video Title #1",
"time": "2023-02-13 16:41:19",
"unixtime": 1676306479.582329,
"length": 971,
"extra_info": ""
},
{
"type": "normal",
"name": "Sample Video Title #2",
"time": "2023-02-13 16:57:30",
"unixtime": 1676307450.582329,
"length": 360,
"extra_info": "Extra info from inline comment"
},
{
"type": "extra",
"name": "",
"time": "",
"unixtime": 0,
"length": 0,
"extra_info": "Programming Block #1"
},
{
"type": "normal",
"name": "Sample Video Title #3",
"time": "2023-02-13 17:03:30",
"unixtime": 1676307810.582329,
"length": 2835,
"extra_info": ""
},
{
"type": "normal",
"name": "Sample Video Title #4",
"time": "2023-02-13 17:57:45",
"unixtime": 1676311065.582329,
"length": 1810,
"extra_info": "(Rerun)"
},
{
"type": "extra",
"name": "",
"time": "",
"unixtime": 0,
"length": 0,
"extra_info": "Programming Block #2"
},
{
"type": "normal",
"name": "Sample Video Title #5",
"time": "2023-02-13 18:27:55",
"unixtime": 1676312875.582329,
"length": 2528,
"extra_info": "(Rerun)"
},
{
"type": "normal",
"name": "Sample Video Title #6",
"time": "2023-02-13 19:17:03",
"unixtime": 1676315823.582329,
"length": 6399,
"extra_info": ""
}
],
"previous_files": [
{
"type": "normal",
"name": "Sample Video Title #6",
"time": "2023-02-13 16:41:19",
"unixtime": 1676300080.58133,
"length": 6399,
"extra_info": "(Premiere)"
}
],
"script_version": "2.0.0"
}