Very useful – only problem is getJSON fails in (shock) IE.
Changed it to an ajax() GET with a dataType: ‘jsonp’and it works fine.
Also sliced the trailing comma off the playlist string – (allopts.playopts.playlist = playlist.slice(0,-1);) in the extend function to be on the safe side!