From 46e5ae09e2e652715d4338039e2296817bdd89b8 Mon Sep 17 00:00:00 2001 From: Anon Date: Wed, 19 Apr 2023 23:47:21 -0700 Subject: [PATCH] Added comments --- audioPlayerPlaylist.js | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/audioPlayerPlaylist.js b/audioPlayerPlaylist.js index 550b0b3..91702fe 100644 --- a/audioPlayerPlaylist.js +++ b/audioPlayerPlaylist.js @@ -1,3 +1,10 @@ +// Each list in the musicList should contain 5 strings as follows +// 1: Path to the music file +// 2: Track title +// 3: Artist name +// 4: Track length +// 5: Path to the art file + const musicList = [ ["media/declare_war_on_all_vocaloid", "Declare War on All Vocaloid", "Sukone Tei", "05:53", "art/declare_war_on_all_vocaloid.png"], ["media/chains.m4a", "Chains", "Sukone Tei", "05:46", "art/chains.png"],