It is currently May 18th, 2024, 9:37 am

Winamp Skin Help

Get help with creating, editing & fixing problems with skins
LoathsomePete
Posts: 2
Joined: February 3rd, 2012, 6:58 am

Winamp Skin Help

Post by LoathsomePete »

I want to apologize if this is a commonly asked question, I did attempt to try and find a solution on my own before posting, however this has left me stumped. I've found that with all music player skins the rewind, forward, pause, play, etc. buttons are replaced by numbers. Here's a screenshot of my most current one that illustrates the problem.



Here is also the code for the skin.

Code: Select all

[Rainmeter]
Update=1000

[Variables]
f.color=FFFFFFEE
c.color=FFFFFF99
b.color=FFFFFFFF

FontName=Clockopia
FontSize=11
FontSize2=9
AntiAlias=1

;------------------------------------------------------

[mWinamp]
Measure=Plugin
Plugin=Plugins\WindowMessagePlugin.dll
WindowClass=Winamp v1.x
Substitute="[Paused]":""," - Winamp":"","[Stopped]":""

[mWinampDuration]
Measure=Calc
Formula=(mWinampCurr<=0)?0:(mWinampCurr/(mWinampFull*1000+1)) 

[mWinampCurr]
Measure=Plugin
Plugin=Plugins\WindowMessagePlugin.dll
WindowClass=Winamp v1.x
WindowMessage=1024 0 105

[mWinampFull]
Measure=Plugin
Plugin=Plugins\WindowMessagePlugin.dll
WindowClass=Winamp v1.x
WindowMessage=1024 1 105

[mWinampCurrMin]
Measure=Calc
Formula=((mWinampCurr / 1000) - ((mWinampCurr / 1000) % 60)) /60

[mWinampCurrSec]
Measure=Calc
Formula=((mWinampCurr / 1000) % 60)/10
Substitute="-":"",".":"","60":"00"

[mWinampFullMin]
Measure=Calc
Formula=(mWinampFull - (mWinampFull % 60)) /60

[mWinampFullSec]
Measure=Calc
Formula=mWinampFull % 60

[mWinampFullZero]
Measure=Calc
Formula=(mWinampFull % 60)  < 10 ? 0 : 1
Substitute="1":""

[WAPlaying]
Measure=Plugin
Plugin=Plugins\WindowMessagePlugin.dll
WindowClass=Winamp v1.x
WindowMessage=1024 0 104
IfEqualAction=!Execute [!RainmeterHideMeter MetPlay][!RainmeterRedraw] [!RainmeterShowMeter MetPause] 
IfEqualValue=1

[WAPlayingP]
Measure=Plugin
Plugin=Plugins\WindowMessagePlugin.dll
WindowClass=Winamp v1.x
WindowMessage=1024 0 104
IfEqualAction=!Execute [!RainmeterHideMeter MetPause][!RainmeterShowMeter MetPlay]
IfEqualValue=3

[WAPlayingS]
Measure=Plugin
Plugin=Plugins\WindowMessagePlugin.dll
WindowClass=Winamp v1.x
WindowMessage=1024 0 104
IfEqualAction=!Execute [!RainmeterHideMeter MetPause][!RainmeterShowMeter MetPlay]
IfEqualValue=0


[MeasureFileBit]
Measure=Plugin
Plugin=Plugins\WindowMessagePlugin.dll
WindowClass=Winamp v1.x
WindowMessage=1024 1 126
UpdateDivider=10


;------------------------------------------------------

[songtitle]
Meter=STRING
MeasureName=mWinamp
X=8
Y=0
StringStyle=NORMAL
StringAlign=left
FontColor=#f.color#
FontSize=#FontSize#
FontFace=#FontName#
AntiAlias=1
solidcolor=00000001
maxlength=20



[timebar]
MeasureName=mWinampDuration
Meter=BAR
X=10r
Y=22r
W=300
H=3
BarOrientation=HORIZONTAL
BarColor=#b.color#

[timebar_2]
Meter=IMAGE
X=0r
Y=0r
W=300
H=3
SolidColor=ffffff32


[TimeCurrMin]
Meter=STRING
MeasureName=mWinampCurrMin
X=10r
Y=10r
StringAlign=left
FontColor=#f.color#
FontSize=#FontSize2#
FontFace=#FontName#
Text="%1 : "
AntiAlias=1
solidcolor=00000001


[TimeCurrSec]
Meter=STRING
MeasureName=mWinampCurrSec
X=15r
Y=0r
FontFace=#FontName#
FontColor=#f.color#
FontSize=#FontSize2#
StringAlign=left
AntiAlias=1
NumOfDecimals=1
solidcolor=00000001



[TimeCurrFull]
Meter=STRING
MeasureName=mWinampFullMin
MeasureName2=mWinampFullSec
MeasureName3=mWinampFullZero
X=20r
Y=0r
StringAlign=left
FontColor=#f.color#
FontSize=#FontSize2#
FontFace=#FontName#
Text="-  %1 : %3%2"
AntiAlias=1
solidcolor=00000001



[Bitrate]
MeasureName=MeasureFileBit
Meter=STRING
x=70r
Y=0r
FontColor=#f.color#
FontSize=#FontSize2#
FontFace=#FontName#
StringAlign=left
Postfix=" Kbps"
Antialias=1
Updatedivider=13


;-------------------


[MetPrev]
Meter=STRING
X=90r
Y=-2r
FontColor=#c.color#
FontSize=12
StringStyle=BOLD
StringAlign=right
FontFace=Webdings
Text="7"
AntiAlias=1
LeftMouseDownAction=!execute [!RainmeterPluginBang "mWinamp SendMessage 273 40044 0"]
solidcolor=00000001


[MetPlay]
Meter=STRING
X=7r
Y=0r
FontColor=#c.color#
StringStyle=BOLD
FontSize=12
StringAlign=center
FontFace=Webdings
AntiAlias=1
Text="4"
LeftMouseDownAction=!execute [!RainmeterPluginBang "mWinamp SendMessage 273 40045 0"]
solidcolor=00000001


[MetPause]
Meter=STRING
X=0r
Y=0r
FontColor=#c.color#
StringStyle=Bold
FontSize=12
StringAlign=center
FontFace=Webdings
AntiAlias=1
Text=";"
LeftMouseDownAction=!execute [!RainmeterPluginBang "mWinamp SendMessage 273 40046 0"]
solidcolor=00000001



[MetStop]
Meter=STRING
X=15r
Y=0r
FontColor=#c.color#
StringStyle=BOLD
FontSize=12
StringAlign=center
FontFace=Webdings
AntiAlias=1
Text="<"
LeftMouseDownAction=!execute [!RainmeterPluginBang "mWinamp SendMessage 273 40047 0"]
solidcolor=00000001


[MetNext]
Meter=STRING
X=7r
Y=0r
FontColor=#c.color#
StringStyle=BOLD
FontSize=12
StringAlign=left
FontFace=Webdings
AntiAlias=1
Text="8"
LeftMouseDownAction=!execute [!RainmeterPluginBang "mWinamp SendMessage 273 40048 0"]
solidcolor=00000001






[MetVol]
Meter=STRING
X=30r
Y=0r
FontColor=#c.color#
StringStyle=BOLD
FontSize=12
StringAlign=left
FontFace=Webdings
AntiAlias=1
Text="X"
solidcolor=00000001

[MetVolplus]
Meter=STRING
X=8r
Y=-3r
FontColor=#c.color#
StringStyle=BOLD
FontSize=12
StringAlign=left
AntiAlias=1
FontFace=Webdings
Text="5"
solidcolor=00000001
LeftMouseDownAction=!execute [!RainmeterPluginBang "mWinamp SendMessage 273 40058 0"]


[MetVolminus]
Meter=STRING
X=0r
Y=6r
FontColor=#c.color#
StringStyle=BOLD
FontSize=12
StringAlign=left
AntiAlias=1
FontFace=Webdings
Text="6"
solidcolor=00000001
LeftMouseDownAction=!execute [!RainmeterPluginBang "mWinamp SendMessage 273 40059 0"]
I am not proficient enough to find and resolve the problem myself, but I am holding out hope that some kind Samaritan on here will be able to help me. Please let me know if you require more information to solve the problem
User avatar
Brian
Developer
Posts: 2695
Joined: November 24th, 2011, 1:42 am
Location: Utah

Re: Winamp Skin Help

Post by Brian »

Looks like the font "Webdings" is not installed on your system. You could try to use a different font, or download "Webdings" from the internet.

Here is what I get when I run your code:
example.JPG
-Brian
You do not have the required permissions to view the files attached to this post.
User avatar
Brian
Developer
Posts: 2695
Joined: November 24th, 2011, 1:42 am
Location: Utah

Re: Winamp Skin Help

Post by Brian »

BTW - There are easier ways of making a "Winamp" skin using the NowPlaying Plugin. Then you can use the !CommandMeasure bang to interact with Winamp.

Also, you can use images to display your buttons to play, pause, skip, etc.

-Brian
LoathsomePete
Posts: 2
Joined: February 3rd, 2012, 6:58 am

Re: Winamp Skin Help

Post by LoathsomePete »

Thank you for the suggestion. I found the webdings font, downloaded, and put it in my fonts folder in Windows. I then changed the font in the .ini file, however I'm still seeing the numbers replacing the correct arrows. Here is what the code looks like now, perhaps I missed something.

Code: Select all

[Rainmeter]
Update=1000

[Variables]
f.color=FFFFFFEE
c.color=FFFFFF99
b.color=FFFFFFFF

FontName=Webdings Regular
FontSize=11
FontSize2=9
AntiAlias=1

;------------------------------------------------------

[mWinamp]
Measure=Plugin
Plugin=Plugins\WindowMessagePlugin.dll
WindowClass=Winamp v1.x
Substitute="[Paused]":""," - Winamp":"","[Stopped]":""

[mWinampDuration]
Measure=Calc
Formula=(mWinampCurr<=0)?0:(mWinampCurr/(mWinampFull*1000+1)) 

[mWinampCurr]
Measure=Plugin
Plugin=Plugins\WindowMessagePlugin.dll
WindowClass=Winamp v1.x
WindowMessage=1024 0 105

[mWinampFull]
Measure=Plugin
Plugin=Plugins\WindowMessagePlugin.dll
WindowClass=Winamp v1.x
WindowMessage=1024 1 105

[mWinampCurrMin]
Measure=Calc
Formula=((mWinampCurr / 1000) - ((mWinampCurr / 1000) % 60)) /60

[mWinampCurrSec]
Measure=Calc
Formula=((mWinampCurr / 1000) % 60)/10
Substitute="-":"",".":"","60":"00"

[mWinampFullMin]
Measure=Calc
Formula=(mWinampFull - (mWinampFull % 60)) /60

[mWinampFullSec]
Measure=Calc
Formula=mWinampFull % 60

[mWinampFullZero]
Measure=Calc
Formula=(mWinampFull % 60)  < 10 ? 0 : 1
Substitute="1":""

[WAPlaying]
Measure=Plugin
Plugin=Plugins\WindowMessagePlugin.dll
WindowClass=Winamp v1.x
WindowMessage=1024 0 104
IfEqualAction=!Execute [!RainmeterHideMeter MetPlay][!RainmeterRedraw] [!RainmeterShowMeter MetPause] 
IfEqualValue=1

[WAPlayingP]
Measure=Plugin
Plugin=Plugins\WindowMessagePlugin.dll
WindowClass=Winamp v1.x
WindowMessage=1024 0 104
IfEqualAction=!Execute [!RainmeterHideMeter MetPause][!RainmeterShowMeter MetPlay]
IfEqualValue=3

[WAPlayingS]
Measure=Plugin
Plugin=Plugins\WindowMessagePlugin.dll
WindowClass=Winamp v1.x
WindowMessage=1024 0 104
IfEqualAction=!Execute [!RainmeterHideMeter MetPause][!RainmeterShowMeter MetPlay]
IfEqualValue=0


[MeasureFileBit]
Measure=Plugin
Plugin=Plugins\WindowMessagePlugin.dll
WindowClass=Winamp v1.x
WindowMessage=1024 1 126
UpdateDivider=10


;------------------------------------------------------

[songtitle]
Meter=STRING
MeasureName=mWinamp
X=8
Y=0
StringStyle=NORMAL
StringAlign=left
FontColor=#f.color#
FontSize=#FontSize#
FontFace=#FontName#
AntiAlias=1
solidcolor=00000001
maxlength=20



[timebar]
MeasureName=mWinampDuration
Meter=BAR
X=10r
Y=22r
W=300
H=3
BarOrientation=HORIZONTAL
BarColor=#b.color#

[timebar_2]
Meter=IMAGE
X=0r
Y=0r
W=300
H=3
SolidColor=ffffff32


[TimeCurrMin]
Meter=STRING
MeasureName=mWinampCurrMin
X=10r
Y=10r
StringAlign=left
FontColor=#f.color#
FontSize=#FontSize2#
FontFace=#FontName#
Text="%1 : "
AntiAlias=1
solidcolor=00000001


[TimeCurrSec]
Meter=STRING
MeasureName=mWinampCurrSec
X=15r
Y=0r
FontFace=#FontName#
FontColor=#f.color#
FontSize=#FontSize2#
StringAlign=left
AntiAlias=1
NumOfDecimals=1
solidcolor=00000001



[TimeCurrFull]
Meter=STRING
MeasureName=mWinampFullMin
MeasureName2=mWinampFullSec
MeasureName3=mWinampFullZero
X=20r
Y=0r
StringAlign=left
FontColor=#f.color#
FontSize=#FontSize2#
FontFace=#FontName#
Text="-  %1 : %3%2"
AntiAlias=1
solidcolor=00000001



[Bitrate]
MeasureName=MeasureFileBit
Meter=STRING
x=70r
Y=0r
FontColor=#f.color#
FontSize=#FontSize2#
FontFace=#FontName#
StringAlign=left
Postfix=" Kbps"
Antialias=1
Updatedivider=13


;-------------------


[MetPrev]
Meter=STRING
X=90r
Y=-2r
FontColor=#c.color#
FontSize=12
StringStyle=BOLD
StringAlign=right
FontFace=Webdings
Text="7"
AntiAlias=1
LeftMouseDownAction=!execute [!RainmeterPluginBang "mWinamp SendMessage 273 40044 0"]
solidcolor=00000001


[MetPlay]
Meter=STRING
X=7r
Y=0r
FontColor=#c.color#
StringStyle=BOLD
FontSize=12
StringAlign=center
FontFace=Webdings
AntiAlias=1
Text="4"
LeftMouseDownAction=!execute [!RainmeterPluginBang "mWinamp SendMessage 273 40045 0"]
solidcolor=00000001


[MetPause]
Meter=STRING
X=0r
Y=0r
FontColor=#c.color#
StringStyle=Bold
FontSize=12
StringAlign=center
FontFace=Webdings
AntiAlias=1
Text=";"
LeftMouseDownAction=!execute [!RainmeterPluginBang "mWinamp SendMessage 273 40046 0"]
solidcolor=00000001



[MetStop]
Meter=STRING
X=15r
Y=0r
FontColor=#c.color#
StringStyle=BOLD
FontSize=12
StringAlign=center
FontFace=Webdings
AntiAlias=1
Text="<"
LeftMouseDownAction=!execute [!RainmeterPluginBang "mWinamp SendMessage 273 40047 0"]
solidcolor=00000001


[MetNext]
Meter=STRING
X=7r
Y=0r
FontColor=#c.color#
StringStyle=BOLD
FontSize=12
StringAlign=left
FontFace=Webdings
AntiAlias=1
Text="8"
LeftMouseDownAction=!execute [!RainmeterPluginBang "mWinamp SendMessage 273 40048 0"]
solidcolor=00000001






[MetVol]
Meter=STRING
X=30r
Y=0r
FontColor=#c.color#
StringStyle=BOLD
FontSize=12
StringAlign=left
FontFace=Webdings Regular
AntiAlias=1
Text="X"
solidcolor=00000001

[MetVolplus]
Meter=STRING
X=8r
Y=-3r
FontColor=#c.color#
StringStyle=BOLD
FontSize=12
StringAlign=left
AntiAlias=1
FontFace=Webdings Regular
Text="5"
solidcolor=00000001
LeftMouseDownAction=!execute [!RainmeterPluginBang "mWinamp SendMessage 273 40058 0"]


[MetVolminus]
Meter=STRING
X=0r
Y=6r
FontColor=#c.color#
StringStyle=BOLD
FontSize=12
StringAlign=left
AntiAlias=1
FontFace=webdings Regular
Text="6"
solidcolor=00000001
LeftMouseDownAction=!execute [!RainmeterPluginBang "mWinamp SendMessage 273 40059 0"]
As to your other solution. I tried the NowPlaying skin as well, but found that despite following the instructions that came with the download, I was unable to get it to work.
Last edited by smurfier on February 3rd, 2012, 6:43 pm, edited 1 time in total.
Reason: Edited to use code tags.
User avatar
Brian
Developer
Posts: 2695
Joined: November 24th, 2011, 1:42 am
Location: Utah

Re: Winamp Skin Help

Post by Brian »

LoathsomePete wrote:Thank you for the suggestion. I found the webdings font, downloaded, and put it in my fonts folder in Windows. I then changed the font in the .ini file, however I'm still seeing the numbers replacing the correct arrows. Here is what the code looks like now, perhaps I missed something.
Try taking out the "Regular" from your font face, just leave it as "Webdings"

Like this:

Code: Select all

[Rainmeter]
Update=1000

[Variables]
f.color=FFFFFFEE
c.color=FFFFFF99
b.color=FFFFFFFF

Font=Webdings
FontSize=11
FontSize2=9
AntiAlias=1

;------------------------------------------------------

[mWinamp]
Measure=Plugin
Plugin=Plugins\WindowMessagePlugin.dll
WindowClass=Winamp v1.x
Substitute="[Paused]":""," - Winamp":"","[Stopped]":""

[mWinampDuration]
Measure=Calc
Formula=(mWinampCurr<=0)?0:(mWinampCurr/(mWinampFull*1000+1))

[mWinampCurr]
Measure=Plugin
Plugin=Plugins\WindowMessagePlugin.dll
WindowClass=Winamp v1.x
WindowMessage=1024 0 105

[mWinampFull]
Measure=Plugin
Plugin=Plugins\WindowMessagePlugin.dll
WindowClass=Winamp v1.x
WindowMessage=1024 1 105

[mWinampCurrMin]
Measure=Calc
Formula=((mWinampCurr / 1000) - ((mWinampCurr / 1000) % 60)) /60

[mWinampCurrSec]
Measure=Calc
Formula=((mWinampCurr / 1000) % 60)/10
Substitute="-":"",".":"","60":"00"

[mWinampFullMin]
Measure=Calc
Formula=(mWinampFull - (mWinampFull % 60)) /60

[mWinampFullSec]
Measure=Calc
Formula=mWinampFull % 60

[mWinampFullZero]
Measure=Calc
Formula=(mWinampFull % 60) < 10 ? 0 : 1
Substitute="1":""

[WAPlaying]
Measure=Plugin
Plugin=Plugins\WindowMessagePlugin.dll
WindowClass=Winamp v1.x
WindowMessage=1024 0 104
IfEqualAction=!Execute [!RainmeterHideMeter MetPlay][!RainmeterRedraw] [!RainmeterShowMeter MetPause]
IfEqualValue=1

[WAPlayingP]
Measure=Plugin
Plugin=Plugins\WindowMessagePlugin.dll
WindowClass=Winamp v1.x
WindowMessage=1024 0 104
IfEqualAction=!Execute [!RainmeterHideMeter MetPause][!RainmeterShowMeter MetPlay]
IfEqualValue=3

[WAPlayingS]
Measure=Plugin
Plugin=Plugins\WindowMessagePlugin.dll
WindowClass=Winamp v1.x
WindowMessage=1024 0 104
IfEqualAction=!Execute [!RainmeterHideMeter MetPause][!RainmeterShowMeter MetPlay]
IfEqualValue=0


[MeasureFileBit]
Measure=Plugin
Plugin=Plugins\WindowMessagePlugin.dll
WindowClass=Winamp v1.x
WindowMessage=1024 1 126
UpdateDivider=10


;------------------------------------------------------

[songtitle]
Meter=STRING
MeasureName=mWinamp
X=8
Y=0
StringStyle=NORMAL
StringAlign=left
FontColor=#f.color#
FontSize=#FontSize#
FontFace=#FontName#
AntiAlias=1
solidcolor=00000001
maxlength=20



[timebar]
MeasureName=mWinampDuration
Meter=BAR
X=10r
Y=22r
W=300
H=3
BarOrientation=HORIZONTAL
BarColor=#b.color#

[timebar_2]
Meter=IMAGE
X=0r
Y=0r
W=300
H=3
SolidColor=ffffff32


[TimeCurrMin]
Meter=STRING
MeasureName=mWinampCurrMin
X=10r
Y=10r
StringAlign=left
FontColor=#f.color#
FontSize=#FontSize2#
FontFace=#FontName#
Text="%1 : "
AntiAlias=1
solidcolor=00000001


[TimeCurrSec]
Meter=STRING
MeasureName=mWinampCurrSec
X=15r
Y=0r
FontFace=#FontName#
FontColor=#f.color#
FontSize=#FontSize2#
StringAlign=left
AntiAlias=1
NumOfDecimals=1
solidcolor=00000001



[TimeCurrFull]
Meter=STRING
MeasureName=mWinampFullMin
MeasureName2=mWinampFullSec
MeasureName3=mWinampFullZero
X=20r
Y=0r
StringAlign=left
FontColor=#f.color#
FontSize=#FontSize2#
FontFace=#FontName#
Text="- %1 : %3%2"
AntiAlias=1
solidcolor=00000001



[Bitrate]
MeasureName=MeasureFileBit
Meter=STRING
x=70r
Y=0r
FontColor=#f.color#
FontSize=#FontSize2#
FontFace=#FontName#
StringAlign=left
Postfix=" Kbps"
Antialias=1
Updatedivider=13


;-------------------


[MetPrev]
Meter=STRING
X=90r
Y=-2r
FontColor=#c.color#
FontSize=12
StringStyle=BOLD
StringAlign=right
FontFace=#Font#
Text="7"
AntiAlias=1
LeftMouseDownAction=!execute [!RainmeterPluginBang "mWinamp SendMessage 273 40044 0"]
solidcolor=00000001


[MetPlay]
Meter=STRING
X=7r
Y=0r
FontColor=#c.color#
StringStyle=BOLD
FontSize=12
StringAlign=center
FontFace=#Font#
AntiAlias=1
Text="4"
LeftMouseDownAction=!execute [!RainmeterPluginBang "mWinamp SendMessage 273 40045 0"]
solidcolor=00000001


[MetPause]
Meter=STRING
X=0r
Y=0r
FontColor=#c.color#
StringStyle=Bold
FontSize=12
StringAlign=center
FontFace=#Font#
AntiAlias=1
Text=";"
LeftMouseDownAction=!execute [!RainmeterPluginBang "mWinamp SendMessage 273 40046 0"]
solidcolor=00000001



[MetStop]
Meter=STRING
X=15r
Y=0r
FontColor=#c.color#
StringStyle=BOLD
FontSize=12
StringAlign=center
FontFace=#Font#
AntiAlias=1
Text="<"
LeftMouseDownAction=!execute [!RainmeterPluginBang "mWinamp SendMessage 273 40047 0"]
solidcolor=00000001


[MetNext]
Meter=STRING
X=7r
Y=0r
FontColor=#c.color#
StringStyle=BOLD
FontSize=12
StringAlign=left
FontFace=#Font#
AntiAlias=1
Text="8"
LeftMouseDownAction=!execute [!RainmeterPluginBang "mWinamp SendMessage 273 40048 0"]
solidcolor=00000001






[MetVol]
Meter=STRING
X=30r
Y=0r
FontColor=#c.color#
StringStyle=BOLD
FontSize=12
StringAlign=left
FontFace=#Font#
AntiAlias=1
Text="X"
solidcolor=00000001

[MetVolplus]
Meter=STRING
X=8r
Y=-3r
FontColor=#c.color#
StringStyle=BOLD
FontSize=12
StringAlign=left
AntiAlias=1
FontFace=#Font#
Text="5"
solidcolor=00000001
LeftMouseDownAction=!execute [!RainmeterPluginBang "mWinamp SendMessage 273 40058 0"]


[MetVolminus]
Meter=STRING
X=0r
Y=6r
FontColor=#c.color#
StringStyle=BOLD
FontSize=12
StringAlign=left
AntiAlias=1
FontFace=#Font#
Text="6"
solidcolor=00000001
LeftMouseDownAction=!execute [!RainmeterPluginBang "mWinamp SendMessage 273 40059 0"]
All I did was change your font variable to "Webdings" instead of "Webdings Regular", and I also added "FontFace=#Font#" to the appropriate meters. This solution works for me.
LoathsomePete wrote:As to your other solution. I tried the NowPlaying skin as well, but found that despite following the instructions that came with the download, I was unable to get it to work.
Try to download a music player from here, or DeviantART, then just edit it to your taste. Here is some more information on the NowPlaying plugin.

I still think using images is a better to display music player icons than using a symbol from a font.

-Brian