Ok Please dont beat me...I forgot who made this one. Anyway this is a cool little script I use all the time.
<config>
<command type="script">
<in>!music</in>
<out>#c8#Now playing on the WinMX Christmas Party Radio...</out>
<out>#c4#Artist: #c1#'#c8#%WA-ARTIST%#c1#' #c8#- #c4#Song: #c1#'#c8#%WA-SONG%#c1#'</out>
</command>
<command case="1" type="script" mode="thread">
<in>!notify on</in>
<out type="break" condition="1" lvalue="1" rvalue="%USERVAR[10]%"/>
<out type="push" extdata="10">1</out>
<out type="push" extdata="11">%WA-ARTIST% - %WA-SONG%</out>
<out>#c8#Now playing on the WinMX Christmas Party Radio...</out>
<out>#c4#Artist: #c1#'#c8#%WA-ARTIST%#c1#' #c8#- #c4#Song: #c1#'#c8#%WA-SONG%#c1#'</out>
<out>#c1#http://xmasradio.mxomega.com:8000/</out>
<out type="goto" extdata="-4" condition="0" lvalue="%USERVAR[11]%" rvalue="%WA-ARTIST% - %WA-SONG%"/>
<out type="sleep" extdata="10000"/>
<out type="push" extdata="10" condition="1" lvalue="stopped" rvalue="%WA-STATUS%">0</out>
<out type="goto" extdata="-3" condition="1" lvalue="%USERVAR[10]%" rvalue="1"/>
<out type="push" extdata="11">NULL</out>
<out>#c8#Notification Stopped.</out>
</command>
<command>
<in>!notify off</in>
<out type="push" extdata="10">0</out>
</command>
</config>