请问高手 这个皮肤关联了foobar 为什么主界面没有显示歌曲信息 以下是代码
[Rainmeter]
Author=Kotan湖上的巫师
Update=1000
[Variables]
PlayerName=cad
歌手名称颜色=255, 255, 255,255
歌曲名称颜色=255, 255, 255,255
;-------------------
[mPlayer]
Measure=Plugin
Plugin=NowPlaying.dll
PlayerName=foobar
PlayerType=TITLE
DisableLeadingZero=0
Substitute="":"N\A"
[mArtist]
Measure=Plugin
Plugin=NowPlaying.dll
PlayerName=[mPlayer]
PlayerType=ARTIST
Substitute="":"N\A"
[mProgress]
Measure=Plugin
Plugin=NowPlaying.dll
PlayerName=[mPlayer]
PlayerType=PROGRESS
[mPosition]
Measure=Plugin
Plugin=NowPlaying.dll
PlayerName=[mPlayer]
PlayerType=POSITION
[mDuration]
Measure=Plugin
Plugin=NowPlaying.dll
PlayerName=[mPlayer]
PlayerType=DURATION
::::::::::::::::::::::::::::::
计量
::::::::::::::::::::::::::::::
[MeterBackGround]
Meter=IMAGE
X=0
Y=0
W=365
H=68
SolidColor=0, 0, 0, 1
[MeterLine]
Meter=IMAGE
X=62
Y=34
W=250
H=1
SolidColor=255, 255, 255,140
[MeterRoundline]
Meter=ROUNDLINE
X=32
Y=33
LineWidth=5.0
LineLength=29
LineStart=28
StartAngle=47.55
RotationAngle=6.28
AntiAlias=1
LineColor=255, 255, 255, 100
Solid=1
[MeterWAProgress]
MeasureName=mProgress
Meter=BAR
X=64
Y=34
W=249
H=2
BarOrientation=HORIZONTAL
BarColor=255, 255, 255, 200
Flip=0
[MeterProgress]
Meter=ROUNDLINE
MeasureName=mProgress
X=32
Y=33
LineWidth=5.0
LineLength=31
LineStart=29
StartAngle=6.28
RotationAngle=6.29
AntiAlias=1
LineColor=255, 255, 255, 200
Solid=1
::::::::::::::::::::::::::::::
play CONTROLS
::::::::::::::::::::::::::::::
[Artist]
Group=Layer2 | All
Meter=STRING
MeasureName=mArtist
X=70
Y=0
W=300
H=20
FontFace=浪漫雅圆
FontColor=#歌手名称颜色#
StringStyle=BOLD
FontSize=11
AntiAlias=1
ClipString=1
Text="%1"
[MeterTitle]
Meter=STRING
MeasureName=mPlayer
X=70
Y=15
W=300
H=20
FontFace=浪漫雅圆
FontColor=#歌曲名称颜色#
StringStyle=BOLD
FontSize=13
AntiAlias=1
ClipString=1
[Time]
Meter=STRING
MeasureName=mPosition
MeasureName2=mDuration
X=70
Y=20r
W=260
H=16
FontFace=浪漫雅圆
FontColor=255, 255, 255,140
StringStyle=BOLD
FontSize=10
AntiAlias=1
ClipString=1
Text="%1/%2"
[MeterPlay]
Meter=STRING
X=19
Y=24
FontColor=255, 255, 255,140
StringStyle=BOLD
FontSize=15
StringAlign=LEFT
FontFace=Webdings
AntiAlias=1
Text="4"
LeftMouseUpAction=!Execute [!PluginBang "mPlayer PlayPause"]
[MeterPause]
Meter=STRING
X=22
Y=8
FontColor=255, 255, 255,140
StringStyle=Bold
FontSize=13
StringAlign=LEFT
FontFace=Webdings
AntiAlias=1
Text=";"
LeftMouseUpAction=!Execute [!PluginBang "mPlayer PlayPause"]
[MeterStop]
Meter=STRING
X=22
Y=42
FontColor=255, 255, 255,140
StringStyle=Bold
FontSize=13
StringAlign=LEFT
FontFace=Webdings
AntiAlias=1
Text="<"
LeftMouseUpAction=!Execute [!PluginBang "mPlayer Stop"]
[MeterPrev]
Meter=STRING
X=4
Y=24
FontColor=255, 255, 255,140
StringStyle=BOLD
FontSize=14
StringAlign=LEFT
FontFace=Webdings
AntiAlias=1
Text="7"
LeftMouseUpAction=!Execute [!PluginBang "mPlayer Previous"]
[Next]
Meter=STRING
X=37
Y=24
FontColor=255, 255, 255,140
StringStyle=BOLD
FontSize=14
StringAlign=LEFT
FontFace=Webdings
AntiAlias=1
Text="8"
LeftMouseUpAction=!Execute [!PluginBang "mPlayer Next"][!Redraw] |