Making the widgets into bbcodes is easy enough but I don't think you can add parameters for changing the colour/dimensions etc - your best bet would be to ask BBCode Guru -
BirdOPrey5
Using the widget maker from Grooveshark you can set the dimensions and colour to suit yourself and then just add the {param} after playlistID=
You can make a Playlist BBcode
Title - Grooveshark Playlist
BB Code Tag Name - groove
Replacement -
Code:
<object width="250" height="400"><param name="movie" value="http://grooveshark.com/widget.swf" /><param name="wmode" value="window" /><param name="allowScriptAccess" value="always" /><param name="flashvars" value="hostname=cowbell.grooveshark.com&playlistID={param}&bbg=FFFFFF&bth=FFFFFF&pfg=FFFFFF&lfg=FFFFFF&bt=7A7A7A&pbg=7A7A7A&pfgh=7A7A7A&si=7A7A7A&lbg=7A7A7A&lfgh=7A7A7A&sb=7A7A7A&bfg=D6D6D6&pbgh=D6D6D6&lbgh=D6D6D6&sbh=D6D6D6&p=0" /><embed src="http://grooveshark.com/widget.swf" type="application/x-shockwave-flash" width="250" height="400" flashvars="hostname=cowbell.grooveshark.com&playlistID={param}&bbg=FFFFFF&bth=FFFFFF&pfg=FFFFFF&lfg=FFFFFF&bt=7A7A7A&pbg=7A7A7A&pfgh=7A7A7A&si=7A7A7A&lbg=7A7A7A&lfgh=7A7A7A&sb=7A7A7A&bfg=D6D6D6&pbgh=D6D6D6&lbgh=D6D6D6&sbh=D6D6D6&p=0" allowScriptAccess="always" wmode="window" /></object>
Example - [Groove]The Numbers From The Playlist Url[/Groove]
To make an individual song bbcode
Title - Grooveshark Single Song
BB Code Tag Name - groovesong
Replacement -
Code:
<object width="250" height="40"><param name="movie" value="http://grooveshark.com/songWidget.swf" /><param name="wmode" value="window" /><param name="allowScriptAccess" value="always" /><param name="flashvars" value="hostname=cowbell.grooveshark.com&songIDs={param}&style=metal&p=0" /><embed src="http://grooveshark.com/songWidget.swf" type="application/x-shockwave-flash" width="250" height="40" flashvars="hostname=cowbell.grooveshark.com&songIDs={param}&style=metal&p=0" allowScriptAccess="always" wmode="window" /></object>
Example - [groovesong]29760236[/groovesong]
Example of how it looks (themed to my site colours) -
http://www.forumbanter.com/test-area....html#post3073
You might already know all this though