hey roland! i know you use astro, not sure if you're gonna use it for this archive but i suspect it'd be pretty simple to build a raw HTML/CSS/optional JS astro component that can accept files? i think that might be a bit difficult though now that i think about it....
i mean you could build a component that takes file names as arguments like this:
<Track file="musicfiles/01 Ditto.mp3" />
and that component constructs an <audio> tag and all that entails. possibly wraps them in <details> elements too?
i'm just thinking out loud but i hope any of this is helpful!
(no subject)
hey roland! i know you use astro, not sure if you're gonna use it for this archive but i suspect it'd be pretty simple to build a raw HTML/CSS/optional JS astro component that can accept files? i think that might be a bit difficult though now that i think about it....
i mean you could build a component that takes file names as arguments like this:
<Track file="musicfiles/01 Ditto.mp3" />and that component constructs an
<audio>tag and all that entails. possibly wraps them in<details>elements too?i'm just thinking out loud but i hope any of this is helpful!