How can I embed multiple MP3/WAV in a row and have them play one after the other until it reaches the end of the list?

What I’m trying to do

I’m trying to embed multiple audio files in a single note and want them to play one after the other as soon as the previous one finishes and then completely stop when the last audio file finishes playing. Is there a way to achieve this?

Things I have tried

I looked at the community plugins and found a fancy audio player with waves and stuff but that also does not have support for multiple files. And I’m also no interested in any of the fancy waveform features, I just want to be able to play multiple files continously.

You could try an HTML audio element (in Obsidian that might require you to use full file paths, if it even works at all — I don’t know). <audio>: The Embed Audio element - HTML: HyperText Markup Language | MDN

The <audio> tag does not seem to support multiple files

Sorry, you’re right. I misunderstood some of what was on that page, partly because I misremembered HTML having a way to play multiple tracks or a playlist. Sadly it’s seems it doesn’t.

The Media Extended Plugin …

implemented it recently

feat(playlist): playlist file indexing and basic playlist components, auto continue play, export to m3u8

issues_feature implemented

I have yet to try it myself; would be interested to know whether it worked for you.

1 Like

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.