+ If the current clip is impossible to guess (such as if a period of silence was selected), you can have a new clip randomly selected and 5 seconds added to the clock.
+
+
+
+
+
+
+
+
+
+
+
+
Paused
+
+
+
+
+
+
00:00
-
@@ -46,6 +78,8 @@
Spotify Quiz
Score: -/-
+
+
diff --git a/play.js b/play.js
index 5bcecab..577331e 100644
--- a/play.js
+++ b/play.js
@@ -35,6 +35,13 @@ prepareButton.addEventListener('click', () => {
});
+function enablePrepareUI() {
+
+ // TODO: Change this to include all UI in modal
+ prepareButton.disabled = false;
+
+}
+
window.onload = () => {
startModal.show();
@@ -46,11 +53,6 @@ window.onSpotifyWebPlaybackSDKReady = authorise;
// https://developer.spotify.com/dashboard
// https://developer.spotify.com/documentation/web-playback-sdk/tutorials/getting-started
-// TODO: Table
-
-// TODO: Don't generate quiz until function is called to do so
-// TODO: Artist score/custom scoring
-
// TODO: Select from an array of playlists preselected playlists (All On 90s, etc.)
// TODO: Paste in playlist URL
// TODO: Combine multiple playlists
@@ -58,6 +60,8 @@ window.onSpotifyWebPlaybackSDKReady = authorise;
// TODO: Help button which reselects clip and adds 5 seconds to timer
+// TODO: Table
// TODO: Interface
+// TODO: Artist score/custom scoring
// TODO: Album mode