-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsample_20230709.json.html
More file actions
96 lines (96 loc) · 2.43 KB
/
sample_20230709.json.html
File metadata and controls
96 lines (96 loc) · 2.43 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
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
<!DOCTYPE html>
<html>
<head>
<META http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>Song Table</title>
<link rel="stylesheet" href="styles.css">
</head>
<body>
<h1>Song Table</h1>
<hr>
<table>
<tr>
<th>#</th>
<th>Description</th>
<th>Index</th>
<th>Source Time</th>
<th>Used Time</th>
<th>Artist</th>
<th>Name</th>
</tr>
<tr>
<td>1</td>
<td>Played for 00:03:36.093
<br>Skipped: False
<br>Shuffle: False
<br>Country: FR</td>
<td>2</td>
<td>Ended at 2023-07-09T15:47:38+00:00</td>
<td>Started at 2023-07-09T15:44:01.907+00:00</td>
<td>Matthew And The Atlas</td>
<td>On A Midnight Street</td>
</tr>
<tr>
<td>2</td>
<td>Played for 00:03:22.164
<br>Skipped: False
<br>Shuffle: False
<br>Country: FR</td>
<td>3</td>
<td>Ended at 2023-07-09T15:51:01+00:00</td>
<td>Started at 2023-07-09T15:47:38.836+00:00</td>
<td>Hiss Golden Messenger</td>
<td>Watching the Wires</td>
</tr>
<tr>
<td>3</td>
<td>Played for 00:03:55.871
<br>Skipped: False
<br>Shuffle: False
<br>Country: FR</td>
<td>4</td>
<td>Ended at 2023-07-09T15:54:57+00:00</td>
<td>Started at 2023-07-09T15:51:01.129+00:00</td>
<td>Folk Road Show</td>
<td>Thought You'd Never Ask</td>
</tr>
<tr>
<td>4</td>
<td>Played for 00:01:55.960
<br>Skipped: False
<br>Shuffle: False
<br>Country: FR</td>
<td>5</td>
<td>Ended at 2023-07-09T15:56:53+00:00</td>
<td>Started at 2023-07-09T15:54:57.04+00:00</td>
<td>Bear's Den</td>
<td>Not Every River</td>
</tr>
<tr>
<td>5</td>
<td>Played for 00:03:25.742
<br>Skipped: False
<br>Shuffle: False
<br>Country: FR</td>
<td>6</td>
<td>Ended at 2023-07-09T16:00:20+00:00</td>
<td>Started at 2023-07-09T15:56:54.258+00:00</td>
<td>Ten Fé</td>
<td>Won't Happen - Stripped-Back</td>
</tr>
<tr>
<td>6</td>
<td>Played for 00:02:21.653
<br>Skipped: False
<br>Shuffle: False
<br>Country: FR</td>
<td>7</td>
<td>Ended at 2023-07-09T16:02:42+00:00</td>
<td>Started at 2023-07-09T16:00:20.347+00:00</td>
<td>Austin Basham</td>
<td>Sea so Blue</td>
</tr>
</table>
<hr>
</body>
</html>