Media Player & Song Library

Thanks @Jean_Pierre_Traets and @Paul_Danyliuk!

I love the piano idea. I think you could pull it off! I found that youtube wouldn’t autoplay with only “?autoplay=1” at the end of the embed URL. It needs to be accompanied by any other parameter in order to work. I added “&start=0” to all videos unless the link includes its own start value. Here’s how my table ultimately outputs the youtube embeds:

Input URL:
https://youtu.be/9TYf_qrw2WQ

Final Embed Formula
Embed("https://www.youtube.com/embed/9TYf_qrw2WQ?autoplay=1&start=0", height , width, force: true)

Looking at the list of YouTube parameters, it would be really cool to use the “setVolume()” parameter to achieve dynamics in a Coda piano. I would love to see one!

2 Likes