I made a skin (obviously), and am experiencing a difficulty - if I Refresh or Close the Media's Source, even then the last media's cover is retained. This behaviour does not happen when next track/previous track is played.
Is it something I am doing wrong or is the plugin at fault?
Code: Select all
[MeasureCover]
Measure=Plugin
Plugin=WebNowPlaying
PlayerType=Cover
;<Don't know if OnChangeAction is needed or not, but, since it was not updating, I thought - Why not?>
OnChangeAction=[!UpdateMeter M_Cover]
Group=Info
;<They are dynamic in nature, but, uneeded for the question. For the time being, use any values.>
[M_Background]
Meter=Shape
X=0
Y=(#MinY#+1)
W=(#CMinWH#)
H=(#CMinWH#)
Shape=Rectangle 0,0,#CMinWH#,#CMinWH# | Fill Color 0,1,0,1
DynamicVariables=1
[M_Cover]
Meter=IMAGE
MeasureName=MeasureCover
X=([BG:X])
Y=([BG:Y])
W=([BG:W])
H=([BG:H])
PreserveAspectRatio=1
;<... Uneeded Code ... Mouse Clicks and Scrolls, etc.>
Container=M_Fake_Background
DynamicVariables=1
Group=Cover
Sorry, if this has been asked already been asked.