It is currently April 27th, 2024, 8:28 pm

WMP Avengers Skin not loading correctly

Get help with creating, editing & fixing problems with skins
Anamality
Posts: 17
Joined: August 5th, 2012, 7:26 am

WMP Avengers Skin not loading correctly

Post by Anamality »

Hey guys. I've ran into a new issue that I've been stumped for days. When I use the Avengers now playing skin, it almost works as intended. After the first file plays, it seems to stop loading the total duration of the next file (Only with .MKV files).

This completely messes up the bars and I think this problem would be rooted to the .dll file (I can't even find it :S I'm noob.) Now I am not a computer programmer but what would I have to do to fix it?

This is probably not a simple answer but Ill try to include everything I can to make this easy.

Here is the code
[Rainmeter]
Author=Media Maggot | Daelnz
update=250

[Metadata]
Name=Music Player
Information=A skin for your music player inluding Song Name, Artist, Progress and Album Artwork display | - Also includes a volume control for the player. Click anywhere on the bottom bar to adjust the volume | - Click anywhere along the top bar to skip through a song | - You can change your player in the Config.inc file
License=Creative Commons Attribution-Non-Commercial-Share Alike 3.0
Version=1.0.2

[Variables]
@include=#SKINSPATH#\Avengers\Config.inc

[TextStyle]
meter=string
fontface= gliscor gothic
fontcolor=255,255,255,255
fontsize = 10
antialias = 1
stringalign = right

;Measure=================

[MainMeasure]
Measure=Plugin
Plugin=NowPlaying.dll
PlayerName=WMP
PlayerType=TITLE
PlayerPath=
DisableLeadingZero=1

[MeasureArtist]
Measure=Plugin
Plugin=NowPlaying.dll
PlayerName=[MainMeasure]
PlayerType=ARTIST

[MeasureCoverArt]
Measure=Plugin
Plugin=NowPlaying.dll
PlayerName=[MainMeasure]
PlayerType=COVER

[MeasurePosition]
Measure=Plugin
Plugin=NowPlaying.dll
PlayerName=[MainMeasure]
PlayerType=POSITION

[MeasureProgress]
Measure=Plugin
Plugin=NowPlaying.dll
PlayerName=[MainMeasure]
PlayerType=PROGRESS

[MeasureDuration]
Measure=Plugin
Plugin=NowPlaying.dll
PlayerName=[MainMeasure]
PlayerType=DURATION

[MeasureVolume]
Measure=Plugin
Plugin=NowPlaying.dll
PlayerName=[MainMeasure]
PlayerType=VOLUME

[MeasureStatus]
Measure=Plugin
Plugin=NowPlaying.dll
PlayerName=[MainMeasure]
PlayerType=STATUS
IfaboveValue=0
IfaboveAction=!Execute [!HideMeter MeterPower]
IfEqualValue=0
IfEqualAction=!Execute [!ShowMeter MeterPower]

;Images and Bars=====================

[Meterbase]
Meter=image
imagename=Music Base.png
x=25
Antialias = 1

[MeterCover]
Meter=IMAGE
MeasureName=MeasureCoverArt
X=289
Y=20
H=72
W=72
Antialias = 1

[MeterBars]
Meter=image
imagename=music Bars.png
x=25
Antialias = 1

[MeterProgress]
meter=Bar
measurename=MeasureProgress
BarOrientation=HORIZONTAL
flip=0
x=33
y=52
W=242
H=7
BarColor=F7931E

[MeterVolume]
meter=bar
measurename=measurevolume
BarOrientation=HORIZONTAL
flip=0
x=102
y=67
W=126
H=7
BarColor=F7931E

[MeterTop]
meter=image
imagename=music top.png
x=25
Antialias = 1

[MeterPower]
meter=image
imagename=power.png
LeftMouseUpAction=!Execute [!PluginBang "MainMeasure OpenPlayer"]
x=r
hidden=1
Antialias = 1

;Playback Buttons====================

[meterprevious]
meter=button
buttonimage=previous.png
x=8
y=63
LeftMouseDownAction=!Execute [!PluginBang "MainMeasure Previous"]
Antialias = 1

[MeterPlay]
meter=button
buttonimage=play.png
x=30r
y=r
LeftMouseDownAction=!Execute [!PluginBang "MainMeasure PlayPause"]
Antialias = 1

[meternext]
meter=button
buttonimage=next.png
x=30r
y=r
LeftMouseDownAction=!Execute [!PluginBang "MainMeasure Next"]
Antialias = 1

;Track details=================

[MeterTrack]
meter=string
measurename=MainMeasure
meterstyle=textstyle
stringalign = left
FontFace=Trebuchet MS
FontSize=10
x=35
y=37
clipstring=1
h=17
w=245

[MeterArtist]
meter=string
measurename=measureArtist
meterstyle=textstyle
FontFace=Trebuchet MS
stringalign = left
x=97
y=91
clipstring=1
h=17
w=135

[MeterDuration]
Meter=string
measurename=measureduration
measurename2=measureposition
FontFace=Trebuchet MS
fontcolor=255,255,255,255
fontsize = 9
antialias = 1
stringalign = left
x=9
y=93
Text="%2/%1"

[Progress]
Meter=STRING
MeasureName=measureprogress
X=33
Y=48
W=50
H=16
StringAlign=RIGHT
FontFace=Trebuchet MS
fontcolor=255,255,255,255
fontsize = 9
AntiAlias=1
stringalign = right
ClipString=1
Text="%1%"
This is the part I think is important
[MeasureDuration]
Measure=Plugin
Plugin=NowPlaying.dll
PlayerName=[MainMeasure]
PlayerType=DURATION

[MeasurePosition]
Measure=Plugin
Plugin=NowPlaying.dll
PlayerName=[MainMeasure]
PlayerType=POSITION

[MeasureProgress]
Measure=Plugin
Plugin=NowPlaying.dll
PlayerName=[MainMeasure]
PlayerType=PROGRESS

------------------------------

[MeterDuration]
Meter=string
measurename=measureduration
measurename2=measureposition
FontFace=Trebuchet MS
fontcolor=255,255,255,255
fontsize = 9
antialias = 1
stringalign = left
x=9
y=93
Text="%2/%1"

[MeterProgress]
Meter=STRING
MeasureName=measureprogress
X=33
Y=48
W=50
H=16
StringAlign=RIGHT
FontFace=Trebuchet MS
fontcolor=255,255,255,255
fontsize = 9
AntiAlias=1
stringalign = right
ClipString=1
Text="%1%"