Can someone recommend a good, accessible, HTML-based audio player with a collapsible playlist?
-
Can someone recommend a good, accessible, HTML-based audio player with a collapsible/scrollable playlist?
-
@stefan I've been looking for one and haven't found it yet, so I built a minimalist one myself: https://codeberg.org/albertcardona/streaming-jukebox
-
@albertcardona Thank you, I'll check this out!
-
@stefan Some stuff I had bookmarked:
– https://github.com/fluffy-critter/camptown
– https://plvylist.troyv.dev
– https://torcado.itch.io/scritch-editor
– https://codeberg.org/simonrepp/faircamp (a whole site generator, but maybe worth looking at the player they are using)Haven’t checked accessibility or collapsibility, so not really recommendations!
-
@nclm Thank you, I'll check these out!
-
@stefan No collapsible playlist, but otherwise "plays audio files in directories/subdirectories": https://github.com/michaelchadwick/soundlister
-
@nebyoolae Thank you, I'll check this out!
And I just clarified that it doesn't have to be specifically collapsible, it can just be scrollable, as long as the height can be limited, to account for potentially large number of tracks.