Playlist shortcode, prevent repeat
I'm using the WordPress playlist shortcode to present a few audio samples on a given page. For example:
[playlist images="false" artists="false" ids="542,543"]
The shortcode, by default loops the playlist. The documentation on the codex doesn't show an option to disable autorepeat/looping of the playlist via a parameter.
I need to disable the looping of the playlist; that is play it only once. I've tried binding to the 'ended' event as suggested on this post but I'm not sure if this older post is still valid. The example code won't fire at all.
Any suggestions on how to acheive this?