Nice and thanks.
I wanted control over the colors so only added the first user field and changed the memberinfo_block_playlist template.
PHP Code:
<vb:if condition="$vbulletin->options['bbr_playlist_active']">
<vb:if condition="$userinfo[$bbrfield1]">
<embed src="http://assets.myflashfetish.com/swf/mp3/mixpod.swf?myid={vb:raw userinfo.$bbrfield1}&path=2009/11/14" quality="high" wmode="window" bgcolor="ffffff" flashvars="mycolor=ffffff&mycolor2=&mycolor3=000000&autoplay=false&rand=0&f=4&vol=100&pat=0&grad=false" width="240" height="220" name="myflashfetish" salign="TL" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" border="0" style="visibility:visible;width:240px;height:380px;" /><br><a href="http://www.mixpod.com/playlist/{vb:raw userinfo.$bbrfield1}"></embed>
<vb:if condition="$vbulletin->options['bbr_playlist_popout_link']">
<center>
<a href="http://www.pplaylist.com/standalone/{vb:raw userinfo.$bbrfield1}" target="_blank"><img src="http://www.pplaylist.com/mc/images/launch_{vb:raw userinfo.$bbrfield2}.jpg" border="0"></a>
</center>
</vb:if>
</vb:if>
</vb:if>