aboutsummaryrefslogtreecommitdiff
path: root/client/js/ui/main.js
blob: add9bdce0df10393c8a6565ec43fce2bd30abe72 (plain)
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
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
// Arching Kaos RSE ui/main.js
//
// Kaotisk Hund - 2024
//
// @license magnet:?xt=urn:btih:0b31508aeb0634b347b8270c7bee4d411b5d4109&dn=agpl-3.0.txt AGPL v3.0
//

var pageLayout = document.querySelector('#page-layout');

var main = {
    element:"div",
    className:"main",
    innerHTML:[
        {element:"div",className:"start-top",innerHTML:[
            {element:"div",className:"div-groups",style:"flex-grow:1;",innerHTML:[
                {element:"div",className:"now-playing-details",innerHTML:[
                    {element:"div",className:"div-groups-row",innerHTML:[
                        {element:"img", className:"generated"},
                        {element:"table", innerHTML:[
                            {element:"tr",innerHTML:[
                                {element:"th", innerText:"Artist"},
                                {element:"td", className:"artist"}
                            ]},
                            {element:"tr",innerHTML:[
                                {element:"th", innerText:"Title"},
                                {element:"td", className:"title"}
                            ]},
                            {element:"tr",innerHTML:[
                                {element:"th", innerText:"Starts On (ms)"},
                                {element:"td", className:"starts-on"}
                            ]},
                            {element:"tr",innerHTML:[
                                {element:"th", innerText:"Duration"},
                                {element:"td",className:"show-duration"}
                            ]}
                        ]}
                    ]}
                ]},
                {element:"div", className:"enhanced-player",innerHTML:[
                    {element:"div", className:"radio-player",innerHTML:[
                        {element:"audio", preload:"auto", controls:true, muted:true}
                    ]},
                    {element:"div", className:"div-row",innerHTML:[
                        {element:"button", id:"start-button",innerText:"Start!"},
                        {element:"button", id:"sync-button",innerText:"Sync"}
                    ]}
                ]}
            ]},
            {element:"div",className:"previously-played"},
        ]},
        {element:"div", className:"more-details", innerHTML:[
            {element:"details",id:"progress-details", innerHTML:[
                {element:"summary", innerText:"Progress details"},
                {element:"div",innerHTML:[
                    {element:"p", innerText:"Download progress:"},
                    {element:"progress",className:"dl-progress", max:"100"}
                ]},
                {element:"div",innerHTML:[
                    {element:"p", innerText:"Live progress:"},
                    {element:"progress",className:"play-progress"}
                ]},
                {element:"div", className:"div-inline",innerHTML:[
                    {element:"div", className:"div-inline",innerHTML:[
                        {element:"p", innerText:"Listening at:"},
                        {element:"p", className:"listening-at"},
                    ]},
                    {element:"div", className:"div-inline",innerHTML:[
                        {element:"p", innerText:"Show playback:"},
                        {element:"div", className:"no-break",innerHTML:[
                            {element:"p", className:"relative-time"},
                            {element:"p", innerText:"/"},
                            {element:"p", className:"show-duration"}
                        ]}
                    ]}
                ]}
            ]},
            {element:"details",id:"sync-info", innerHTML:[
                {element:"summary", innerText:"Progress details"},
                {element:"div",className:"groups",innerHTML:[
                    {element:"h3", innerText:"Timings"},
                    {element:"table", innerHTML:[
                        {element:"tr",innerHTML:[
                            {element:"th", innerText:"Time of visit (ms)"},
                            {element:"td", className:"time-of-visit"}
                        ]},
                        {element:"tr",innerHTML:[
                            {element:"th", innerText:"Time elapsed since visited (s)"},
                            {element:"td", className:"you-are-here"}
                        ]},
                        {element:"tr",innerHTML:[
                            {element:"th", innerText:"List started on (ms)"},
                            {element:"td", className:"started-on"}
                        ]},
                        {element:"tr",innerHTML:[
                            {element:"th", innerText:"List duration (s)"},
                            {element:"td",className:"list-duration"}
                        ]}
                    ]},
                    {element:"h3", innerText:"Calculations"},
                    {element:"table", innerHTML:[
                        {element:"tr",innerHTML:[
                            {element:"th", innerText:"Times Fully Played"},
                            {element:"td", className:"min-played"}
                        ]},
                        {element:"tr",innerHTML:[
                            {element:"th", innerText:"Times Played"},
                            {element:"td", className:"max-played"}
                        ]},
                        {element:"tr",innerHTML:[
                            {element:"th", innerText:"Dt = TP - TFP"},
                            {element:"td", className:"d-t"}
                        ]},
                        {element:"tr",innerHTML:[
                            {element:"th", innerText:"Delta time"},
                            {element:"td",className:"delta-time"}
                        ]},
                        {element:"tr",innerHTML:[
                            {element:"th", innerText:"Initial \"tune in\" time (s)"},
                            {element:"td",className:"current-time"}
                        ]}

                    ]},
                ]}
            ]},
            {element:"details",id:"about", innerHTML:[
                {element:"summary",innerText:"Info to get you started"},
                {element:"h2",innerText:"Notice"},
                {element:"p",innerText:"If you are visiting for the first time, you might need to \"Allow Audio\" first. Please do and refresh the page."},
                {element:"h2",innerText:"About"},
                {element:"p",innerText:"This is a \"Radio Station Emulator\". We create lists with shows to be played, but since we are not doing streaming of the playlists, we offer another way of \"tuning in\"."},
                {element:"p",innerText:"Providing the time a list started playing and having pre-calculated the starting timestamps of each show relevant to the list start timestamp, we can calculate which show is on and what its current time of playing is."},
                {element:"p",innerText:"Ultimately, you are hearing what we would be streaming, as you would do for a regular radio station."},
                {element:"h2",innerText:"Steps"},
                {element:"ol",innerHTML:[
                    {element:"li",innerText:"First, your browser is going to ask our server here, what is the current list that plays right now. It will get a response and will fetch that list."},
                    {element:"li",innerText:"Based on properties of the list overall and the time of visit, your browser will start comparing each show's properties found in the list, to figure the relative time of yours on the list. A progress bar labeled \"Live progress\" will be indicating the correct time on the show."},
                    {element:"li",innerText:"Having figured out the show that is playing, it will go and download the whole show. Progress of that would be observable via the \"Download progress\" bar below."},
                    {element:"li",innerText:"Upon completion of the download, the \"Sync\" button is auto pressed and the player start playing the show from the calculated second it calculated previously."},
                ]},
                {element:"h2",innerText:"Notes"},
                {element:"ul",innerHTML:[
                    {element:"li",innerText:"Sometimes, you might need to press the \"Sync\" button more than once. That's mostly due to bandwidth capabilities of both the server and the client. The \"tune\" would be right if you press it multiple times and land near the same timespace over and over."},
                    {element:"li",innerText:"Ideally, if \"Listening at:\" and \"Show playback:\" havea the same value then you are in sync!"}
                ]}
            ]},
            {element:"details",id:"data",  innerHTML:[
                {element:"summary", innerText:"Data segments"},
                {element:"h3",innerText:"Hash of list"},
                {element:"pre", className:"list-hash"},
                {element:"h3",innerText:"List info (JSON)"},
                {element:"pre", className:"list-info"},
                {element:"h3",innerText:"Hash of current show"},
                {element:"pre", className:"current-show-hash"},
                {element:"h3",innerText:"Show info (JSON)"},
                {element:"pre", className:"show-info"},
                {element:"div", innerHTML:[
                    {element:"a", href:"./data.html", target:"_blank",innerText:"Data"}
                ]}
            ]}
        ]}
    ]
};

makeElement(main, pageLayout);

var audioElement = document.querySelector('audio');
var placeholders = {
    currentTime: document.querySelector('.current-time'),
    listStarted: document.querySelector('.started-on'),
    currentShowHash : document.querySelector('.current-show-hash'),
    listHash : document.querySelector('.list-hash'),
    artist: document.querySelector('.artist'),
    title: document.querySelector('.title'),
    radioPlayer: document.querySelector('.radio-player'),
    youAreHere : document.querySelector('.you-are-here'),
    playProgress: document.querySelector('.play-progress'),
    startsOn: document.querySelector('.starts-on'),
    showDuration: document.querySelectorAll('.show-duration'),
    relativeTime: document.querySelector('.relative-time'),
    listeningAt: document.querySelector('.listening-at'),
    dlProgress: document.querySelector('.dl-progress'),
    minTimesPlayed: document.querySelector('.min-played'),
    maxTimesPlayed: document.querySelector('.max-played'),
    listDuration: document.querySelector('.list-duration'),
    previouslyPlayed: document.querySelector('.previously-played'),
    showInfo: document.querySelector('.show-info'),
    listInfo: document.querySelector('.list-info'),
    dt: document.querySelector('.d-t'),
    deltaTime: document.querySelector('.delta-time'),
    timeOfVisit: document.querySelector('.time-of-visit')
}

document.querySelector("#start-button").addEventListener("click",()=>{
    start_radio();
    document.querySelector("#start-button").remove();
});
document.querySelector("#sync-button").addEventListener("click",()=>{sync_radio();});

// @license-end