A Javascript Audio Album Player
(posted 1/6/2022) - I've implemented an audio album player in javascript with three simple controls: play (from start/last pause point to end of song then advance to next), pause (stop playing), and next track (skip to next song in album if not at end).
Here is a link to a pdf with an example script you can use to build your own player. It functions much like a traditional single side LP record player with a queue / next track function.
To look at an implementation click on this page's Media Library tab and view the page source. Do a find string on flac/wav to see the script. Hope this is helpful.