It is currently May 17th, 2024, 11:54 am

Spotify Plugin Released! Now with less bugs!

Plugins and Addons popular with the Community
User avatar
.raptor
Posts: 220
Joined: April 3rd, 2013, 11:03 pm
Location: Norway

Re: Spotify Plugin Released! Now with less bugs!

Post by .raptor »

forge123014 wrote:Great plugin. I was wondering if there was any way to get a substitute picture to show up in case of no album art? Also, the album art is hanging in memory or the .dll? Whenever using the SpotifyPlugin, the album art last loaded is present even though the Spotify player has been shut down. In other words, the album art doesn't seem to be refreshing itself like the nowplaying plugin does. As such, when the player is closed, the album art remains. I would be grateful for any input on this. :???:
Directions for setting a default picture is in the first post. That image can of course be substituted with whatever you want. You will also find the last album-image downloaded there, called cover.jpg.

For the track info and cover "hanging behind" when spotify is closed, I can look into fixing it. The reason it was designed that way in the first place was a lot of weird bugs, and the spotify api not exactly cooperating. However it seems stable enough that i might set it back to the way it should be, as long as the previous issues don't reappear this time.
forge123014
Posts: 9
Joined: February 19th, 2015, 1:56 am

Re: Spotify Plugin Released! Now with less bugs!

Post by forge123014 »

.raptor wrote: Directions for setting a default picture is in the first post. That image can of course be substituted with whatever you want. You will also find the last album-image downloaded there, called cover.jpg.

For the track info and cover "hanging behind" when spotify is closed, I can look into fixing it. The reason it was designed that way in the first place was a lot of weird bugs, and the spotify api not exactly cooperating. However it seems stable enough that i might set it back to the way it should be, as long as the previous issues don't reappear this time.


Thanks for the quick response. I hope you are successful with the fix. Like I said before: "Great Plugin". Your work is amazing. :great:

On the album art....Is the location for the Spotify Folder a must have? Or can it be moved to a local location inside of a custom skin and then changed via the .ini file? If it can't, that's fine. I can make a work around.
snyderxc
Posts: 17
Joined: January 16th, 2015, 5:51 am

Re: Spotify Plugin Released! Now with less bugs!

Post by snyderxc »

It doesn't look like it's supported, but is there any way to get the state of Spotify with this? Playing, paused, stopped, etc.?
User avatar
.raptor
Posts: 220
Joined: April 3rd, 2013, 11:03 pm
Location: Norway

Re: Spotify Plugin Released! Now with less bugs!

Post by .raptor »

snyderxc wrote:It doesn't look like it's supported, but is there any way to get the state of Spotify with this? Playing, paused, stopped, etc.?
playing/not playing is indeed implemented, will update the documentation on the first page. No way to currently separate stop and pause (as far as I'm aware).
snyderxc
Posts: 17
Joined: January 16th, 2015, 5:51 am

Re: Spotify Plugin Released! Now with less bugs!

Post by snyderxc »

Thank you! That's perfect!
scotri83
Posts: 9
Joined: February 22nd, 2015, 4:27 am

Re: Spotify Plugin Released! Now with less bugs!

Post by scotri83 »

Can someone please help me convert http://toastbrotpascal.deviantart.com/art/CLN-216978446 to use this plugin? I'm hoping to be able to adjust volume and the spot in the song along with have the image load. The pause, play and next buttons seem to work.

Also if no album is selected and pressing play would it be possible to make spotify open up so you can select a playlist?

Thanks a bunch!
snyderxc
Posts: 17
Joined: January 16th, 2015, 5:51 am

Re: Spotify Plugin Released! Now with less bugs!

Post by snyderxc »

scotri83 wrote:Can someone please help me convert http://toastbrotpascal.deviantart.com/art/CLN-216978446 to use this plugin? I'm hoping to be able to adjust volume and the spot in the song along with have the image load. The pause, play and next buttons seem to work.
Take this and copy it to the .ini. It's not everything (current position in seconds and volume, mostly), but it's close.

Code: Select all

[Rainmeter]
Author= P2C | toastbrotpascal.deviantart. com
Update=1000
MiddleMouseUpAction=!RainmeterActivateConfig CLN\Config Configure.ini

[Variables]
HighlightColor=128,255,255
Color=Black

@include="#ROOTCONFIGPATH#\Colors\#Color#\Style.txt"

[BG]
Meter=IMAGE
ImageName=BG.png
Path="#CURRENTPATH#\Colors\#Color#"

[MeasurePlayer]
Measure=Plugin
Plugin=NowPlaying.dll
PlayerName=Spotify
PlayerType=COVER
DisableLeadingZero=1

[MeasureArt]
Measure=Plugin
Plugin=SpotifyPlugin.dll
Type=AlbumArt
Res=85

[Cover]
Meter=IMAGE
MeasureName=MeasureArt
X=38
Y=37
H=82
W=82

[Overlay]
Meter=IMAGE
ImageName=Overlay.png
Path="#CURRENTPATH#\Colors\#Color#"
X=r
Y=r

[MeasureTitle]
Measure=Plugin
Plugin=NowPlaying.dll
PlayerName=[MeasurePlayer]
PlayerType=Title

[Title]
Meter=STRING
MeterStyle=Style
MeasureName=MeasureTitle
X=180
Y=33
FontSize=12
FontColor=#TitleColor#
W=150
H=18
ClipString=1

[MeasureArtist]
Measure=Plugin
Plugin=NowPlaying.dll
PlayerName=[MeasurePlayer]
PlayerType=Artist

[Artist]
Meter=STRING
MeterStyle=Style
MeasureName=MeasureArtist
X=r
Y=26r
W=150
H=15
ClipString=1

[MeasureAlbum]
Measure=Plugin
Plugin=SpotifyPlugin.dll
PlayerName=Spotify
Type=AlbumName

[Album]
Meter=STRING
MeterStyle=Style
MeasureName=MeasureAlbum
X=r
Y=24r
W=150
H=15
ClipString=1

[MeasureProgress]
Measure=Plugin
Plugin=SpotifyPlugin.dll
PlayerName=Spotify
Type=Progress

[MeasureDuration]
Measure=Plugin
Plugin=SpotifyPlugin.dll
PlayerName=Spotify
Type=Length

[MeasurePosition]
Measure=Calc
Formula=MeasureProgress*MeasureDuration

[Position]
Meter=STRING
MeterStyle=Style
MeasureName=MeasurePosition
X=160
Y=108
FontSize=8

[Duration]
Meter=STRING
MeterStyle=Style
MeasureName=MeasureDuration
X=328
Y=r
FontSize=8
StringAlign=RIGHT

[MeasureProgress]
Measure=Plugin
Plugin=SpotifyPlugin.dll
PlayerName=[MeasurePlayer]
Type=Progress

[ProgressBar]
Meter=BAR
MeasureName=MeasureProgress
BarImage="#CURRENTPATH#\Colors\#Color#\ProgressBar.png"
BarOrientation=HORIZONTAL
X=190
Y=113
ImageTint=#HighlightColor#

[ProgressBitmap]
Meter=BITMAP
MeasureName=MeasureProgress
BitmapImage="#CURRENTPATH#\Colors\#Color#\ProgressBitmap"
BitmapFrames=98
BitmapZeroFrame=1
X=r
Y=r

[MeasureRating]
Measure=Plugin
Plugin=NowPlaying.dll
PlayerName=[MeasurePlayer]
PlayerType=Rating

[Rating]
Meter=BITMAP
MeasureName=MeasureRating
BitmapImage="#CURRENTPATH#\Colors\#Color#\Rating.png"
BitmapFrames=6
BitmapZeroFrame=1
X=36
Y=143
ImageTint=#HighlightColor#

[Rating0]
Meter=IMAGE
ImageColor=0,0,0,1
X=26
Y=140
W=10
H=21
LeftMouseUpAction=!RainmeterPluginBang "MeasurePlayer SetRating 0"

[Rating1]
Meter=IMAGE
ImageColor=0,0,0,1
X=36
Y=r
W=15
H=21
LeftMouseUpAction=!RainmeterPluginBang "MeasurePlayer SetRating 1"

[Rating2]
Meter=IMAGE
ImageColor=0,0,0,1
X=51
Y=r
W=16
H=21
LeftMouseUpAction=!RainmeterPluginBang "MeasurePlayer SetRating 2"

[Rating3]
Meter=IMAGE
ImageColor=0,0,0,1
X=67
Y=r
W=16
H=21
LeftMouseUpAction=!RainmeterPluginBang "MeasurePlayer SetRating 3"

[Rating4]
Meter=IMAGE
ImageColor=0,0,0,1
X=83
Y=r
W=16
H=21
LeftMouseUpAction=!RainmeterPluginBang "MeasurePlayer SetRating 4"

[Rating5]
Meter=IMAGE
ImageColor=0,0,0,1
X=99
Y=r
W=15
H=21
LeftMouseUpAction=!RainmeterPluginBang "MeasurePlayer SetRating 5"

[MeasureState]
Measure=Plugin
Plugin=NowPlaying.dll
PlayerName=[MeasurePlayer]
PlayerType=State
Substitute="0":"Play2.png","1":"Play1.png","2":"Play2.png"

[Play]
Meter=IMAGE
MeasureName=MeasureState
Path="#CURRENTPATH#\Colors\#Color#"
X=161
Y=133
Hidden=1
MouseOverAction=!Execute [!RainmeterHideMeter Play][!RainmeterShowMeter PlayH][!RainmeterRedraw]

[PlayH]
Meter=IMAGE
MeasureName=MeasureState
Path="#CURRENTPATH#\Colors\#Color#"
X=r
Y=r
ImageTint=#HighlightColor#
Hidden=1
MouseLeaveAction=!Execute [!RainmeterHideMeter PlayH][!RainmeterShowMeter Play][!RainmeterRedraw]
LeftMouseUpAction=!Execute [!RainmeterPluginBang "MeasurePlayer PlayPause"][!RainmeterRedraw]

[MeasureStatus]
Measure=Plugin
Plugin=NowPlaying.dll
PlayerName=[MeasurePlayer]
PlayerType=Status
IfAboveValue=0
IfAboveAction=!Execute [!RainmeterHideMeter Open][!RainmeterShowMeter Play][!RainmeterRedraw]
IfEqualValue=0
IfEqualAction=!Execute [!RainmeterShowMeter Open][!RainmeterHideMeter Play][!RainmeterRedraw]

[Open]
Meter=IMAGE
ImageName=Open.png
Path="#CURRENTPATH#\Colors\#Color#"
X=r
Y=r
Hidden=1
MouseOverAction=!Execute [!RainmeterHideMeter Open][!RainmeterShowMeter OpenH][!RainmeterRedraw]

[OpenH]
Meter=IMAGE
ImageName=Open.png
Path="#CURRENTPATH#\Colors\#Color#"
X=r
Y=r
ImageTint=#HighlightColor#
Hidden=1
MouseLeaveAction=!Execute [!RainmeterHideMeter OpenH][!RainmeterShowMeter Open][!RainmeterRedraw]
LeftMouseUpAction=!RainmeterPluginBang "MeasurePlayer OpenPlayer"

[Previous]
Meter=IMAGE
ImageName=Previous.png
Path="#CURRENTPATH#\Colors\#Color#"
X=138
Y=137
MouseOverAction=!Execute [!RainmeterHideMeter Previous][!RainmeterShowMeter PreviousH][!RainmeterRedraw]

[PreviousH]
Meter=IMAGE
ImageName=Previous.png
Path="#CURRENTPATH#\Colors\#Color#"
X=r
Y=r
ImageTint=#HighlightColor#
Hidden=1
MouseLeaveAction=!Execute [!RainmeterHideMeter PreviousH][!RainmeterShowMeter Previous][!RainmeterRedraw]
LeftMouseUpAction=!RainmeterPluginBang "MeasurePlayer Previous"

[Next]
Meter=IMAGE
ImageName=Next.png
Path="#CURRENTPATH#\Colors\#Color#"
X=201
Y=137
MouseOverAction=!Execute [!RainmeterHideMeter Next][!RainmeterShowMeter NextH][!RainmeterRedraw]

[NextH]
Meter=IMAGE
ImageName=Next.png
Path="#CURRENTPATH#\Colors\#Color#"
X=r
Y=r
ImageTint=#HighlightColor#
Hidden=1
MouseLeaveAction=!Execute [!RainmeterHideMeter NextH][!RainmeterShowMeter Next][!RainmeterRedraw]
LeftMouseUpAction=!RainmeterPluginBang "MeasurePlayer Next"

[MeasureVolume]
Measure=Plugin
Plugin=NowPlaying.dll
PlayerName=[MeasurePlayer]
PlayerType=Volume

[VolumeBar]
Meter=BAR
MeasureName=MeasureVolume
BarImage="#CURRENTPATH#\Colors\#Color#\VolumeBar.png"
BarOrientation=HORIZONTAL
X=247
Y=148
ImageTint=#HighlightColor#

[VolumeBitmap]
Meter=BITMAP
MeasureName=MeasureVolume
BitmapImage="#CURRENTPATH#\Colors\#Color#\VolumeBitmap"
BitmapFrames=69
BitmapZeroFrame=1
X=r
Y=r

[Volume0]
Meter=IMAGE
SolidColor=0,0,0,1
X=247
Y=148
W=7
H=5
LeftMouseUpAction=!RainmeterPluginBang "MeasurePlayer SetVolume 0"

[Volume10]
Meter=IMAGE
SolidColor=0,0,0,1
X=R
Y=r
W=1
H=5
LeftMouseUpAction=!RainmeterPluginBang "MeasurePlayer SetVolume 10"

[Volume12]
Meter=IMAGE
SolidColor=0,0,0,1
X=R
Y=r
W=1
H=5
LeftMouseUpAction=!RainmeterPluginBang "MeasurePlayer SetVolume 12"

[Volume13]
Meter=IMAGE
SolidColor=0,0,0,1
X=R
Y=r
W=1
H=5
LeftMouseUpAction=!RainmeterPluginBang "MeasurePlayer SetVolume 13"

[Volume15]
Meter=IMAGE
SolidColor=0,0,0,1
X=R
Y=r
W=1
H=5
LeftMouseUpAction=!RainmeterPluginBang "MeasurePlayer SetVolume 15"

[Volume16]
Meter=IMAGE
SolidColor=0,0,0,1
X=R
Y=r
W=1
H=5
LeftMouseUpAction=!RainmeterPluginBang "MeasurePlayer SetVolume 16"

[Volume18]
Meter=IMAGE
SolidColor=0,0,0,1
X=R
Y=r
W=1
H=5
LeftMouseUpAction=!RainmeterPluginBang "MeasurePlayer SetVolume 18"

[Volume19]
Meter=IMAGE
SolidColor=0,0,0,1
X=R
Y=r
W=1
H=5
LeftMouseUpAction=!RainmeterPluginBang "MeasurePlayer SetVolume 19"

[Volume20]
Meter=IMAGE
SolidColor=0,0,0,1
X=R
Y=r
W=1
H=5
LeftMouseUpAction=!RainmeterPluginBang "MeasurePlayer SetVolume 20"

[Volume22]
Meter=IMAGE
SolidColor=0,0,0,1
X=R
Y=r
W=1
H=5
LeftMouseUpAction=!RainmeterPluginBang "MeasurePlayer SetVolume 22"

[Volume23]
Meter=IMAGE
SolidColor=0,0,0,1
X=R
Y=r
W=1
H=5
LeftMouseUpAction=!RainmeterPluginBang "MeasurePlayer SetVolume 23"

[Volume25]
Meter=IMAGE
SolidColor=0,0,0,1
X=R
Y=r
W=1
H=5
LeftMouseUpAction=!RainmeterPluginBang "MeasurePlayer SetVolume 25"

[Volume26]
Meter=IMAGE
SolidColor=0,0,0,1
X=R
Y=r
W=1
H=5
LeftMouseUpAction=!RainmeterPluginBang "MeasurePlayer SetVolume 26"

[Volume28]
Meter=IMAGE
SolidColor=0,0,0,1
X=R
Y=r
W=1
H=5
LeftMouseUpAction=!RainmeterPluginBang "MeasurePlayer SetVolume 28"

[Volume29]
Meter=IMAGE
SolidColor=0,0,0,1
X=R
Y=r
W=1
H=5
LeftMouseUpAction=!RainmeterPluginBang "MeasurePlayer SetVolume 29"

[Volume30]
Meter=IMAGE
SolidColor=0,0,0,1
X=R
Y=r
W=1
H=5
LeftMouseUpAction=!RainmeterPluginBang "MeasurePlayer SetVolume 30"

[Volume32]
Meter=IMAGE
SolidColor=0,0,0,1
X=R
Y=r
W=1
H=5
LeftMouseUpAction=!RainmeterPluginBang "MeasurePlayer SetVolume 32"

[Volume33]
Meter=IMAGE
SolidColor=0,0,0,1
X=R
Y=r
W=1
H=5
LeftMouseUpAction=!RainmeterPluginBang "MeasurePlayer SetVolume 33"

[Volume35]
Meter=IMAGE
SolidColor=0,0,0,1
X=R
Y=r
W=1
H=5
LeftMouseUpAction=!RainmeterPluginBang "MeasurePlayer SetVolume 35"

[Volume36]
Meter=IMAGE
SolidColor=0,0,0,1
X=R
Y=r
W=1
H=5
LeftMouseUpAction=!RainmeterPluginBang "MeasurePlayer SetVolume 36"

[Volume38]
Meter=IMAGE
SolidColor=0,0,0,1
X=R
Y=r
W=1
H=5
LeftMouseUpAction=!RainmeterPluginBang "MeasurePlayer SetVolume 38"

[Volume39]
Meter=IMAGE
SolidColor=0,0,0,1
X=R
Y=r
W=1
H=5
LeftMouseUpAction=!RainmeterPluginBang "MeasurePlayer SetVolume 39"

[Volume40]
Meter=IMAGE
SolidColor=0,0,0,1
X=R
Y=r
W=1
H=5
LeftMouseUpAction=!RainmeterPluginBang "MeasurePlayer SetVolume 40"

[Volume42]
Meter=IMAGE
SolidColor=0,0,0,1
X=R
Y=r
W=1
H=5
LeftMouseUpAction=!RainmeterPluginBang "MeasurePlayer SetVolume 42"

[Volume43]
Meter=IMAGE
SolidColor=0,0,0,1
X=R
Y=r
W=1
H=5
LeftMouseUpAction=!RainmeterPluginBang "MeasurePlayer SetVolume 43"

[Volume45]
Meter=IMAGE
SolidColor=0,0,0,1
X=R
Y=r
W=1
H=5
LeftMouseUpAction=!RainmeterPluginBang "MeasurePlayer SetVolume 45"

[Volume46]
Meter=IMAGE
SolidColor=0,0,0,1
X=R
Y=r
W=1
H=5
LeftMouseUpAction=!RainmeterPluginBang "MeasurePlayer SetVolume 46"

[Volume48]
Meter=IMAGE
SolidColor=0,0,0,1
X=R
Y=r
W=1
H=5
LeftMouseUpAction=!RainmeterPluginBang "MeasurePlayer SetVolume 48"

[Volume49]
Meter=IMAGE
SolidColor=0,0,0,1
X=R
Y=r
W=1
H=5
LeftMouseUpAction=!RainmeterPluginBang "MeasurePlayer SetVolume 49"

[Volume50]
Meter=IMAGE
SolidColor=0,0,0,1
X=R
Y=r
W=1
H=5
LeftMouseUpAction=!RainmeterPluginBang "MeasurePlayer SetVolume 50"

[Volume52]
Meter=IMAGE
SolidColor=0,0,0,1
X=R
Y=r
W=1
H=5
LeftMouseUpAction=!RainmeterPluginBang "MeasurePlayer SetVolume 52"

[Volume53]
Meter=IMAGE
SolidColor=0,0,0,1
X=R
Y=r
W=1
H=5
LeftMouseUpAction=!RainmeterPluginBang "MeasurePlayer SetVolume 53"

[Volume55]
Meter=IMAGE
SolidColor=0,0,0,1
X=R
Y=r
W=1
H=5
LeftMouseUpAction=!RainmeterPluginBang "MeasurePlayer SetVolume 55"

[Volume56]
Meter=IMAGE
SolidColor=0,0,0,1
X=R
Y=r
W=1
H=5
LeftMouseUpAction=!RainmeterPluginBang "MeasurePlayer SetVolume 56"

[Volume58]
Meter=IMAGE
SolidColor=0,0,0,1
X=R
Y=r
W=1
H=5
LeftMouseUpAction=!RainmeterPluginBang "MeasurePlayer SetVolume 58"

[Volume59]
Meter=IMAGE
SolidColor=0,0,0,1
X=R
Y=r
W=1
H=5
LeftMouseUpAction=!RainmeterPluginBang "MeasurePlayer SetVolume 59"

[Volume60]
Meter=IMAGE
SolidColor=0,0,0,1
X=R
Y=r
W=1
H=5
LeftMouseUpAction=!RainmeterPluginBang "MeasurePlayer SetVolume 60"

[Volume62]
Meter=IMAGE
SolidColor=0,0,0,1
X=R
Y=r
W=1
H=5
LeftMouseUpAction=!RainmeterPluginBang "MeasurePlayer SetVolume 62"

[Volume63]
Meter=IMAGE
SolidColor=0,0,0,1
X=R
Y=r
W=1
H=5
LeftMouseUpAction=!RainmeterPluginBang "MeasurePlayer SetVolume 63"

[Volume65]
Meter=IMAGE
SolidColor=0,0,0,1
X=R
Y=r
W=1
H=5
LeftMouseUpAction=!RainmeterPluginBang "MeasurePlayer SetVolume 65"

[Volume68]
Meter=IMAGE
SolidColor=0,0,0,1
X=R
Y=r
W=1
H=5
LeftMouseUpAction=!RainmeterPluginBang "MeasurePlayer SetVolume 68"

[Volume69]
Meter=IMAGE
SolidColor=0,0,0,1
X=R
Y=r
W=1
H=5
LeftMouseUpAction=!RainmeterPluginBang "MeasurePlayer SetVolume 69"

[Volume70]
Meter=IMAGE
SolidColor=0,0,0,1
X=R
Y=r
W=1
H=5
LeftMouseUpAction=!RainmeterPluginBang "MeasurePlayer SetVolume 70"

[Volume72]
Meter=IMAGE
SolidColor=0,0,0,1
X=R
Y=r
W=1
H=5
LeftMouseUpAction=!RainmeterPluginBang "MeasurePlayer SetVolume 72"

[Volume73]
Meter=IMAGE
SolidColor=0,0,0,1
X=R
Y=r
W=1
H=5
LeftMouseUpAction=!RainmeterPluginBang "MeasurePlayer SetVolume 73"

[Volume75]
Meter=IMAGE
SolidColor=0,0,0,1
X=R
Y=r
W=1
H=5
LeftMouseUpAction=!RainmeterPluginBang "MeasurePlayer SetVolume 75"

[Volume76]
Meter=IMAGE
SolidColor=0,0,0,1
X=R
Y=r
W=1
H=5
LeftMouseUpAction=!RainmeterPluginBang "MeasurePlayer SetVolume 76"

[Volume78]
Meter=IMAGE
SolidColor=0,0,0,1
X=R
Y=r
W=1
H=5
LeftMouseUpAction=!RainmeterPluginBang "MeasurePlayer SetVolume 78"

[Volume79]
Meter=IMAGE
SolidColor=0,0,0,1
X=R
Y=r
W=1
H=5
LeftMouseUpAction=!RainmeterPluginBang "MeasurePlayer SetVolume 79"

[Volume80]
Meter=IMAGE
SolidColor=0,0,0,1
X=R
Y=r
W=1
H=5
LeftMouseUpAction=!RainmeterPluginBang "MeasurePlayer SetVolume 80"

[Volume82]
Meter=IMAGE
SolidColor=0,0,0,1
X=R
Y=r
W=1
H=5
LeftMouseUpAction=!RainmeterPluginBang "MeasurePlayer SetVolume 82"

[Volume83]
Meter=IMAGE
SolidColor=0,0,0,1
X=R
Y=r
W=1
H=5
LeftMouseUpAction=!RainmeterPluginBang "MeasurePlayer SetVolume 83"

[Volume85]
Meter=IMAGE
SolidColor=0,0,0,1
X=R
Y=r
W=1
H=5
LeftMouseUpAction=!RainmeterPluginBang "MeasurePlayer SetVolume 85"

[Volume86]
Meter=IMAGE
SolidColor=0,0,0,1
X=R
Y=r
W=1
H=5
LeftMouseUpAction=!RainmeterPluginBang "MeasurePlayer SetVolume 86"

[Volume88]
Meter=IMAGE
SolidColor=0,0,0,1
X=R
Y=r
W=1
H=5
LeftMouseUpAction=!RainmeterPluginBang "MeasurePlayer SetVolume 88"

[Volume89]
Meter=IMAGE
SolidColor=0,0,0,1
X=R
Y=r
W=1
H=5
LeftMouseUpAction=!RainmeterPluginBang "MeasurePlayer SetVolume 89"

[Volume90]
Meter=IMAGE
SolidColor=0,0,0,1
X=R
Y=r
W=1
H=5
LeftMouseUpAction=!RainmeterPluginBang "MeasurePlayer SetVolume 90"

[Volume92]
Meter=IMAGE
SolidColor=0,0,0,1
X=R
Y=r
W=1
H=5
LeftMouseUpAction=!RainmeterPluginBang "MeasurePlayer SetVolume 92"

[Volume93]
Meter=IMAGE
SolidColor=0,0,0,1
X=R
Y=r
W=1
H=5
LeftMouseUpAction=!RainmeterPluginBang "MeasurePlayer SetVolume 93"

[Volume95]
Meter=IMAGE
SolidColor=0,0,0,1
X=R
Y=r
W=1
H=5
LeftMouseUpAction=!RainmeterPluginBang "MeasurePlayer SetVolume 95"

[Volume96]
Meter=IMAGE
SolidColor=0,0,0,1
X=R
Y=r
W=1
H=5
LeftMouseUpAction=!RainmeterPluginBang "MeasurePlayer SetVolume 96"

[Volume98]
Meter=IMAGE
SolidColor=0,0,0,1
X=R
Y=r
W=1
H=5
LeftMouseUpAction=!RainmeterPluginBang "MeasurePlayer SetVolume 98"

[Volume99]
Meter=IMAGE
SolidColor=0,0,0,1
X=R
Y=r
W=1
H=5
LeftMouseUpAction=!RainmeterPluginBang "MeasurePlayer SetVolume 99"

[Volume100]
Meter=IMAGE
SolidColor=0,0,0,1
X=R
Y=r
W=8
H=5
LeftMouseUpAction=!RainmeterPluginBang "MeasurePlayer SetVolume 100"

[Progress0]
Meter=IMAGE
SolidColor=0,0,0,1
X=190
Y=113
W=4
H=5
LeftMouseUpAction=!RainmeterPluginBang "MeasurePlayer SetPosition 0"

[Progress1]
Meter=IMAGE
SolidColor=0,0,0,1
X=R
Y=r
W=1
H=5
LeftMouseUpAction=!RainmeterPluginBang "MeasurePlayer SetPosition 1"

[Progress2]
Meter=IMAGE
SolidColor=0,0,0,1
X=R
Y=r
W=1
H=5
LeftMouseUpAction=!RainmeterPluginBang "MeasurePlayer SetPosition 2"

[Progress3]
Meter=IMAGE
SolidColor=0,0,0,1
X=R
Y=r
W=1
H=5
LeftMouseUpAction=!RainmeterPluginBang "MeasurePlayer SetPosition 3"

[Progress4]
Meter=IMAGE
SolidColor=0,0,0,1
X=R
Y=r
W=1
H=5
LeftMouseUpAction=!RainmeterPluginBang "MeasurePlayer SetPosition 4"

[Progress5]
Meter=IMAGE
SolidColor=0,0,0,1
X=R
Y=r
W=1
H=5
LeftMouseUpAction=!RainmeterPluginBang "MeasurePlayer SetPosition 5"

[Progress6]
Meter=IMAGE
SolidColor=0,0,0,1
X=R
Y=r
W=1
H=5
LeftMouseUpAction=!RainmeterPluginBang "MeasurePlayer SetPosition 6"

[Progress7]
Meter=IMAGE
SolidColor=0,0,0,1
X=R
Y=r
W=1
H=5
LeftMouseUpAction=!RainmeterPluginBang "MeasurePlayer SetPosition 7"

[Progress8]
Meter=IMAGE
SolidColor=0,0,0,1
X=R
Y=r
W=1
H=5
LeftMouseUpAction=!RainmeterPluginBang "MeasurePlayer SetPosition 8"

[Progress9]
Meter=IMAGE
SolidColor=0,0,0,1
X=R
Y=r
W=1
H=5
LeftMouseUpAction=!RainmeterPluginBang "MeasurePlayer SetPosition 9"

[Progress10]
Meter=IMAGE
SolidColor=0,0,0,1
X=R
Y=r
W=1
H=5
LeftMouseUpAction=!RainmeterPluginBang "MeasurePlayer SetPosition 10"

[Progress11]
Meter=IMAGE
SolidColor=0,0,0,1
X=R
Y=r
W=1
H=5
LeftMouseUpAction=!RainmeterPluginBang "MeasurePlayer SetPosition 11"

[Progress12]
Meter=IMAGE
SolidColor=0,0,0,1
X=R
Y=r
W=1
H=5
LeftMouseUpAction=!RainmeterPluginBang "MeasurePlayer SetPosition 12"

[Progress13]
Meter=IMAGE
SolidColor=0,0,0,1
X=R
Y=r
W=1
H=5
LeftMouseUpAction=!RainmeterPluginBang "MeasurePlayer SetPosition 13"

[Progress14]
Meter=IMAGE
SolidColor=0,0,0,1
X=R
Y=r
W=1
H=5
LeftMouseUpAction=!RainmeterPluginBang "MeasurePlayer SetPosition 14"

[Progress15]
Meter=IMAGE
SolidColor=0,0,0,1
X=R
Y=r
W=1
H=5
LeftMouseUpAction=!RainmeterPluginBang "MeasurePlayer SetPosition 15"

[Progress16]
Meter=IMAGE
SolidColor=0,0,0,1
X=R
Y=r
W=1
H=5
LeftMouseUpAction=!RainmeterPluginBang "MeasurePlayer SetPosition 16"

[Progress17]
Meter=IMAGE
SolidColor=0,0,0,1
X=R
Y=r
W=1
H=5
LeftMouseUpAction=!RainmeterPluginBang "MeasurePlayer SetPosition 17"

[Progress18]
Meter=IMAGE
SolidColor=0,0,0,1
X=R
Y=r
W=1
H=5
LeftMouseUpAction=!RainmeterPluginBang "MeasurePlayer SetPosition 18"

[Progress19]
Meter=IMAGE
SolidColor=0,0,0,1
X=R
Y=r
W=1
H=5
LeftMouseUpAction=!RainmeterPluginBang "MeasurePlayer SetPosition 19"

[Progress20]
Meter=IMAGE
SolidColor=0,0,0,1
X=R
Y=r
W=1
H=5
LeftMouseUpAction=!RainmeterPluginBang "MeasurePlayer SetPosition 20"

[Progress21]
Meter=IMAGE
SolidColor=0,0,0,1
X=R
Y=r
W=1
H=5
LeftMouseUpAction=!RainmeterPluginBang "MeasurePlayer SetPosition 21"

[Progress22]
Meter=IMAGE
SolidColor=0,0,0,1
X=R
Y=r
W=1
H=5
LeftMouseUpAction=!RainmeterPluginBang "MeasurePlayer SetPosition 22"

[Progress23]
Meter=IMAGE
SolidColor=0,0,0,1
X=R
Y=r
W=1
H=5
LeftMouseUpAction=!RainmeterPluginBang "MeasurePlayer SetPosition 23"

[Progress24]
Meter=IMAGE
SolidColor=0,0,0,1
X=R
Y=r
W=1
H=5
LeftMouseUpAction=!RainmeterPluginBang "MeasurePlayer SetPosition 24"

[Progress25]
Meter=IMAGE
SolidColor=0,0,0,1
X=R
Y=r
W=1
H=5
LeftMouseUpAction=!RainmeterPluginBang "MeasurePlayer SetPosition 25"

[Progress26]
Meter=IMAGE
SolidColor=0,0,0,1
X=R
Y=r
W=1
H=5
LeftMouseUpAction=!RainmeterPluginBang "MeasurePlayer SetPosition 26"

[Progress27]
Meter=IMAGE
SolidColor=0,0,0,1
X=R
Y=r
W=1
H=5
LeftMouseUpAction=!RainmeterPluginBang "MeasurePlayer SetPosition 27"

[Progress28]
Meter=IMAGE
SolidColor=0,0,0,1
X=R
Y=r
W=1
H=5
LeftMouseUpAction=!RainmeterPluginBang "MeasurePlayer SetPosition 28"

[Progress29]
Meter=IMAGE
SolidColor=0,0,0,1
X=R
Y=r
W=1
H=5
LeftMouseUpAction=!RainmeterPluginBang "MeasurePlayer SetPosition 29"

[Progress30]
Meter=IMAGE
SolidColor=0,0,0,1
X=R
Y=r
W=1
H=5
LeftMouseUpAction=!RainmeterPluginBang "MeasurePlayer SetPosition 30"

[Progress31]
Meter=IMAGE
SolidColor=0,0,0,1
X=R
Y=r
W=1
H=5
LeftMouseUpAction=!RainmeterPluginBang "MeasurePlayer SetPosition 31"

[Progress32]
Meter=IMAGE
SolidColor=0,0,0,1
X=R
Y=r
W=1
H=5
LeftMouseUpAction=!RainmeterPluginBang "MeasurePlayer SetPosition 32"

[Progress33]
Meter=IMAGE
SolidColor=0,0,0,1
X=R
Y=r
W=1
H=5
LeftMouseUpAction=!RainmeterPluginBang "MeasurePlayer SetPosition 33"

[Progress34]
Meter=IMAGE
SolidColor=0,0,0,1
X=R
Y=r
W=1
H=5
LeftMouseUpAction=!RainmeterPluginBang "MeasurePlayer SetPosition 34"

[Progress35]
Meter=IMAGE
SolidColor=0,0,0,1
X=R
Y=r
W=1
H=5
LeftMouseUpAction=!RainmeterPluginBang "MeasurePlayer SetPosition 35"

[Progress36]
Meter=IMAGE
SolidColor=0,0,0,1
X=R
Y=r
W=1
H=5
LeftMouseUpAction=!RainmeterPluginBang "MeasurePlayer SetPosition 36"

[Progress37]
Meter=IMAGE
SolidColor=0,0,0,1
X=R
Y=r
W=1
H=5
LeftMouseUpAction=!RainmeterPluginBang "MeasurePlayer SetPosition 37"

[Progress38]
Meter=IMAGE
SolidColor=0,0,0,1
X=R
Y=r
W=1
H=5
LeftMouseUpAction=!RainmeterPluginBang "MeasurePlayer SetPosition 38"

[Progress39]
Meter=IMAGE
SolidColor=0,0,0,1
X=R
Y=r
W=1
H=5
LeftMouseUpAction=!RainmeterPluginBang "MeasurePlayer SetPosition 39"

[Progress40]
Meter=IMAGE
SolidColor=0,0,0,1
X=R
Y=r
W=1
H=5
LeftMouseUpAction=!RainmeterPluginBang "MeasurePlayer SetPosition 40"

[Progress41]
Meter=IMAGE
SolidColor=0,0,0,1
X=R
Y=r
W=1
H=5
LeftMouseUpAction=!RainmeterPluginBang "MeasurePlayer SetPosition 41"

[Progress42]
Meter=IMAGE
SolidColor=0,0,0,1
X=R
Y=r
W=1
H=5
LeftMouseUpAction=!RainmeterPluginBang "MeasurePlayer SetPosition 42"

[Progress43]
Meter=IMAGE
SolidColor=0,0,0,1
X=R
Y=r
W=1
H=5
LeftMouseUpAction=!RainmeterPluginBang "MeasurePlayer SetPosition 43"

[Progress44]
Meter=IMAGE
SolidColor=0,0,0,1
X=R
Y=r
W=1
H=5
LeftMouseUpAction=!RainmeterPluginBang "MeasurePlayer SetPosition 44"

[Progress45]
Meter=IMAGE
SolidColor=0,0,0,1
X=R
Y=r
W=1
H=5
LeftMouseUpAction=!RainmeterPluginBang "MeasurePlayer SetPosition 45"

[Progress46]
Meter=IMAGE
SolidColor=0,0,0,1
X=R
Y=r
W=1
H=5
LeftMouseUpAction=!RainmeterPluginBang "MeasurePlayer SetPosition 46"

[Progress47]
Meter=IMAGE
SolidColor=0,0,0,1
X=R
Y=r
W=1
H=5
LeftMouseUpAction=!RainmeterPluginBang "MeasurePlayer SetPosition 47"

[Progress48]
Meter=IMAGE
SolidColor=0,0,0,1
X=R
Y=r
W=1
H=5
LeftMouseUpAction=!RainmeterPluginBang "MeasurePlayer SetPosition 48"

[Progress49]
Meter=IMAGE
SolidColor=0,0,0,1
X=R
Y=r
W=1
H=5
LeftMouseUpAction=!RainmeterPluginBang "MeasurePlayer SetPosition 49"

[Progress50]
Meter=IMAGE
SolidColor=0,0,0,1
X=R
Y=r
W=1
H=5
LeftMouseUpAction=!RainmeterPluginBang "MeasurePlayer SetPosition 50"

[Progress51]
Meter=IMAGE
SolidColor=0,0,0,1
X=R
Y=r
W=1
H=5
LeftMouseUpAction=!RainmeterPluginBang "MeasurePlayer SetPosition 51"

[Progress52]
Meter=IMAGE
SolidColor=0,0,0,1
X=R
Y=r
W=1
H=5
LeftMouseUpAction=!RainmeterPluginBang "MeasurePlayer SetPosition 52"

[Progress53]
Meter=IMAGE
SolidColor=0,0,0,1
X=R
Y=r
W=1
H=5
LeftMouseUpAction=!RainmeterPluginBang "MeasurePlayer SetPosition 53"

[Progress54]
Meter=IMAGE
SolidColor=0,0,0,1
X=R
Y=r
W=1
H=5
LeftMouseUpAction=!RainmeterPluginBang "MeasurePlayer SetPosition 54"

[Progress55]
Meter=IMAGE
SolidColor=0,0,0,1
X=R
Y=r
W=1
H=5
LeftMouseUpAction=!RainmeterPluginBang "MeasurePlayer SetPosition 55"

[Progress56]
Meter=IMAGE
SolidColor=0,0,0,1
X=R
Y=r
W=1
H=5
LeftMouseUpAction=!RainmeterPluginBang "MeasurePlayer SetPosition 56"

[Progress57]
Meter=IMAGE
SolidColor=0,0,0,1
X=R
Y=r
W=1
H=5
LeftMouseUpAction=!RainmeterPluginBang "MeasurePlayer SetPosition 57"

[Progress58]
Meter=IMAGE
SolidColor=0,0,0,1
X=R
Y=r
W=1
H=5
LeftMouseUpAction=!RainmeterPluginBang "MeasurePlayer SetPosition 58"

[Progress59]
Meter=IMAGE
SolidColor=0,0,0,1
X=R
Y=r
W=1
H=5
LeftMouseUpAction=!RainmeterPluginBang "MeasurePlayer SetPosition 59"

[Progress60]
Meter=IMAGE
SolidColor=0,0,0,1
X=R
Y=r
W=1
H=5
LeftMouseUpAction=!RainmeterPluginBang "MeasurePlayer SetPosition 60"

[Progress61]
Meter=IMAGE
SolidColor=0,0,0,1
X=R
Y=r
W=1
H=5
LeftMouseUpAction=!RainmeterPluginBang "MeasurePlayer SetPosition 61"

[Progress62]
Meter=IMAGE
SolidColor=0,0,0,1
X=R
Y=r
W=1
H=5
LeftMouseUpAction=!RainmeterPluginBang "MeasurePlayer SetPosition 62"

[Progress63]
Meter=IMAGE
SolidColor=0,0,0,1
X=R
Y=r
W=1
H=5
LeftMouseUpAction=!RainmeterPluginBang "MeasurePlayer SetPosition 63"

[Progress64]
Meter=IMAGE
SolidColor=0,0,0,1
X=R
Y=r
W=1
H=5
LeftMouseUpAction=!RainmeterPluginBang "MeasurePlayer SetPosition 64"

[Progress65]
Meter=IMAGE
SolidColor=0,0,0,1
X=R
Y=r
W=1
H=5
LeftMouseUpAction=!RainmeterPluginBang "MeasurePlayer SetPosition 65"

[Progress66]
Meter=IMAGE
SolidColor=0,0,0,1
X=R
Y=r
W=1
H=5
LeftMouseUpAction=!RainmeterPluginBang "MeasurePlayer SetPosition 66"

[Progress67]
Meter=IMAGE
SolidColor=0,0,0,1
X=R
Y=r
W=1
H=5
LeftMouseUpAction=!RainmeterPluginBang "MeasurePlayer SetPosition 67"

[Progress68]
Meter=IMAGE
SolidColor=0,0,0,1
X=R
Y=r
W=1
H=5
LeftMouseUpAction=!RainmeterPluginBang "MeasurePlayer SetPosition 68"

[Progress69]
Meter=IMAGE
SolidColor=0,0,0,1
X=R
Y=r
W=1
H=5
LeftMouseUpAction=!RainmeterPluginBang "MeasurePlayer SetPosition 69"

[Progress70]
Meter=IMAGE
SolidColor=0,0,0,1
X=R
Y=r
W=1
H=5
LeftMouseUpAction=!RainmeterPluginBang "MeasurePlayer SetPosition 70"

[Progress71]
Meter=IMAGE
SolidColor=0,0,0,1
X=R
Y=r
W=1
H=5
LeftMouseUpAction=!RainmeterPluginBang "MeasurePlayer SetPosition 71"

[Progress72]
Meter=IMAGE
SolidColor=0,0,0,1
X=R
Y=r
W=1
H=5
LeftMouseUpAction=!RainmeterPluginBang "MeasurePlayer SetPosition 72"

[Progress73]
Meter=IMAGE
SolidColor=0,0,0,1
X=R
Y=r
W=1
H=5
LeftMouseUpAction=!RainmeterPluginBang "MeasurePlayer SetPosition 73"

[Progress74]
Meter=IMAGE
SolidColor=0,0,0,1
X=R
Y=r
W=1
H=5
LeftMouseUpAction=!RainmeterPluginBang "MeasurePlayer SetPosition 74"

[Progress75]
Meter=IMAGE
SolidColor=0,0,0,1
X=R
Y=r
W=1
H=5
LeftMouseUpAction=!RainmeterPluginBang "MeasurePlayer SetPosition 75"

[Progress76]
Meter=IMAGE
SolidColor=0,0,0,1
X=R
Y=r
W=1
H=5
LeftMouseUpAction=!RainmeterPluginBang "MeasurePlayer SetPosition 76"

[Progress77]
Meter=IMAGE
SolidColor=0,0,0,1
X=R
Y=r
W=1
H=5
LeftMouseUpAction=!RainmeterPluginBang "MeasurePlayer SetPosition 77"

[Progress78]
Meter=IMAGE
SolidColor=0,0,0,1
X=R
Y=r
W=1
H=5
LeftMouseUpAction=!RainmeterPluginBang "MeasurePlayer SetPosition 78"

[Progress79]
Meter=IMAGE
SolidColor=0,0,0,1
X=R
Y=r
W=1
H=5
LeftMouseUpAction=!RainmeterPluginBang "MeasurePlayer SetPosition 79"

[Progress80]
Meter=IMAGE
SolidColor=0,0,0,1
X=R
Y=r
W=1
H=5
LeftMouseUpAction=!RainmeterPluginBang "MeasurePlayer SetPosition 80"

[Progress81]
Meter=IMAGE
SolidColor=0,0,0,1
X=R
Y=r
W=1
H=5
LeftMouseUpAction=!RainmeterPluginBang "MeasurePlayer SetPosition 81"

[Progress82]
Meter=IMAGE
SolidColor=0,0,0,1
X=R
Y=r
W=1
H=5
LeftMouseUpAction=!RainmeterPluginBang "MeasurePlayer SetPosition 82"

[Progress83]
Meter=IMAGE
SolidColor=0,0,0,1
X=R
Y=r
W=1
H=5
LeftMouseUpAction=!RainmeterPluginBang "MeasurePlayer SetPosition 83"

[Progress84]
Meter=IMAGE
SolidColor=0,0,0,1
X=R
Y=r
W=1
H=5
LeftMouseUpAction=!RainmeterPluginBang "MeasurePlayer SetPosition 84"

[Progress85]
Meter=IMAGE
SolidColor=0,0,0,1
X=R
Y=r
W=1
H=5
LeftMouseUpAction=!RainmeterPluginBang "MeasurePlayer SetPosition 85"

[Progress86]
Meter=IMAGE
SolidColor=0,0,0,1
X=R
Y=r
W=1
H=5
LeftMouseUpAction=!RainmeterPluginBang "MeasurePlayer SetPosition 86"

[Progress87]
Meter=IMAGE
SolidColor=0,0,0,1
X=R
Y=r
W=1
H=5
LeftMouseUpAction=!RainmeterPluginBang "MeasurePlayer SetPosition 87"

[Progress88]
Meter=IMAGE
SolidColor=0,0,0,1
X=R
Y=r
W=1
H=5
LeftMouseUpAction=!RainmeterPluginBang "MeasurePlayer SetPosition 88"

[Progress89]
Meter=IMAGE
SolidColor=0,0,0,1
X=R
Y=r
W=1
H=5
LeftMouseUpAction=!RainmeterPluginBang "MeasurePlayer SetPosition 89"

[Progress90]
Meter=IMAGE
SolidColor=0,0,0,1
X=R
Y=r
W=1
H=5
LeftMouseUpAction=!RainmeterPluginBang "MeasurePlayer SetPosition 90"


[Progress91]
Meter=IMAGE
SolidColor=0,0,0,1
X=R
Y=r
W=1
H=5
LeftMouseUpAction=!RainmeterPluginBang "MeasurePlayer SetPosition 91"


[Progress92]
Meter=IMAGE
SolidColor=0,0,0,1
X=R
Y=r
W=1
H=5
LeftMouseUpAction=!RainmeterPluginBang "MeasurePlayer SetPosition 92"


[Progress93]
Meter=IMAGE
SolidColor=0,0,0,1
X=R
Y=r
W=1
H=5
LeftMouseUpAction=!RainmeterPluginBang "MeasurePlayer SetPosition 93"


[Progress94]
Meter=IMAGE
SolidColor=0,0,0,1
X=R
Y=r
W=1
H=5
LeftMouseUpAction=!RainmeterPluginBang "MeasurePlayer SetPosition 94"


[Progress95]
Meter=IMAGE
SolidColor=0,0,0,1
X=R
Y=r
W=1
H=5
LeftMouseUpAction=!RainmeterPluginBang "MeasurePlayer SetPosition 95"


[Progress96]
Meter=IMAGE
SolidColor=0,0,0,1
X=R
Y=r
W=1
H=5
LeftMouseUpAction=!RainmeterPluginBang "MeasurePlayer SetPosition 96"


[Progress97]
Meter=IMAGE
SolidColor=0,0,0,1
X=R
Y=r
W=1
H=5
LeftMouseUpAction=!RainmeterPluginBang "MeasurePlayer SetPosition 97"


[Progress98]
Meter=IMAGE
SolidColor=0,0,0,1
X=R
Y=r
W=1
H=5
LeftMouseUpAction=!RainmeterPluginBang "MeasurePlayer SetPosition 98"


[Progress99]
Meter=IMAGE
SolidColor=0,0,0,1
X=R
Y=r
W=1
H=5
LeftMouseUpAction=!RainmeterPluginBang "MeasurePlayer SetPosition 99"

[Progress100]
Meter=IMAGE
SolidColor=0,0,0,1
X=R
Y=r
W=4
H=5
LeftMouseUpAction=!RainmeterPluginBang "MeasurePlayer SetPosition 100"
scotri83
Posts: 9
Joined: February 22nd, 2015, 4:27 am

Re: Spotify Plugin Released! Now with less bugs!

Post by scotri83 »

snyderxc wrote: Take this and copy it to the .ini. It's not everything (current position in seconds and volume, mostly), but it's close.

Code: Select all

[Rainmeter]
Author= P2C | toastbrotpascal.deviantart. com
Update=1000
MiddleMouseUpAction=!RainmeterActivateConfig CLN\Config Configure.ini

[Variables]
HighlightColor=128,255,255
Color=Black

@include="#ROOTCONFIGPATH#\Colors\#Color#\Style.txt"

[BG]
Meter=IMAGE
ImageName=BG.png
Path="#CURRENTPATH#\Colors\#Color#"

[MeasurePlayer]
Measure=Plugin
Plugin=NowPlaying.dll
PlayerName=Spotify
PlayerType=COVER
DisableLeadingZero=1

[MeasureArt]
Measure=Plugin
Plugin=SpotifyPlugin.dll
Type=AlbumArt
Res=85

[Cover]
Meter=IMAGE
MeasureName=MeasureArt
X=38
Y=37
H=82
W=82

[Overlay]
Meter=IMAGE
ImageName=Overlay.png
Path="#CURRENTPATH#\Colors\#Color#"
X=r
Y=r

[MeasureTitle]
Measure=Plugin
Plugin=NowPlaying.dll
PlayerName=[MeasurePlayer]
PlayerType=Title

[Title]
Meter=STRING
MeterStyle=Style
MeasureName=MeasureTitle
X=180
Y=33
FontSize=12
FontColor=#TitleColor#
W=150
H=18
ClipString=1

[MeasureArtist]
Measure=Plugin
Plugin=NowPlaying.dll
PlayerName=[MeasurePlayer]
PlayerType=Artist

[Artist]
Meter=STRING
MeterStyle=Style
MeasureName=MeasureArtist
X=r
Y=26r
W=150
H=15
ClipString=1

[MeasureAlbum]
Measure=Plugin
Plugin=SpotifyPlugin.dll
PlayerName=Spotify
Type=AlbumName

[Album]
Meter=STRING
MeterStyle=Style
MeasureName=MeasureAlbum
X=r
Y=24r
W=150
H=15
ClipString=1

[MeasureProgress]
Measure=Plugin
Plugin=SpotifyPlugin.dll
PlayerName=Spotify
Type=Progress

[MeasureDuration]
Measure=Plugin
Plugin=SpotifyPlugin.dll
PlayerName=Spotify
Type=Length

[MeasurePosition]
Measure=Calc
Formula=MeasureProgress*MeasureDuration

[Position]
Meter=STRING
MeterStyle=Style
MeasureName=MeasurePosition
X=160
Y=108
FontSize=8

[Duration]
Meter=STRING
MeterStyle=Style
MeasureName=MeasureDuration
X=328
Y=r
FontSize=8
StringAlign=RIGHT

[MeasureProgress]
Measure=Plugin
Plugin=SpotifyPlugin.dll
PlayerName=[MeasurePlayer]
Type=Progress

[ProgressBar]
Meter=BAR
MeasureName=MeasureProgress
BarImage="#CURRENTPATH#\Colors\#Color#\ProgressBar.png"
BarOrientation=HORIZONTAL
X=190
Y=113
ImageTint=#HighlightColor#

[ProgressBitmap]
Meter=BITMAP
MeasureName=MeasureProgress
BitmapImage="#CURRENTPATH#\Colors\#Color#\ProgressBitmap"
BitmapFrames=98
BitmapZeroFrame=1
X=r
Y=r

[MeasureRating]
Measure=Plugin
Plugin=NowPlaying.dll
PlayerName=[MeasurePlayer]
PlayerType=Rating

[Rating]
Meter=BITMAP
MeasureName=MeasureRating
BitmapImage="#CURRENTPATH#\Colors\#Color#\Rating.png"
BitmapFrames=6
BitmapZeroFrame=1
X=36
Y=143
ImageTint=#HighlightColor#

[Rating0]
Meter=IMAGE
ImageColor=0,0,0,1
X=26
Y=140
W=10
H=21
LeftMouseUpAction=!RainmeterPluginBang "MeasurePlayer SetRating 0"

[Rating1]
Meter=IMAGE
ImageColor=0,0,0,1
X=36
Y=r
W=15
H=21
LeftMouseUpAction=!RainmeterPluginBang "MeasurePlayer SetRating 1"

[Rating2]
Meter=IMAGE
ImageColor=0,0,0,1
X=51
Y=r
W=16
H=21
LeftMouseUpAction=!RainmeterPluginBang "MeasurePlayer SetRating 2"

[Rating3]
Meter=IMAGE
ImageColor=0,0,0,1
X=67
Y=r
W=16
H=21
LeftMouseUpAction=!RainmeterPluginBang "MeasurePlayer SetRating 3"

[Rating4]
Meter=IMAGE
ImageColor=0,0,0,1
X=83
Y=r
W=16
H=21
LeftMouseUpAction=!RainmeterPluginBang "MeasurePlayer SetRating 4"

[Rating5]
Meter=IMAGE
ImageColor=0,0,0,1
X=99
Y=r
W=15
H=21
LeftMouseUpAction=!RainmeterPluginBang "MeasurePlayer SetRating 5"

[MeasureState]
Measure=Plugin
Plugin=NowPlaying.dll
PlayerName=[MeasurePlayer]
PlayerType=State
Substitute="0":"Play2.png","1":"Play1.png","2":"Play2.png"

[Play]
Meter=IMAGE
MeasureName=MeasureState
Path="#CURRENTPATH#\Colors\#Color#"
X=161
Y=133
Hidden=1
MouseOverAction=!Execute [!RainmeterHideMeter Play][!RainmeterShowMeter PlayH][!RainmeterRedraw]

[PlayH]
Meter=IMAGE
MeasureName=MeasureState
Path="#CURRENTPATH#\Colors\#Color#"
X=r
Y=r
ImageTint=#HighlightColor#
Hidden=1
MouseLeaveAction=!Execute [!RainmeterHideMeter PlayH][!RainmeterShowMeter Play][!RainmeterRedraw]
LeftMouseUpAction=!Execute [!RainmeterPluginBang "MeasurePlayer PlayPause"][!RainmeterRedraw]

[MeasureStatus]
Measure=Plugin
Plugin=NowPlaying.dll
PlayerName=[MeasurePlayer]
PlayerType=Status
IfAboveValue=0
IfAboveAction=!Execute [!RainmeterHideMeter Open][!RainmeterShowMeter Play][!RainmeterRedraw]
IfEqualValue=0
IfEqualAction=!Execute [!RainmeterShowMeter Open][!RainmeterHideMeter Play][!RainmeterRedraw]

[Open]
Meter=IMAGE
ImageName=Open.png
Path="#CURRENTPATH#\Colors\#Color#"
X=r
Y=r
Hidden=1
MouseOverAction=!Execute [!RainmeterHideMeter Open][!RainmeterShowMeter OpenH][!RainmeterRedraw]

[OpenH]
Meter=IMAGE
ImageName=Open.png
Path="#CURRENTPATH#\Colors\#Color#"
X=r
Y=r
ImageTint=#HighlightColor#
Hidden=1
MouseLeaveAction=!Execute [!RainmeterHideMeter OpenH][!RainmeterShowMeter Open][!RainmeterRedraw]
LeftMouseUpAction=!RainmeterPluginBang "MeasurePlayer OpenPlayer"

[Previous]
Meter=IMAGE
ImageName=Previous.png
Path="#CURRENTPATH#\Colors\#Color#"
X=138
Y=137
MouseOverAction=!Execute [!RainmeterHideMeter Previous][!RainmeterShowMeter PreviousH][!RainmeterRedraw]

[PreviousH]
Meter=IMAGE
ImageName=Previous.png
Path="#CURRENTPATH#\Colors\#Color#"
X=r
Y=r
ImageTint=#HighlightColor#
Hidden=1
MouseLeaveAction=!Execute [!RainmeterHideMeter PreviousH][!RainmeterShowMeter Previous][!RainmeterRedraw]
LeftMouseUpAction=!RainmeterPluginBang "MeasurePlayer Previous"

[Next]
Meter=IMAGE
ImageName=Next.png
Path="#CURRENTPATH#\Colors\#Color#"
X=201
Y=137
MouseOverAction=!Execute [!RainmeterHideMeter Next][!RainmeterShowMeter NextH][!RainmeterRedraw]

[NextH]
Meter=IMAGE
ImageName=Next.png
Path="#CURRENTPATH#\Colors\#Color#"
X=r
Y=r
ImageTint=#HighlightColor#
Hidden=1
MouseLeaveAction=!Execute [!RainmeterHideMeter NextH][!RainmeterShowMeter Next][!RainmeterRedraw]
LeftMouseUpAction=!RainmeterPluginBang "MeasurePlayer Next"

[MeasureVolume]
Measure=Plugin
Plugin=NowPlaying.dll
PlayerName=[MeasurePlayer]
PlayerType=Volume

[VolumeBar]
Meter=BAR
MeasureName=MeasureVolume
BarImage="#CURRENTPATH#\Colors\#Color#\VolumeBar.png"
BarOrientation=HORIZONTAL
X=247
Y=148
ImageTint=#HighlightColor#

[VolumeBitmap]
Meter=BITMAP
MeasureName=MeasureVolume
BitmapImage="#CURRENTPATH#\Colors\#Color#\VolumeBitmap"
BitmapFrames=69
BitmapZeroFrame=1
X=r
Y=r

[Volume0]
Meter=IMAGE
SolidColor=0,0,0,1
X=247
Y=148
W=7
H=5
LeftMouseUpAction=!RainmeterPluginBang "MeasurePlayer SetVolume 0"

[Volume10]
Meter=IMAGE
SolidColor=0,0,0,1
X=R
Y=r
W=1
H=5
LeftMouseUpAction=!RainmeterPluginBang "MeasurePlayer SetVolume 10"

[Volume12]
Meter=IMAGE
SolidColor=0,0,0,1
X=R
Y=r
W=1
H=5
LeftMouseUpAction=!RainmeterPluginBang "MeasurePlayer SetVolume 12"

[Volume13]
Meter=IMAGE
SolidColor=0,0,0,1
X=R
Y=r
W=1
H=5
LeftMouseUpAction=!RainmeterPluginBang "MeasurePlayer SetVolume 13"

[Volume15]
Meter=IMAGE
SolidColor=0,0,0,1
X=R
Y=r
W=1
H=5
LeftMouseUpAction=!RainmeterPluginBang "MeasurePlayer SetVolume 15"

[Volume16]
Meter=IMAGE
SolidColor=0,0,0,1
X=R
Y=r
W=1
H=5
LeftMouseUpAction=!RainmeterPluginBang "MeasurePlayer SetVolume 16"

[Volume18]
Meter=IMAGE
SolidColor=0,0,0,1
X=R
Y=r
W=1
H=5
LeftMouseUpAction=!RainmeterPluginBang "MeasurePlayer SetVolume 18"

[Volume19]
Meter=IMAGE
SolidColor=0,0,0,1
X=R
Y=r
W=1
H=5
LeftMouseUpAction=!RainmeterPluginBang "MeasurePlayer SetVolume 19"

[Volume20]
Meter=IMAGE
SolidColor=0,0,0,1
X=R
Y=r
W=1
H=5
LeftMouseUpAction=!RainmeterPluginBang "MeasurePlayer SetVolume 20"

[Volume22]
Meter=IMAGE
SolidColor=0,0,0,1
X=R
Y=r
W=1
H=5
LeftMouseUpAction=!RainmeterPluginBang "MeasurePlayer SetVolume 22"

[Volume23]
Meter=IMAGE
SolidColor=0,0,0,1
X=R
Y=r
W=1
H=5
LeftMouseUpAction=!RainmeterPluginBang "MeasurePlayer SetVolume 23"

[Volume25]
Meter=IMAGE
SolidColor=0,0,0,1
X=R
Y=r
W=1
H=5
LeftMouseUpAction=!RainmeterPluginBang "MeasurePlayer SetVolume 25"

[Volume26]
Meter=IMAGE
SolidColor=0,0,0,1
X=R
Y=r
W=1
H=5
LeftMouseUpAction=!RainmeterPluginBang "MeasurePlayer SetVolume 26"

[Volume28]
Meter=IMAGE
SolidColor=0,0,0,1
X=R
Y=r
W=1
H=5
LeftMouseUpAction=!RainmeterPluginBang "MeasurePlayer SetVolume 28"

[Volume29]
Meter=IMAGE
SolidColor=0,0,0,1
X=R
Y=r
W=1
H=5
LeftMouseUpAction=!RainmeterPluginBang "MeasurePlayer SetVolume 29"

[Volume30]
Meter=IMAGE
SolidColor=0,0,0,1
X=R
Y=r
W=1
H=5
LeftMouseUpAction=!RainmeterPluginBang "MeasurePlayer SetVolume 30"

[Volume32]
Meter=IMAGE
SolidColor=0,0,0,1
X=R
Y=r
W=1
H=5
LeftMouseUpAction=!RainmeterPluginBang "MeasurePlayer SetVolume 32"

[Volume33]
Meter=IMAGE
SolidColor=0,0,0,1
X=R
Y=r
W=1
H=5
LeftMouseUpAction=!RainmeterPluginBang "MeasurePlayer SetVolume 33"

[Volume35]
Meter=IMAGE
SolidColor=0,0,0,1
X=R
Y=r
W=1
H=5
LeftMouseUpAction=!RainmeterPluginBang "MeasurePlayer SetVolume 35"

[Volume36]
Meter=IMAGE
SolidColor=0,0,0,1
X=R
Y=r
W=1
H=5
LeftMouseUpAction=!RainmeterPluginBang "MeasurePlayer SetVolume 36"

[Volume38]
Meter=IMAGE
SolidColor=0,0,0,1
X=R
Y=r
W=1
H=5
LeftMouseUpAction=!RainmeterPluginBang "MeasurePlayer SetVolume 38"

[Volume39]
Meter=IMAGE
SolidColor=0,0,0,1
X=R
Y=r
W=1
H=5
LeftMouseUpAction=!RainmeterPluginBang "MeasurePlayer SetVolume 39"

[Volume40]
Meter=IMAGE
SolidColor=0,0,0,1
X=R
Y=r
W=1
H=5
LeftMouseUpAction=!RainmeterPluginBang "MeasurePlayer SetVolume 40"

[Volume42]
Meter=IMAGE
SolidColor=0,0,0,1
X=R
Y=r
W=1
H=5
LeftMouseUpAction=!RainmeterPluginBang "MeasurePlayer SetVolume 42"

[Volume43]
Meter=IMAGE
SolidColor=0,0,0,1
X=R
Y=r
W=1
H=5
LeftMouseUpAction=!RainmeterPluginBang "MeasurePlayer SetVolume 43"

[Volume45]
Meter=IMAGE
SolidColor=0,0,0,1
X=R
Y=r
W=1
H=5
LeftMouseUpAction=!RainmeterPluginBang "MeasurePlayer SetVolume 45"

[Volume46]
Meter=IMAGE
SolidColor=0,0,0,1
X=R
Y=r
W=1
H=5
LeftMouseUpAction=!RainmeterPluginBang "MeasurePlayer SetVolume 46"

[Volume48]
Meter=IMAGE
SolidColor=0,0,0,1
X=R
Y=r
W=1
H=5
LeftMouseUpAction=!RainmeterPluginBang "MeasurePlayer SetVolume 48"

[Volume49]
Meter=IMAGE
SolidColor=0,0,0,1
X=R
Y=r
W=1
H=5
LeftMouseUpAction=!RainmeterPluginBang "MeasurePlayer SetVolume 49"

[Volume50]
Meter=IMAGE
SolidColor=0,0,0,1
X=R
Y=r
W=1
H=5
LeftMouseUpAction=!RainmeterPluginBang "MeasurePlayer SetVolume 50"

[Volume52]
Meter=IMAGE
SolidColor=0,0,0,1
X=R
Y=r
W=1
H=5
LeftMouseUpAction=!RainmeterPluginBang "MeasurePlayer SetVolume 52"

[Volume53]
Meter=IMAGE
SolidColor=0,0,0,1
X=R
Y=r
W=1
H=5
LeftMouseUpAction=!RainmeterPluginBang "MeasurePlayer SetVolume 53"

[Volume55]
Meter=IMAGE
SolidColor=0,0,0,1
X=R
Y=r
W=1
H=5
LeftMouseUpAction=!RainmeterPluginBang "MeasurePlayer SetVolume 55"

[Volume56]
Meter=IMAGE
SolidColor=0,0,0,1
X=R
Y=r
W=1
H=5
LeftMouseUpAction=!RainmeterPluginBang "MeasurePlayer SetVolume 56"

[Volume58]
Meter=IMAGE
SolidColor=0,0,0,1
X=R
Y=r
W=1
H=5
LeftMouseUpAction=!RainmeterPluginBang "MeasurePlayer SetVolume 58"

[Volume59]
Meter=IMAGE
SolidColor=0,0,0,1
X=R
Y=r
W=1
H=5
LeftMouseUpAction=!RainmeterPluginBang "MeasurePlayer SetVolume 59"

[Volume60]
Meter=IMAGE
SolidColor=0,0,0,1
X=R
Y=r
W=1
H=5
LeftMouseUpAction=!RainmeterPluginBang "MeasurePlayer SetVolume 60"

[Volume62]
Meter=IMAGE
SolidColor=0,0,0,1
X=R
Y=r
W=1
H=5
LeftMouseUpAction=!RainmeterPluginBang "MeasurePlayer SetVolume 62"

[Volume63]
Meter=IMAGE
SolidColor=0,0,0,1
X=R
Y=r
W=1
H=5
LeftMouseUpAction=!RainmeterPluginBang "MeasurePlayer SetVolume 63"

[Volume65]
Meter=IMAGE
SolidColor=0,0,0,1
X=R
Y=r
W=1
H=5
LeftMouseUpAction=!RainmeterPluginBang "MeasurePlayer SetVolume 65"

[Volume68]
Meter=IMAGE
SolidColor=0,0,0,1
X=R
Y=r
W=1
H=5
LeftMouseUpAction=!RainmeterPluginBang "MeasurePlayer SetVolume 68"

[Volume69]
Meter=IMAGE
SolidColor=0,0,0,1
X=R
Y=r
W=1
H=5
LeftMouseUpAction=!RainmeterPluginBang "MeasurePlayer SetVolume 69"

[Volume70]
Meter=IMAGE
SolidColor=0,0,0,1
X=R
Y=r
W=1
H=5
LeftMouseUpAction=!RainmeterPluginBang "MeasurePlayer SetVolume 70"

[Volume72]
Meter=IMAGE
SolidColor=0,0,0,1
X=R
Y=r
W=1
H=5
LeftMouseUpAction=!RainmeterPluginBang "MeasurePlayer SetVolume 72"

[Volume73]
Meter=IMAGE
SolidColor=0,0,0,1
X=R
Y=r
W=1
H=5
LeftMouseUpAction=!RainmeterPluginBang "MeasurePlayer SetVolume 73"

[Volume75]
Meter=IMAGE
SolidColor=0,0,0,1
X=R
Y=r
W=1
H=5
LeftMouseUpAction=!RainmeterPluginBang "MeasurePlayer SetVolume 75"

[Volume76]
Meter=IMAGE
SolidColor=0,0,0,1
X=R
Y=r
W=1
H=5
LeftMouseUpAction=!RainmeterPluginBang "MeasurePlayer SetVolume 76"

[Volume78]
Meter=IMAGE
SolidColor=0,0,0,1
X=R
Y=r
W=1
H=5
LeftMouseUpAction=!RainmeterPluginBang "MeasurePlayer SetVolume 78"

[Volume79]
Meter=IMAGE
SolidColor=0,0,0,1
X=R
Y=r
W=1
H=5
LeftMouseUpAction=!RainmeterPluginBang "MeasurePlayer SetVolume 79"

[Volume80]
Meter=IMAGE
SolidColor=0,0,0,1
X=R
Y=r
W=1
H=5
LeftMouseUpAction=!RainmeterPluginBang "MeasurePlayer SetVolume 80"

[Volume82]
Meter=IMAGE
SolidColor=0,0,0,1
X=R
Y=r
W=1
H=5
LeftMouseUpAction=!RainmeterPluginBang "MeasurePlayer SetVolume 82"

[Volume83]
Meter=IMAGE
SolidColor=0,0,0,1
X=R
Y=r
W=1
H=5
LeftMouseUpAction=!RainmeterPluginBang "MeasurePlayer SetVolume 83"

[Volume85]
Meter=IMAGE
SolidColor=0,0,0,1
X=R
Y=r
W=1
H=5
LeftMouseUpAction=!RainmeterPluginBang "MeasurePlayer SetVolume 85"

[Volume86]
Meter=IMAGE
SolidColor=0,0,0,1
X=R
Y=r
W=1
H=5
LeftMouseUpAction=!RainmeterPluginBang "MeasurePlayer SetVolume 86"

[Volume88]
Meter=IMAGE
SolidColor=0,0,0,1
X=R
Y=r
W=1
H=5
LeftMouseUpAction=!RainmeterPluginBang "MeasurePlayer SetVolume 88"

[Volume89]
Meter=IMAGE
SolidColor=0,0,0,1
X=R
Y=r
W=1
H=5
LeftMouseUpAction=!RainmeterPluginBang "MeasurePlayer SetVolume 89"

[Volume90]
Meter=IMAGE
SolidColor=0,0,0,1
X=R
Y=r
W=1
H=5
LeftMouseUpAction=!RainmeterPluginBang "MeasurePlayer SetVolume 90"

[Volume92]
Meter=IMAGE
SolidColor=0,0,0,1
X=R
Y=r
W=1
H=5
LeftMouseUpAction=!RainmeterPluginBang "MeasurePlayer SetVolume 92"

[Volume93]
Meter=IMAGE
SolidColor=0,0,0,1
X=R
Y=r
W=1
H=5
LeftMouseUpAction=!RainmeterPluginBang "MeasurePlayer SetVolume 93"

[Volume95]
Meter=IMAGE
SolidColor=0,0,0,1
X=R
Y=r
W=1
H=5
LeftMouseUpAction=!RainmeterPluginBang "MeasurePlayer SetVolume 95"

[Volume96]
Meter=IMAGE
SolidColor=0,0,0,1
X=R
Y=r
W=1
H=5
LeftMouseUpAction=!RainmeterPluginBang "MeasurePlayer SetVolume 96"

[Volume98]
Meter=IMAGE
SolidColor=0,0,0,1
X=R
Y=r
W=1
H=5
LeftMouseUpAction=!RainmeterPluginBang "MeasurePlayer SetVolume 98"

[Volume99]
Meter=IMAGE
SolidColor=0,0,0,1
X=R
Y=r
W=1
H=5
LeftMouseUpAction=!RainmeterPluginBang "MeasurePlayer SetVolume 99"

[Volume100]
Meter=IMAGE
SolidColor=0,0,0,1
X=R
Y=r
W=8
H=5
LeftMouseUpAction=!RainmeterPluginBang "MeasurePlayer SetVolume 100"

[Progress0]
Meter=IMAGE
SolidColor=0,0,0,1
X=190
Y=113
W=4
H=5
LeftMouseUpAction=!RainmeterPluginBang "MeasurePlayer SetPosition 0"

[Progress1]
Meter=IMAGE
SolidColor=0,0,0,1
X=R
Y=r
W=1
H=5
LeftMouseUpAction=!RainmeterPluginBang "MeasurePlayer SetPosition 1"

[Progress2]
Meter=IMAGE
SolidColor=0,0,0,1
X=R
Y=r
W=1
H=5
LeftMouseUpAction=!RainmeterPluginBang "MeasurePlayer SetPosition 2"

[Progress3]
Meter=IMAGE
SolidColor=0,0,0,1
X=R
Y=r
W=1
H=5
LeftMouseUpAction=!RainmeterPluginBang "MeasurePlayer SetPosition 3"

[Progress4]
Meter=IMAGE
SolidColor=0,0,0,1
X=R
Y=r
W=1
H=5
LeftMouseUpAction=!RainmeterPluginBang "MeasurePlayer SetPosition 4"

[Progress5]
Meter=IMAGE
SolidColor=0,0,0,1
X=R
Y=r
W=1
H=5
LeftMouseUpAction=!RainmeterPluginBang "MeasurePlayer SetPosition 5"

[Progress6]
Meter=IMAGE
SolidColor=0,0,0,1
X=R
Y=r
W=1
H=5
LeftMouseUpAction=!RainmeterPluginBang "MeasurePlayer SetPosition 6"

[Progress7]
Meter=IMAGE
SolidColor=0,0,0,1
X=R
Y=r
W=1
H=5
LeftMouseUpAction=!RainmeterPluginBang "MeasurePlayer SetPosition 7"

[Progress8]
Meter=IMAGE
SolidColor=0,0,0,1
X=R
Y=r
W=1
H=5
LeftMouseUpAction=!RainmeterPluginBang "MeasurePlayer SetPosition 8"

[Progress9]
Meter=IMAGE
SolidColor=0,0,0,1
X=R
Y=r
W=1
H=5
LeftMouseUpAction=!RainmeterPluginBang "MeasurePlayer SetPosition 9"

[Progress10]
Meter=IMAGE
SolidColor=0,0,0,1
X=R
Y=r
W=1
H=5
LeftMouseUpAction=!RainmeterPluginBang "MeasurePlayer SetPosition 10"

[Progress11]
Meter=IMAGE
SolidColor=0,0,0,1
X=R
Y=r
W=1
H=5
LeftMouseUpAction=!RainmeterPluginBang "MeasurePlayer SetPosition 11"

[Progress12]
Meter=IMAGE
SolidColor=0,0,0,1
X=R
Y=r
W=1
H=5
LeftMouseUpAction=!RainmeterPluginBang "MeasurePlayer SetPosition 12"

[Progress13]
Meter=IMAGE
SolidColor=0,0,0,1
X=R
Y=r
W=1
H=5
LeftMouseUpAction=!RainmeterPluginBang "MeasurePlayer SetPosition 13"

[Progress14]
Meter=IMAGE
SolidColor=0,0,0,1
X=R
Y=r
W=1
H=5
LeftMouseUpAction=!RainmeterPluginBang "MeasurePlayer SetPosition 14"

[Progress15]
Meter=IMAGE
SolidColor=0,0,0,1
X=R
Y=r
W=1
H=5
LeftMouseUpAction=!RainmeterPluginBang "MeasurePlayer SetPosition 15"

[Progress16]
Meter=IMAGE
SolidColor=0,0,0,1
X=R
Y=r
W=1
H=5
LeftMouseUpAction=!RainmeterPluginBang "MeasurePlayer SetPosition 16"

[Progress17]
Meter=IMAGE
SolidColor=0,0,0,1
X=R
Y=r
W=1
H=5
LeftMouseUpAction=!RainmeterPluginBang "MeasurePlayer SetPosition 17"

[Progress18]
Meter=IMAGE
SolidColor=0,0,0,1
X=R
Y=r
W=1
H=5
LeftMouseUpAction=!RainmeterPluginBang "MeasurePlayer SetPosition 18"

[Progress19]
Meter=IMAGE
SolidColor=0,0,0,1
X=R
Y=r
W=1
H=5
LeftMouseUpAction=!RainmeterPluginBang "MeasurePlayer SetPosition 19"

[Progress20]
Meter=IMAGE
SolidColor=0,0,0,1
X=R
Y=r
W=1
H=5
LeftMouseUpAction=!RainmeterPluginBang "MeasurePlayer SetPosition 20"

[Progress21]
Meter=IMAGE
SolidColor=0,0,0,1
X=R
Y=r
W=1
H=5
LeftMouseUpAction=!RainmeterPluginBang "MeasurePlayer SetPosition 21"

[Progress22]
Meter=IMAGE
SolidColor=0,0,0,1
X=R
Y=r
W=1
H=5
LeftMouseUpAction=!RainmeterPluginBang "MeasurePlayer SetPosition 22"

[Progress23]
Meter=IMAGE
SolidColor=0,0,0,1
X=R
Y=r
W=1
H=5
LeftMouseUpAction=!RainmeterPluginBang "MeasurePlayer SetPosition 23"

[Progress24]
Meter=IMAGE
SolidColor=0,0,0,1
X=R
Y=r
W=1
H=5
LeftMouseUpAction=!RainmeterPluginBang "MeasurePlayer SetPosition 24"

[Progress25]
Meter=IMAGE
SolidColor=0,0,0,1
X=R
Y=r
W=1
H=5
LeftMouseUpAction=!RainmeterPluginBang "MeasurePlayer SetPosition 25"

[Progress26]
Meter=IMAGE
SolidColor=0,0,0,1
X=R
Y=r
W=1
H=5
LeftMouseUpAction=!RainmeterPluginBang "MeasurePlayer SetPosition 26"

[Progress27]
Meter=IMAGE
SolidColor=0,0,0,1
X=R
Y=r
W=1
H=5
LeftMouseUpAction=!RainmeterPluginBang "MeasurePlayer SetPosition 27"

[Progress28]
Meter=IMAGE
SolidColor=0,0,0,1
X=R
Y=r
W=1
H=5
LeftMouseUpAction=!RainmeterPluginBang "MeasurePlayer SetPosition 28"

[Progress29]
Meter=IMAGE
SolidColor=0,0,0,1
X=R
Y=r
W=1
H=5
LeftMouseUpAction=!RainmeterPluginBang "MeasurePlayer SetPosition 29"

[Progress30]
Meter=IMAGE
SolidColor=0,0,0,1
X=R
Y=r
W=1
H=5
LeftMouseUpAction=!RainmeterPluginBang "MeasurePlayer SetPosition 30"

[Progress31]
Meter=IMAGE
SolidColor=0,0,0,1
X=R
Y=r
W=1
H=5
LeftMouseUpAction=!RainmeterPluginBang "MeasurePlayer SetPosition 31"

[Progress32]
Meter=IMAGE
SolidColor=0,0,0,1
X=R
Y=r
W=1
H=5
LeftMouseUpAction=!RainmeterPluginBang "MeasurePlayer SetPosition 32"

[Progress33]
Meter=IMAGE
SolidColor=0,0,0,1
X=R
Y=r
W=1
H=5
LeftMouseUpAction=!RainmeterPluginBang "MeasurePlayer SetPosition 33"

[Progress34]
Meter=IMAGE
SolidColor=0,0,0,1
X=R
Y=r
W=1
H=5
LeftMouseUpAction=!RainmeterPluginBang "MeasurePlayer SetPosition 34"

[Progress35]
Meter=IMAGE
SolidColor=0,0,0,1
X=R
Y=r
W=1
H=5
LeftMouseUpAction=!RainmeterPluginBang "MeasurePlayer SetPosition 35"

[Progress36]
Meter=IMAGE
SolidColor=0,0,0,1
X=R
Y=r
W=1
H=5
LeftMouseUpAction=!RainmeterPluginBang "MeasurePlayer SetPosition 36"

[Progress37]
Meter=IMAGE
SolidColor=0,0,0,1
X=R
Y=r
W=1
H=5
LeftMouseUpAction=!RainmeterPluginBang "MeasurePlayer SetPosition 37"

[Progress38]
Meter=IMAGE
SolidColor=0,0,0,1
X=R
Y=r
W=1
H=5
LeftMouseUpAction=!RainmeterPluginBang "MeasurePlayer SetPosition 38"

[Progress39]
Meter=IMAGE
SolidColor=0,0,0,1
X=R
Y=r
W=1
H=5
LeftMouseUpAction=!RainmeterPluginBang "MeasurePlayer SetPosition 39"

[Progress40]
Meter=IMAGE
SolidColor=0,0,0,1
X=R
Y=r
W=1
H=5
LeftMouseUpAction=!RainmeterPluginBang "MeasurePlayer SetPosition 40"

[Progress41]
Meter=IMAGE
SolidColor=0,0,0,1
X=R
Y=r
W=1
H=5
LeftMouseUpAction=!RainmeterPluginBang "MeasurePlayer SetPosition 41"

[Progress42]
Meter=IMAGE
SolidColor=0,0,0,1
X=R
Y=r
W=1
H=5
LeftMouseUpAction=!RainmeterPluginBang "MeasurePlayer SetPosition 42"

[Progress43]
Meter=IMAGE
SolidColor=0,0,0,1
X=R
Y=r
W=1
H=5
LeftMouseUpAction=!RainmeterPluginBang "MeasurePlayer SetPosition 43"

[Progress44]
Meter=IMAGE
SolidColor=0,0,0,1
X=R
Y=r
W=1
H=5
LeftMouseUpAction=!RainmeterPluginBang "MeasurePlayer SetPosition 44"

[Progress45]
Meter=IMAGE
SolidColor=0,0,0,1
X=R
Y=r
W=1
H=5
LeftMouseUpAction=!RainmeterPluginBang "MeasurePlayer SetPosition 45"

[Progress46]
Meter=IMAGE
SolidColor=0,0,0,1
X=R
Y=r
W=1
H=5
LeftMouseUpAction=!RainmeterPluginBang "MeasurePlayer SetPosition 46"

[Progress47]
Meter=IMAGE
SolidColor=0,0,0,1
X=R
Y=r
W=1
H=5
LeftMouseUpAction=!RainmeterPluginBang "MeasurePlayer SetPosition 47"

[Progress48]
Meter=IMAGE
SolidColor=0,0,0,1
X=R
Y=r
W=1
H=5
LeftMouseUpAction=!RainmeterPluginBang "MeasurePlayer SetPosition 48"

[Progress49]
Meter=IMAGE
SolidColor=0,0,0,1
X=R
Y=r
W=1
H=5
LeftMouseUpAction=!RainmeterPluginBang "MeasurePlayer SetPosition 49"

[Progress50]
Meter=IMAGE
SolidColor=0,0,0,1
X=R
Y=r
W=1
H=5
LeftMouseUpAction=!RainmeterPluginBang "MeasurePlayer SetPosition 50"

[Progress51]
Meter=IMAGE
SolidColor=0,0,0,1
X=R
Y=r
W=1
H=5
LeftMouseUpAction=!RainmeterPluginBang "MeasurePlayer SetPosition 51"

[Progress52]
Meter=IMAGE
SolidColor=0,0,0,1
X=R
Y=r
W=1
H=5
LeftMouseUpAction=!RainmeterPluginBang "MeasurePlayer SetPosition 52"

[Progress53]
Meter=IMAGE
SolidColor=0,0,0,1
X=R
Y=r
W=1
H=5
LeftMouseUpAction=!RainmeterPluginBang "MeasurePlayer SetPosition 53"

[Progress54]
Meter=IMAGE
SolidColor=0,0,0,1
X=R
Y=r
W=1
H=5
LeftMouseUpAction=!RainmeterPluginBang "MeasurePlayer SetPosition 54"

[Progress55]
Meter=IMAGE
SolidColor=0,0,0,1
X=R
Y=r
W=1
H=5
LeftMouseUpAction=!RainmeterPluginBang "MeasurePlayer SetPosition 55"

[Progress56]
Meter=IMAGE
SolidColor=0,0,0,1
X=R
Y=r
W=1
H=5
LeftMouseUpAction=!RainmeterPluginBang "MeasurePlayer SetPosition 56"

[Progress57]
Meter=IMAGE
SolidColor=0,0,0,1
X=R
Y=r
W=1
H=5
LeftMouseUpAction=!RainmeterPluginBang "MeasurePlayer SetPosition 57"

[Progress58]
Meter=IMAGE
SolidColor=0,0,0,1
X=R
Y=r
W=1
H=5
LeftMouseUpAction=!RainmeterPluginBang "MeasurePlayer SetPosition 58"

[Progress59]
Meter=IMAGE
SolidColor=0,0,0,1
X=R
Y=r
W=1
H=5
LeftMouseUpAction=!RainmeterPluginBang "MeasurePlayer SetPosition 59"

[Progress60]
Meter=IMAGE
SolidColor=0,0,0,1
X=R
Y=r
W=1
H=5
LeftMouseUpAction=!RainmeterPluginBang "MeasurePlayer SetPosition 60"

[Progress61]
Meter=IMAGE
SolidColor=0,0,0,1
X=R
Y=r
W=1
H=5
LeftMouseUpAction=!RainmeterPluginBang "MeasurePlayer SetPosition 61"

[Progress62]
Meter=IMAGE
SolidColor=0,0,0,1
X=R
Y=r
W=1
H=5
LeftMouseUpAction=!RainmeterPluginBang "MeasurePlayer SetPosition 62"

[Progress63]
Meter=IMAGE
SolidColor=0,0,0,1
X=R
Y=r
W=1
H=5
LeftMouseUpAction=!RainmeterPluginBang "MeasurePlayer SetPosition 63"

[Progress64]
Meter=IMAGE
SolidColor=0,0,0,1
X=R
Y=r
W=1
H=5
LeftMouseUpAction=!RainmeterPluginBang "MeasurePlayer SetPosition 64"

[Progress65]
Meter=IMAGE
SolidColor=0,0,0,1
X=R
Y=r
W=1
H=5
LeftMouseUpAction=!RainmeterPluginBang "MeasurePlayer SetPosition 65"

[Progress66]
Meter=IMAGE
SolidColor=0,0,0,1
X=R
Y=r
W=1
H=5
LeftMouseUpAction=!RainmeterPluginBang "MeasurePlayer SetPosition 66"

[Progress67]
Meter=IMAGE
SolidColor=0,0,0,1
X=R
Y=r
W=1
H=5
LeftMouseUpAction=!RainmeterPluginBang "MeasurePlayer SetPosition 67"

[Progress68]
Meter=IMAGE
SolidColor=0,0,0,1
X=R
Y=r
W=1
H=5
LeftMouseUpAction=!RainmeterPluginBang "MeasurePlayer SetPosition 68"

[Progress69]
Meter=IMAGE
SolidColor=0,0,0,1
X=R
Y=r
W=1
H=5
LeftMouseUpAction=!RainmeterPluginBang "MeasurePlayer SetPosition 69"

[Progress70]
Meter=IMAGE
SolidColor=0,0,0,1
X=R
Y=r
W=1
H=5
LeftMouseUpAction=!RainmeterPluginBang "MeasurePlayer SetPosition 70"

[Progress71]
Meter=IMAGE
SolidColor=0,0,0,1
X=R
Y=r
W=1
H=5
LeftMouseUpAction=!RainmeterPluginBang "MeasurePlayer SetPosition 71"

[Progress72]
Meter=IMAGE
SolidColor=0,0,0,1
X=R
Y=r
W=1
H=5
LeftMouseUpAction=!RainmeterPluginBang "MeasurePlayer SetPosition 72"

[Progress73]
Meter=IMAGE
SolidColor=0,0,0,1
X=R
Y=r
W=1
H=5
LeftMouseUpAction=!RainmeterPluginBang "MeasurePlayer SetPosition 73"

[Progress74]
Meter=IMAGE
SolidColor=0,0,0,1
X=R
Y=r
W=1
H=5
LeftMouseUpAction=!RainmeterPluginBang "MeasurePlayer SetPosition 74"

[Progress75]
Meter=IMAGE
SolidColor=0,0,0,1
X=R
Y=r
W=1
H=5
LeftMouseUpAction=!RainmeterPluginBang "MeasurePlayer SetPosition 75"

[Progress76]
Meter=IMAGE
SolidColor=0,0,0,1
X=R
Y=r
W=1
H=5
LeftMouseUpAction=!RainmeterPluginBang "MeasurePlayer SetPosition 76"

[Progress77]
Meter=IMAGE
SolidColor=0,0,0,1
X=R
Y=r
W=1
H=5
LeftMouseUpAction=!RainmeterPluginBang "MeasurePlayer SetPosition 77"

[Progress78]
Meter=IMAGE
SolidColor=0,0,0,1
X=R
Y=r
W=1
H=5
LeftMouseUpAction=!RainmeterPluginBang "MeasurePlayer SetPosition 78"

[Progress79]
Meter=IMAGE
SolidColor=0,0,0,1
X=R
Y=r
W=1
H=5
LeftMouseUpAction=!RainmeterPluginBang "MeasurePlayer SetPosition 79"

[Progress80]
Meter=IMAGE
SolidColor=0,0,0,1
X=R
Y=r
W=1
H=5
LeftMouseUpAction=!RainmeterPluginBang "MeasurePlayer SetPosition 80"

[Progress81]
Meter=IMAGE
SolidColor=0,0,0,1
X=R
Y=r
W=1
H=5
LeftMouseUpAction=!RainmeterPluginBang "MeasurePlayer SetPosition 81"

[Progress82]
Meter=IMAGE
SolidColor=0,0,0,1
X=R
Y=r
W=1
H=5
LeftMouseUpAction=!RainmeterPluginBang "MeasurePlayer SetPosition 82"

[Progress83]
Meter=IMAGE
SolidColor=0,0,0,1
X=R
Y=r
W=1
H=5
LeftMouseUpAction=!RainmeterPluginBang "MeasurePlayer SetPosition 83"

[Progress84]
Meter=IMAGE
SolidColor=0,0,0,1
X=R
Y=r
W=1
H=5
LeftMouseUpAction=!RainmeterPluginBang "MeasurePlayer SetPosition 84"

[Progress85]
Meter=IMAGE
SolidColor=0,0,0,1
X=R
Y=r
W=1
H=5
LeftMouseUpAction=!RainmeterPluginBang "MeasurePlayer SetPosition 85"

[Progress86]
Meter=IMAGE
SolidColor=0,0,0,1
X=R
Y=r
W=1
H=5
LeftMouseUpAction=!RainmeterPluginBang "MeasurePlayer SetPosition 86"

[Progress87]
Meter=IMAGE
SolidColor=0,0,0,1
X=R
Y=r
W=1
H=5
LeftMouseUpAction=!RainmeterPluginBang "MeasurePlayer SetPosition 87"

[Progress88]
Meter=IMAGE
SolidColor=0,0,0,1
X=R
Y=r
W=1
H=5
LeftMouseUpAction=!RainmeterPluginBang "MeasurePlayer SetPosition 88"

[Progress89]
Meter=IMAGE
SolidColor=0,0,0,1
X=R
Y=r
W=1
H=5
LeftMouseUpAction=!RainmeterPluginBang "MeasurePlayer SetPosition 89"

[Progress90]
Meter=IMAGE
SolidColor=0,0,0,1
X=R
Y=r
W=1
H=5
LeftMouseUpAction=!RainmeterPluginBang "MeasurePlayer SetPosition 90"


[Progress91]
Meter=IMAGE
SolidColor=0,0,0,1
X=R
Y=r
W=1
H=5
LeftMouseUpAction=!RainmeterPluginBang "MeasurePlayer SetPosition 91"


[Progress92]
Meter=IMAGE
SolidColor=0,0,0,1
X=R
Y=r
W=1
H=5
LeftMouseUpAction=!RainmeterPluginBang "MeasurePlayer SetPosition 92"


[Progress93]
Meter=IMAGE
SolidColor=0,0,0,1
X=R
Y=r
W=1
H=5
LeftMouseUpAction=!RainmeterPluginBang "MeasurePlayer SetPosition 93"


[Progress94]
Meter=IMAGE
SolidColor=0,0,0,1
X=R
Y=r
W=1
H=5
LeftMouseUpAction=!RainmeterPluginBang "MeasurePlayer SetPosition 94"


[Progress95]
Meter=IMAGE
SolidColor=0,0,0,1
X=R
Y=r
W=1
H=5
LeftMouseUpAction=!RainmeterPluginBang "MeasurePlayer SetPosition 95"


[Progress96]
Meter=IMAGE
SolidColor=0,0,0,1
X=R
Y=r
W=1
H=5
LeftMouseUpAction=!RainmeterPluginBang "MeasurePlayer SetPosition 96"


[Progress97]
Meter=IMAGE
SolidColor=0,0,0,1
X=R
Y=r
W=1
H=5
LeftMouseUpAction=!RainmeterPluginBang "MeasurePlayer SetPosition 97"


[Progress98]
Meter=IMAGE
SolidColor=0,0,0,1
X=R
Y=r
W=1
H=5
LeftMouseUpAction=!RainmeterPluginBang "MeasurePlayer SetPosition 98"


[Progress99]
Meter=IMAGE
SolidColor=0,0,0,1
X=R
Y=r
W=1
H=5
LeftMouseUpAction=!RainmeterPluginBang "MeasurePlayer SetPosition 99"

[Progress100]
Meter=IMAGE
SolidColor=0,0,0,1
X=R
Y=r
W=4
H=5
LeftMouseUpAction=!RainmeterPluginBang "MeasurePlayer SetPosition 100"
Thanks for this!

I've done some reasearch and improved it a bit. Now it shows the progress as a percentage and the volume works, however it can't be adjusted.

Code: Select all

[Rainmeter]
Author= P2C | toastbrotpascal.deviantart. com
Update=1000
MiddleMouseUpAction=!RainmeterActivateConfig CLN\Config Configure.ini

[Variables]
HighlightColor=255,128,64
Color=Black

@include="#ROOTCONFIGPATH#\Colors\#Color#\Style.txt"

[BG]
Meter=IMAGE
ImageName=BG.png
Path="#CURRENTPATH#\Colors\#Color#"

[MeasurePlayer]
Measure=Plugin
Plugin=NowPlaying.dll
PlayerName=Spotify
PlayerType=COVER
DisableLeadingZero=1

[MeasureArt]
Measure=Plugin
Plugin=SpotifyPlugin.dll
Type=AlbumArt
Res=85

[Cover]
Meter=IMAGE
MeasureName=MeasureArt
X=38
Y=37
H=82
W=82

[Overlay]
Meter=IMAGE
ImageName=Overlay.png
Path="#CURRENTPATH#\Colors\#Color#"
X=r
Y=r

[MeasureTitle]
Measure=Plugin
Plugin=NowPlaying.dll
PlayerName=[MeasurePlayer]
PlayerType=Title

[Title]
Meter=STRING
MeterStyle=Style
MeasureName=MeasureTitle
X=180
Y=33
FontSize=12
FontColor=#TitleColor#
W=150
H=18
ClipString=1

[MeasureArtist]
Measure=Plugin
Plugin=NowPlaying.dll
PlayerName=[MeasurePlayer]
PlayerType=Artist

[Artist]
Meter=STRING
MeterStyle=Style
MeasureName=MeasureArtist
X=r
Y=26r
W=150
H=15
ClipString=1

[MeasureAlbum]
Measure=Plugin
Plugin=SpotifyPlugin.dll
PlayerName=Spotify
Type=AlbumName

[Album]
Meter=STRING
MeterStyle=Style
MeasureName=MeasureAlbum
X=r
Y=24r
W=150
H=15
ClipString=1

[MeasureProgress]
Measure=Plugin
Plugin=SpotifyPlugin.dll
Type=Progress

[MeasureDuration]
Measure=Plugin
Plugin=SpotifyPlugin.dll
Type=Length

[MeasureProgressInt]
Measure=Calc
Formula=[MeasureProgress]
DynamicVariables=1

[Position]
Meter=STRING
MeterStyle=Style
MeasureName=MeasureProgressInt
X=160
Y=108
FontSize=8
Text="%1%"

[Duration]
Meter=STRING
MeterStyle=Style
MeasureName=MeasureDuration
X=328
Y=r
FontSize=8
StringAlign=RIGHT

[MeasureProgress]
Measure=Plugin
Plugin=SpotifyPlugin.dll
PlayerName=[MeasurePlayer]
Type=Progress

[ProgressBar]
Meter=BAR
MeasureName=MeasureProgress
BarImage="#CURRENTPATH#\Colors\#Color#\ProgressBar.png"
BarOrientation=HORIZONTAL
X=190
Y=113
ImageTint=#HighlightColor#

[ProgressBitmap]
Meter=BITMAP
MeasureName=MeasureProgress
BitmapImage="#CURRENTPATH#\Colors\#Color#\ProgressBitmap"
BitmapFrames=98
BitmapZeroFrame=1
X=r
Y=r

[MeasureRating]
Measure=Plugin
Plugin=NowPlaying.dll
PlayerName=[MeasurePlayer]
PlayerType=Rating

[Rating]
Meter=BITMAP
MeasureName=MeasureRating
BitmapImage="#CURRENTPATH#\Colors\#Color#\Rating.png"
BitmapFrames=6
BitmapZeroFrame=1
X=36
Y=143
ImageTint=#HighlightColor#

[Rating0]
Meter=IMAGE
ImageColor=0,0,0,1
X=26
Y=140
W=10
H=21
LeftMouseUpAction=!RainmeterPluginBang "MeasurePlayer SetRating 0"

[Rating1]
Meter=IMAGE
ImageColor=0,0,0,1
X=36
Y=r
W=15
H=21
LeftMouseUpAction=!RainmeterPluginBang "MeasurePlayer SetRating 1"

[Rating2]
Meter=IMAGE
ImageColor=0,0,0,1
X=51
Y=r
W=16
H=21
LeftMouseUpAction=!RainmeterPluginBang "MeasurePlayer SetRating 2"

[Rating3]
Meter=IMAGE
ImageColor=0,0,0,1
X=67
Y=r
W=16
H=21
LeftMouseUpAction=!RainmeterPluginBang "MeasurePlayer SetRating 3"

[Rating4]
Meter=IMAGE
ImageColor=0,0,0,1
X=83
Y=r
W=16
H=21
LeftMouseUpAction=!RainmeterPluginBang "MeasurePlayer SetRating 4"

[Rating5]
Meter=IMAGE
ImageColor=0,0,0,1
X=99
Y=r
W=15
H=21
LeftMouseUpAction=!RainmeterPluginBang "MeasurePlayer SetRating 5"

[MeasureState]
Measure=Plugin
Plugin=SpotifyPlugin.dll
Type=Playing
Substitute="0":"Play2.png","1":"Play1.png"

[Play]
Meter=IMAGE
MeasureName=MeasureState
Path="#CURRENTPATH#\Colors\#Color#"
X=161
Y=133
Hidden=1
MouseOverAction=!Execute [!RainmeterHideMeter Play][!RainmeterShowMeter PlayH][!RainmeterRedraw]

[PlayH]
Meter=IMAGE
MeasureName=MeasureState
Path="#CURRENTPATH#\Colors\#Color#"
X=r
Y=r
ImageTint=#HighlightColor#
Hidden=1
MouseLeaveAction=!Execute [!RainmeterHideMeter PlayH][!RainmeterShowMeter Play][!RainmeterRedraw]
LeftMouseUpAction=!Execute [!RainmeterPluginBang "MeasurePlayer PlayPause"][!RainmeterRedraw]

[MeasureStatus]
Measure=Plugin
Plugin=NowPlaying.dll
PlayerName=[MeasurePlayer]
PlayerType=Status
IfAboveValue=0
IfAboveAction=!Execute [!RainmeterHideMeter Open][!RainmeterShowMeter Play][!RainmeterRedraw]
IfEqualValue=0
IfEqualAction=!Execute [!RainmeterShowMeter Open][!RainmeterHideMeter Play][!RainmeterRedraw]

[Open]
Meter=IMAGE
ImageName=Open.png
Path="#CURRENTPATH#\Colors\#Color#"
X=r
Y=r
Hidden=1
MouseOverAction=!Execute [!RainmeterHideMeter Open][!RainmeterShowMeter OpenH][!RainmeterRedraw]

[OpenH]
Meter=IMAGE
ImageName=Open.png
Path="#CURRENTPATH#\Colors\#Color#"
X=r
Y=r
ImageTint=#HighlightColor#
Hidden=1
MouseLeaveAction=!Execute [!RainmeterHideMeter OpenH][!RainmeterShowMeter Open][!RainmeterRedraw]
LeftMouseUpAction=!RainmeterPluginBang "MeasurePlayer OpenPlayer"

[Previous]
Meter=IMAGE
ImageName=Previous.png
Path="#CURRENTPATH#\Colors\#Color#"
X=138
Y=137
MouseOverAction=!Execute [!RainmeterHideMeter Previous][!RainmeterShowMeter PreviousH][!RainmeterRedraw]

[PreviousH]
Meter=IMAGE
ImageName=Previous.png
Path="#CURRENTPATH#\Colors\#Color#"
X=r
Y=r
ImageTint=#HighlightColor#
Hidden=1
MouseLeaveAction=!Execute [!RainmeterHideMeter PreviousH][!RainmeterShowMeter Previous][!RainmeterRedraw]
LeftMouseUpAction=!RainmeterPluginBang "MeasurePlayer Previous"

[Next]
Meter=IMAGE
ImageName=Next.png
Path="#CURRENTPATH#\Colors\#Color#"
X=201
Y=137
MouseOverAction=!Execute [!RainmeterHideMeter Next][!RainmeterShowMeter NextH][!RainmeterRedraw]

[NextH]
Meter=IMAGE
ImageName=Next.png
Path="#CURRENTPATH#\Colors\#Color#"
X=r
Y=r
ImageTint=#HighlightColor#
Hidden=1
MouseLeaveAction=!Execute [!RainmeterHideMeter NextH][!RainmeterShowMeter Next][!RainmeterRedraw]
LeftMouseUpAction=!RainmeterPluginBang "MeasurePlayer Next"

[MeasureVolume]
Measure=Plugin
Plugin=SpotifyPlugin.dll
Type=Volume

[MeasureVolumeInt]
Measure=Calc
Formula=[MeasureVolume]*0.01
DynamicVariables=1

[VolumeBar]
Meter=BAR
MeasureName=MeasureVolumeInt
BarImage="#CURRENTPATH#\Colors\#Color#\VolumeBar.png"
BarOrientation=HORIZONTAL
X=247
Y=148
ImageTint=#HighlightColor#

[VolumeBitmap]
Meter=BITMAP
MeasureName=MeasureVolumeInt
BitmapImage="#CURRENTPATH#\Colors\#Color#\VolumeBitmap"
BitmapFrames=69
BitmapZeroFrame=1
X=r
Y=r

[Volume0]
Meter=IMAGE
SolidColor=0,0,0,1
X=247
Y=148
W=7
H=5
LeftMouseUpAction=!RainmeterPluginBang "MeasurePlayer SetVolume 0"

[Volume10]
Meter=IMAGE
SolidColor=0,0,0,1
X=R
Y=r
W=1
H=5
LeftMouseUpAction=!RainmeterPluginBang "MeasurePlayer SetVolume 10"

[Volume12]
Meter=IMAGE
SolidColor=0,0,0,1
X=R
Y=r
W=1
H=5
LeftMouseUpAction=!RainmeterPluginBang "MeasurePlayer SetVolume 12"

[Volume13]
Meter=IMAGE
SolidColor=0,0,0,1
X=R
Y=r
W=1
H=5
LeftMouseUpAction=!RainmeterPluginBang "MeasurePlayer SetVolume 13"

[Volume15]
Meter=IMAGE
SolidColor=0,0,0,1
X=R
Y=r
W=1
H=5
LeftMouseUpAction=!RainmeterPluginBang "MeasurePlayer SetVolume 15"

[Volume16]
Meter=IMAGE
SolidColor=0,0,0,1
X=R
Y=r
W=1
H=5
LeftMouseUpAction=!RainmeterPluginBang "MeasurePlayer SetVolume 16"

[Volume18]
Meter=IMAGE
SolidColor=0,0,0,1
X=R
Y=r
W=1
H=5
LeftMouseUpAction=!RainmeterPluginBang "MeasurePlayer SetVolume 18"

[Volume19]
Meter=IMAGE
SolidColor=0,0,0,1
X=R
Y=r
W=1
H=5
LeftMouseUpAction=!RainmeterPluginBang "MeasurePlayer SetVolume 19"

[Volume20]
Meter=IMAGE
SolidColor=0,0,0,1
X=R
Y=r
W=1
H=5
LeftMouseUpAction=!RainmeterPluginBang "MeasurePlayer SetVolume 20"

[Volume22]
Meter=IMAGE
SolidColor=0,0,0,1
X=R
Y=r
W=1
H=5
LeftMouseUpAction=!RainmeterPluginBang "MeasurePlayer SetVolume 22"

[Volume23]
Meter=IMAGE
SolidColor=0,0,0,1
X=R
Y=r
W=1
H=5
LeftMouseUpAction=!RainmeterPluginBang "MeasurePlayer SetVolume 23"

[Volume25]
Meter=IMAGE
SolidColor=0,0,0,1
X=R
Y=r
W=1
H=5
LeftMouseUpAction=!RainmeterPluginBang "MeasurePlayer SetVolume 25"

[Volume26]
Meter=IMAGE
SolidColor=0,0,0,1
X=R
Y=r
W=1
H=5
LeftMouseUpAction=!RainmeterPluginBang "MeasurePlayer SetVolume 26"

[Volume28]
Meter=IMAGE
SolidColor=0,0,0,1
X=R
Y=r
W=1
H=5
LeftMouseUpAction=!RainmeterPluginBang "MeasurePlayer SetVolume 28"

[Volume29]
Meter=IMAGE
SolidColor=0,0,0,1
X=R
Y=r
W=1
H=5
LeftMouseUpAction=!RainmeterPluginBang "MeasurePlayer SetVolume 29"

[Volume30]
Meter=IMAGE
SolidColor=0,0,0,1
X=R
Y=r
W=1
H=5
LeftMouseUpAction=!RainmeterPluginBang "MeasurePlayer SetVolume 30"

[Volume32]
Meter=IMAGE
SolidColor=0,0,0,1
X=R
Y=r
W=1
H=5
LeftMouseUpAction=!RainmeterPluginBang "MeasurePlayer SetVolume 32"

[Volume33]
Meter=IMAGE
SolidColor=0,0,0,1
X=R
Y=r
W=1
H=5
LeftMouseUpAction=!RainmeterPluginBang "MeasurePlayer SetVolume 33"

[Volume35]
Meter=IMAGE
SolidColor=0,0,0,1
X=R
Y=r
W=1
H=5
LeftMouseUpAction=!RainmeterPluginBang "MeasurePlayer SetVolume 35"

[Volume36]
Meter=IMAGE
SolidColor=0,0,0,1
X=R
Y=r
W=1
H=5
LeftMouseUpAction=!RainmeterPluginBang "MeasurePlayer SetVolume 36"

[Volume38]
Meter=IMAGE
SolidColor=0,0,0,1
X=R
Y=r
W=1
H=5
LeftMouseUpAction=!RainmeterPluginBang "MeasurePlayer SetVolume 38"

[Volume39]
Meter=IMAGE
SolidColor=0,0,0,1
X=R
Y=r
W=1
H=5
LeftMouseUpAction=!RainmeterPluginBang "MeasurePlayer SetVolume 39"

[Volume40]
Meter=IMAGE
SolidColor=0,0,0,1
X=R
Y=r
W=1
H=5
LeftMouseUpAction=!RainmeterPluginBang "MeasurePlayer SetVolume 40"

[Volume42]
Meter=IMAGE
SolidColor=0,0,0,1
X=R
Y=r
W=1
H=5
LeftMouseUpAction=!RainmeterPluginBang "MeasurePlayer SetVolume 42"

[Volume43]
Meter=IMAGE
SolidColor=0,0,0,1
X=R
Y=r
W=1
H=5
LeftMouseUpAction=!RainmeterPluginBang "MeasurePlayer SetVolume 43"

[Volume45]
Meter=IMAGE
SolidColor=0,0,0,1
X=R
Y=r
W=1
H=5
LeftMouseUpAction=!RainmeterPluginBang "MeasurePlayer SetVolume 45"

[Volume46]
Meter=IMAGE
SolidColor=0,0,0,1
X=R
Y=r
W=1
H=5
LeftMouseUpAction=!RainmeterPluginBang "MeasurePlayer SetVolume 46"

[Volume48]
Meter=IMAGE
SolidColor=0,0,0,1
X=R
Y=r
W=1
H=5
LeftMouseUpAction=!RainmeterPluginBang "MeasurePlayer SetVolume 48"

[Volume49]
Meter=IMAGE
SolidColor=0,0,0,1
X=R
Y=r
W=1
H=5
LeftMouseUpAction=!RainmeterPluginBang "MeasurePlayer SetVolume 49"

[Volume50]
Meter=IMAGE
SolidColor=0,0,0,1
X=R
Y=r
W=1
H=5
LeftMouseUpAction=!RainmeterPluginBang "MeasurePlayer SetVolume 50"

[Volume52]
Meter=IMAGE
SolidColor=0,0,0,1
X=R
Y=r
W=1
H=5
LeftMouseUpAction=!RainmeterPluginBang "MeasurePlayer SetVolume 52"

[Volume53]
Meter=IMAGE
SolidColor=0,0,0,1
X=R
Y=r
W=1
H=5
LeftMouseUpAction=!RainmeterPluginBang "MeasurePlayer SetVolume 53"

[Volume55]
Meter=IMAGE
SolidColor=0,0,0,1
X=R
Y=r
W=1
H=5
LeftMouseUpAction=!RainmeterPluginBang "MeasurePlayer SetVolume 55"

[Volume56]
Meter=IMAGE
SolidColor=0,0,0,1
X=R
Y=r
W=1
H=5
LeftMouseUpAction=!RainmeterPluginBang "MeasurePlayer SetVolume 56"

[Volume58]
Meter=IMAGE
SolidColor=0,0,0,1
X=R
Y=r
W=1
H=5
LeftMouseUpAction=!RainmeterPluginBang "MeasurePlayer SetVolume 58"

[Volume59]
Meter=IMAGE
SolidColor=0,0,0,1
X=R
Y=r
W=1
H=5
LeftMouseUpAction=!RainmeterPluginBang "MeasurePlayer SetVolume 59"

[Volume60]
Meter=IMAGE
SolidColor=0,0,0,1
X=R
Y=r
W=1
H=5
LeftMouseUpAction=!RainmeterPluginBang "MeasurePlayer SetVolume 60"

[Volume62]
Meter=IMAGE
SolidColor=0,0,0,1
X=R
Y=r
W=1
H=5
LeftMouseUpAction=!RainmeterPluginBang "MeasurePlayer SetVolume 62"

[Volume63]
Meter=IMAGE
SolidColor=0,0,0,1
X=R
Y=r
W=1
H=5
LeftMouseUpAction=!RainmeterPluginBang "MeasurePlayer SetVolume 63"

[Volume65]
Meter=IMAGE
SolidColor=0,0,0,1
X=R
Y=r
W=1
H=5
LeftMouseUpAction=!RainmeterPluginBang "MeasurePlayer SetVolume 65"

[Volume68]
Meter=IMAGE
SolidColor=0,0,0,1
X=R
Y=r
W=1
H=5
LeftMouseUpAction=!RainmeterPluginBang "MeasurePlayer SetVolume 68"

[Volume69]
Meter=IMAGE
SolidColor=0,0,0,1
X=R
Y=r
W=1
H=5
LeftMouseUpAction=!RainmeterPluginBang "MeasurePlayer SetVolume 69"

[Volume70]
Meter=IMAGE
SolidColor=0,0,0,1
X=R
Y=r
W=1
H=5
LeftMouseUpAction=!RainmeterPluginBang "MeasurePlayer SetVolume 70"

[Volume72]
Meter=IMAGE
SolidColor=0,0,0,1
X=R
Y=r
W=1
H=5
LeftMouseUpAction=!RainmeterPluginBang "MeasurePlayer SetVolume 72"

[Volume73]
Meter=IMAGE
SolidColor=0,0,0,1
X=R
Y=r
W=1
H=5
LeftMouseUpAction=!RainmeterPluginBang "MeasurePlayer SetVolume 73"

[Volume75]
Meter=IMAGE
SolidColor=0,0,0,1
X=R
Y=r
W=1
H=5
LeftMouseUpAction=!RainmeterPluginBang "MeasurePlayer SetVolume 75"

[Volume76]
Meter=IMAGE
SolidColor=0,0,0,1
X=R
Y=r
W=1
H=5
LeftMouseUpAction=!RainmeterPluginBang "MeasurePlayer SetVolume 76"

[Volume78]
Meter=IMAGE
SolidColor=0,0,0,1
X=R
Y=r
W=1
H=5
LeftMouseUpAction=!RainmeterPluginBang "MeasurePlayer SetVolume 78"

[Volume79]
Meter=IMAGE
SolidColor=0,0,0,1
X=R
Y=r
W=1
H=5
LeftMouseUpAction=!RainmeterPluginBang "MeasurePlayer SetVolume 79"

[Volume80]
Meter=IMAGE
SolidColor=0,0,0,1
X=R
Y=r
W=1
H=5
LeftMouseUpAction=!RainmeterPluginBang "MeasurePlayer SetVolume 80"

[Volume82]
Meter=IMAGE
SolidColor=0,0,0,1
X=R
Y=r
W=1
H=5
LeftMouseUpAction=!RainmeterPluginBang "MeasurePlayer SetVolume 82"

[Volume83]
Meter=IMAGE
SolidColor=0,0,0,1
X=R
Y=r
W=1
H=5
LeftMouseUpAction=!RainmeterPluginBang "MeasurePlayer SetVolume 83"

[Volume85]
Meter=IMAGE
SolidColor=0,0,0,1
X=R
Y=r
W=1
H=5
LeftMouseUpAction=!RainmeterPluginBang "MeasurePlayer SetVolume 85"

[Volume86]
Meter=IMAGE
SolidColor=0,0,0,1
X=R
Y=r
W=1
H=5
LeftMouseUpAction=!RainmeterPluginBang "MeasurePlayer SetVolume 86"

[Volume88]
Meter=IMAGE
SolidColor=0,0,0,1
X=R
Y=r
W=1
H=5
LeftMouseUpAction=!RainmeterPluginBang "MeasurePlayer SetVolume 88"

[Volume89]
Meter=IMAGE
SolidColor=0,0,0,1
X=R
Y=r
W=1
H=5
LeftMouseUpAction=!RainmeterPluginBang "MeasurePlayer SetVolume 89"

[Volume90]
Meter=IMAGE
SolidColor=0,0,0,1
X=R
Y=r
W=1
H=5
LeftMouseUpAction=!RainmeterPluginBang "MeasurePlayer SetVolume 90"

[Volume92]
Meter=IMAGE
SolidColor=0,0,0,1
X=R
Y=r
W=1
H=5
LeftMouseUpAction=!RainmeterPluginBang "MeasurePlayer SetVolume 92"

[Volume93]
Meter=IMAGE
SolidColor=0,0,0,1
X=R
Y=r
W=1
H=5
LeftMouseUpAction=!RainmeterPluginBang "MeasurePlayer SetVolume 93"

[Volume95]
Meter=IMAGE
SolidColor=0,0,0,1
X=R
Y=r
W=1
H=5
LeftMouseUpAction=!RainmeterPluginBang "MeasurePlayer SetVolume 95"

[Volume96]
Meter=IMAGE
SolidColor=0,0,0,1
X=R
Y=r
W=1
H=5
LeftMouseUpAction=!RainmeterPluginBang "MeasurePlayer SetVolume 96"

[Volume98]
Meter=IMAGE
SolidColor=0,0,0,1
X=R
Y=r
W=1
H=5
LeftMouseUpAction=!RainmeterPluginBang "MeasurePlayer SetVolume 98"

[Volume99]
Meter=IMAGE
SolidColor=0,0,0,1
X=R
Y=r
W=1
H=5
LeftMouseUpAction=!RainmeterPluginBang "MeasurePlayer SetVolume 99"

[Volume100]
Meter=IMAGE
SolidColor=0,0,0,1
X=R
Y=r
W=8
H=5
LeftMouseUpAction=!RainmeterPluginBang "MeasurePlayer SetVolume 100"

[Progress0]
Meter=IMAGE
SolidColor=0,0,0,1
X=190
Y=113
W=4
H=5
LeftMouseUpAction=!RainmeterPluginBang "MeasurePlayer SetPosition 0"

[Progress1]
Meter=IMAGE
SolidColor=0,0,0,1
X=R
Y=r
W=1
H=5
LeftMouseUpAction=!RainmeterPluginBang "MeasurePlayer SetPosition 1"

[Progress2]
Meter=IMAGE
SolidColor=0,0,0,1
X=R
Y=r
W=1
H=5
LeftMouseUpAction=!RainmeterPluginBang "MeasurePlayer SetPosition 2"

[Progress3]
Meter=IMAGE
SolidColor=0,0,0,1
X=R
Y=r
W=1
H=5
LeftMouseUpAction=!RainmeterPluginBang "MeasurePlayer SetPosition 3"

[Progress4]
Meter=IMAGE
SolidColor=0,0,0,1
X=R
Y=r
W=1
H=5
LeftMouseUpAction=!RainmeterPluginBang "MeasurePlayer SetPosition 4"

[Progress5]
Meter=IMAGE
SolidColor=0,0,0,1
X=R
Y=r
W=1
H=5
LeftMouseUpAction=!RainmeterPluginBang "MeasurePlayer SetPosition 5"

[Progress6]
Meter=IMAGE
SolidColor=0,0,0,1
X=R
Y=r
W=1
H=5
LeftMouseUpAction=!RainmeterPluginBang "MeasurePlayer SetPosition 6"

[Progress7]
Meter=IMAGE
SolidColor=0,0,0,1
X=R
Y=r
W=1
H=5
LeftMouseUpAction=!RainmeterPluginBang "MeasurePlayer SetPosition 7"

[Progress8]
Meter=IMAGE
SolidColor=0,0,0,1
X=R
Y=r
W=1
H=5
LeftMouseUpAction=!RainmeterPluginBang "MeasurePlayer SetPosition 8"

[Progress9]
Meter=IMAGE
SolidColor=0,0,0,1
X=R
Y=r
W=1
H=5
LeftMouseUpAction=!RainmeterPluginBang "MeasurePlayer SetPosition 9"

[Progress10]
Meter=IMAGE
SolidColor=0,0,0,1
X=R
Y=r
W=1
H=5
LeftMouseUpAction=!RainmeterPluginBang "MeasurePlayer SetPosition 10"

[Progress11]
Meter=IMAGE
SolidColor=0,0,0,1
X=R
Y=r
W=1
H=5
LeftMouseUpAction=!RainmeterPluginBang "MeasurePlayer SetPosition 11"

[Progress12]
Meter=IMAGE
SolidColor=0,0,0,1
X=R
Y=r
W=1
H=5
LeftMouseUpAction=!RainmeterPluginBang "MeasurePlayer SetPosition 12"

[Progress13]
Meter=IMAGE
SolidColor=0,0,0,1
X=R
Y=r
W=1
H=5
LeftMouseUpAction=!RainmeterPluginBang "MeasurePlayer SetPosition 13"

[Progress14]
Meter=IMAGE
SolidColor=0,0,0,1
X=R
Y=r
W=1
H=5
LeftMouseUpAction=!RainmeterPluginBang "MeasurePlayer SetPosition 14"

[Progress15]
Meter=IMAGE
SolidColor=0,0,0,1
X=R
Y=r
W=1
H=5
LeftMouseUpAction=!RainmeterPluginBang "MeasurePlayer SetPosition 15"

[Progress16]
Meter=IMAGE
SolidColor=0,0,0,1
X=R
Y=r
W=1
H=5
LeftMouseUpAction=!RainmeterPluginBang "MeasurePlayer SetPosition 16"

[Progress17]
Meter=IMAGE
SolidColor=0,0,0,1
X=R
Y=r
W=1
H=5
LeftMouseUpAction=!RainmeterPluginBang "MeasurePlayer SetPosition 17"

[Progress18]
Meter=IMAGE
SolidColor=0,0,0,1
X=R
Y=r
W=1
H=5
LeftMouseUpAction=!RainmeterPluginBang "MeasurePlayer SetPosition 18"

[Progress19]
Meter=IMAGE
SolidColor=0,0,0,1
X=R
Y=r
W=1
H=5
LeftMouseUpAction=!RainmeterPluginBang "MeasurePlayer SetPosition 19"

[Progress20]
Meter=IMAGE
SolidColor=0,0,0,1
X=R
Y=r
W=1
H=5
LeftMouseUpAction=!RainmeterPluginBang "MeasurePlayer SetPosition 20"

[Progress21]
Meter=IMAGE
SolidColor=0,0,0,1
X=R
Y=r
W=1
H=5
LeftMouseUpAction=!RainmeterPluginBang "MeasurePlayer SetPosition 21"

[Progress22]
Meter=IMAGE
SolidColor=0,0,0,1
X=R
Y=r
W=1
H=5
LeftMouseUpAction=!RainmeterPluginBang "MeasurePlayer SetPosition 22"

[Progress23]
Meter=IMAGE
SolidColor=0,0,0,1
X=R
Y=r
W=1
H=5
LeftMouseUpAction=!RainmeterPluginBang "MeasurePlayer SetPosition 23"

[Progress24]
Meter=IMAGE
SolidColor=0,0,0,1
X=R
Y=r
W=1
H=5
LeftMouseUpAction=!RainmeterPluginBang "MeasurePlayer SetPosition 24"

[Progress25]
Meter=IMAGE
SolidColor=0,0,0,1
X=R
Y=r
W=1
H=5
LeftMouseUpAction=!RainmeterPluginBang "MeasurePlayer SetPosition 25"

[Progress26]
Meter=IMAGE
SolidColor=0,0,0,1
X=R
Y=r
W=1
H=5
LeftMouseUpAction=!RainmeterPluginBang "MeasurePlayer SetPosition 26"

[Progress27]
Meter=IMAGE
SolidColor=0,0,0,1
X=R
Y=r
W=1
H=5
LeftMouseUpAction=!RainmeterPluginBang "MeasurePlayer SetPosition 27"

[Progress28]
Meter=IMAGE
SolidColor=0,0,0,1
X=R
Y=r
W=1
H=5
LeftMouseUpAction=!RainmeterPluginBang "MeasurePlayer SetPosition 28"

[Progress29]
Meter=IMAGE
SolidColor=0,0,0,1
X=R
Y=r
W=1
H=5
LeftMouseUpAction=!RainmeterPluginBang "MeasurePlayer SetPosition 29"

[Progress30]
Meter=IMAGE
SolidColor=0,0,0,1
X=R
Y=r
W=1
H=5
LeftMouseUpAction=!RainmeterPluginBang "MeasurePlayer SetPosition 30"

[Progress31]
Meter=IMAGE
SolidColor=0,0,0,1
X=R
Y=r
W=1
H=5
LeftMouseUpAction=!RainmeterPluginBang "MeasurePlayer SetPosition 31"

[Progress32]
Meter=IMAGE
SolidColor=0,0,0,1
X=R
Y=r
W=1
H=5
LeftMouseUpAction=!RainmeterPluginBang "MeasurePlayer SetPosition 32"

[Progress33]
Meter=IMAGE
SolidColor=0,0,0,1
X=R
Y=r
W=1
H=5
LeftMouseUpAction=!RainmeterPluginBang "MeasurePlayer SetPosition 33"

[Progress34]
Meter=IMAGE
SolidColor=0,0,0,1
X=R
Y=r
W=1
H=5
LeftMouseUpAction=!RainmeterPluginBang "MeasurePlayer SetPosition 34"

[Progress35]
Meter=IMAGE
SolidColor=0,0,0,1
X=R
Y=r
W=1
H=5
LeftMouseUpAction=!RainmeterPluginBang "MeasurePlayer SetPosition 35"

[Progress36]
Meter=IMAGE
SolidColor=0,0,0,1
X=R
Y=r
W=1
H=5
LeftMouseUpAction=!RainmeterPluginBang "MeasurePlayer SetPosition 36"

[Progress37]
Meter=IMAGE
SolidColor=0,0,0,1
X=R
Y=r
W=1
H=5
LeftMouseUpAction=!RainmeterPluginBang "MeasurePlayer SetPosition 37"

[Progress38]
Meter=IMAGE
SolidColor=0,0,0,1
X=R
Y=r
W=1
H=5
LeftMouseUpAction=!RainmeterPluginBang "MeasurePlayer SetPosition 38"

[Progress39]
Meter=IMAGE
SolidColor=0,0,0,1
X=R
Y=r
W=1
H=5
LeftMouseUpAction=!RainmeterPluginBang "MeasurePlayer SetPosition 39"

[Progress40]
Meter=IMAGE
SolidColor=0,0,0,1
X=R
Y=r
W=1
H=5
LeftMouseUpAction=!RainmeterPluginBang "MeasurePlayer SetPosition 40"

[Progress41]
Meter=IMAGE
SolidColor=0,0,0,1
X=R
Y=r
W=1
H=5
LeftMouseUpAction=!RainmeterPluginBang "MeasurePlayer SetPosition 41"

[Progress42]
Meter=IMAGE
SolidColor=0,0,0,1
X=R
Y=r
W=1
H=5
LeftMouseUpAction=!RainmeterPluginBang "MeasurePlayer SetPosition 42"

[Progress43]
Meter=IMAGE
SolidColor=0,0,0,1
X=R
Y=r
W=1
H=5
LeftMouseUpAction=!RainmeterPluginBang "MeasurePlayer SetPosition 43"

[Progress44]
Meter=IMAGE
SolidColor=0,0,0,1
X=R
Y=r
W=1
H=5
LeftMouseUpAction=!RainmeterPluginBang "MeasurePlayer SetPosition 44"

[Progress45]
Meter=IMAGE
SolidColor=0,0,0,1
X=R
Y=r
W=1
H=5
LeftMouseUpAction=!RainmeterPluginBang "MeasurePlayer SetPosition 45"

[Progress46]
Meter=IMAGE
SolidColor=0,0,0,1
X=R
Y=r
W=1
H=5
LeftMouseUpAction=!RainmeterPluginBang "MeasurePlayer SetPosition 46"

[Progress47]
Meter=IMAGE
SolidColor=0,0,0,1
X=R
Y=r
W=1
H=5
LeftMouseUpAction=!RainmeterPluginBang "MeasurePlayer SetPosition 47"

[Progress48]
Meter=IMAGE
SolidColor=0,0,0,1
X=R
Y=r
W=1
H=5
LeftMouseUpAction=!RainmeterPluginBang "MeasurePlayer SetPosition 48"

[Progress49]
Meter=IMAGE
SolidColor=0,0,0,1
X=R
Y=r
W=1
H=5
LeftMouseUpAction=!RainmeterPluginBang "MeasurePlayer SetPosition 49"

[Progress50]
Meter=IMAGE
SolidColor=0,0,0,1
X=R
Y=r
W=1
H=5
LeftMouseUpAction=!RainmeterPluginBang "MeasurePlayer SetPosition 50"

[Progress51]
Meter=IMAGE
SolidColor=0,0,0,1
X=R
Y=r
W=1
H=5
LeftMouseUpAction=!RainmeterPluginBang "MeasurePlayer SetPosition 51"

[Progress52]
Meter=IMAGE
SolidColor=0,0,0,1
X=R
Y=r
W=1
H=5
LeftMouseUpAction=!RainmeterPluginBang "MeasurePlayer SetPosition 52"

[Progress53]
Meter=IMAGE
SolidColor=0,0,0,1
X=R
Y=r
W=1
H=5
LeftMouseUpAction=!RainmeterPluginBang "MeasurePlayer SetPosition 53"

[Progress54]
Meter=IMAGE
SolidColor=0,0,0,1
X=R
Y=r
W=1
H=5
LeftMouseUpAction=!RainmeterPluginBang "MeasurePlayer SetPosition 54"

[Progress55]
Meter=IMAGE
SolidColor=0,0,0,1
X=R
Y=r
W=1
H=5
LeftMouseUpAction=!RainmeterPluginBang "MeasurePlayer SetPosition 55"

[Progress56]
Meter=IMAGE
SolidColor=0,0,0,1
X=R
Y=r
W=1
H=5
LeftMouseUpAction=!RainmeterPluginBang "MeasurePlayer SetPosition 56"

[Progress57]
Meter=IMAGE
SolidColor=0,0,0,1
X=R
Y=r
W=1
H=5
LeftMouseUpAction=!RainmeterPluginBang "MeasurePlayer SetPosition 57"

[Progress58]
Meter=IMAGE
SolidColor=0,0,0,1
X=R
Y=r
W=1
H=5
LeftMouseUpAction=!RainmeterPluginBang "MeasurePlayer SetPosition 58"

[Progress59]
Meter=IMAGE
SolidColor=0,0,0,1
X=R
Y=r
W=1
H=5
LeftMouseUpAction=!RainmeterPluginBang "MeasurePlayer SetPosition 59"

[Progress60]
Meter=IMAGE
SolidColor=0,0,0,1
X=R
Y=r
W=1
H=5
LeftMouseUpAction=!RainmeterPluginBang "MeasurePlayer SetPosition 60"

[Progress61]
Meter=IMAGE
SolidColor=0,0,0,1
X=R
Y=r
W=1
H=5
LeftMouseUpAction=!RainmeterPluginBang "MeasurePlayer SetPosition 61"

[Progress62]
Meter=IMAGE
SolidColor=0,0,0,1
X=R
Y=r
W=1
H=5
LeftMouseUpAction=!RainmeterPluginBang "MeasurePlayer SetPosition 62"

[Progress63]
Meter=IMAGE
SolidColor=0,0,0,1
X=R
Y=r
W=1
H=5
LeftMouseUpAction=!RainmeterPluginBang "MeasurePlayer SetPosition 63"

[Progress64]
Meter=IMAGE
SolidColor=0,0,0,1
X=R
Y=r
W=1
H=5
LeftMouseUpAction=!RainmeterPluginBang "MeasurePlayer SetPosition 64"

[Progress65]
Meter=IMAGE
SolidColor=0,0,0,1
X=R
Y=r
W=1
H=5
LeftMouseUpAction=!RainmeterPluginBang "MeasurePlayer SetPosition 65"

[Progress66]
Meter=IMAGE
SolidColor=0,0,0,1
X=R
Y=r
W=1
H=5
LeftMouseUpAction=!RainmeterPluginBang "MeasurePlayer SetPosition 66"

[Progress67]
Meter=IMAGE
SolidColor=0,0,0,1
X=R
Y=r
W=1
H=5
LeftMouseUpAction=!RainmeterPluginBang "MeasurePlayer SetPosition 67"

[Progress68]
Meter=IMAGE
SolidColor=0,0,0,1
X=R
Y=r
W=1
H=5
LeftMouseUpAction=!RainmeterPluginBang "MeasurePlayer SetPosition 68"

[Progress69]
Meter=IMAGE
SolidColor=0,0,0,1
X=R
Y=r
W=1
H=5
LeftMouseUpAction=!RainmeterPluginBang "MeasurePlayer SetPosition 69"

[Progress70]
Meter=IMAGE
SolidColor=0,0,0,1
X=R
Y=r
W=1
H=5
LeftMouseUpAction=!RainmeterPluginBang "MeasurePlayer SetPosition 70"

[Progress71]
Meter=IMAGE
SolidColor=0,0,0,1
X=R
Y=r
W=1
H=5
LeftMouseUpAction=!RainmeterPluginBang "MeasurePlayer SetPosition 71"

[Progress72]
Meter=IMAGE
SolidColor=0,0,0,1
X=R
Y=r
W=1
H=5
LeftMouseUpAction=!RainmeterPluginBang "MeasurePlayer SetPosition 72"

[Progress73]
Meter=IMAGE
SolidColor=0,0,0,1
X=R
Y=r
W=1
H=5
LeftMouseUpAction=!RainmeterPluginBang "MeasurePlayer SetPosition 73"

[Progress74]
Meter=IMAGE
SolidColor=0,0,0,1
X=R
Y=r
W=1
H=5
LeftMouseUpAction=!RainmeterPluginBang "MeasurePlayer SetPosition 74"

[Progress75]
Meter=IMAGE
SolidColor=0,0,0,1
X=R
Y=r
W=1
H=5
LeftMouseUpAction=!RainmeterPluginBang "MeasurePlayer SetPosition 75"

[Progress76]
Meter=IMAGE
SolidColor=0,0,0,1
X=R
Y=r
W=1
H=5
LeftMouseUpAction=!RainmeterPluginBang "MeasurePlayer SetPosition 76"

[Progress77]
Meter=IMAGE
SolidColor=0,0,0,1
X=R
Y=r
W=1
H=5
LeftMouseUpAction=!RainmeterPluginBang "MeasurePlayer SetPosition 77"

[Progress78]
Meter=IMAGE
SolidColor=0,0,0,1
X=R
Y=r
W=1
H=5
LeftMouseUpAction=!RainmeterPluginBang "MeasurePlayer SetPosition 78"

[Progress79]
Meter=IMAGE
SolidColor=0,0,0,1
X=R
Y=r
W=1
H=5
LeftMouseUpAction=!RainmeterPluginBang "MeasurePlayer SetPosition 79"

[Progress80]
Meter=IMAGE
SolidColor=0,0,0,1
X=R
Y=r
W=1
H=5
LeftMouseUpAction=!RainmeterPluginBang "MeasurePlayer SetPosition 80"

[Progress81]
Meter=IMAGE
SolidColor=0,0,0,1
X=R
Y=r
W=1
H=5
LeftMouseUpAction=!RainmeterPluginBang "MeasurePlayer SetPosition 81"

[Progress82]
Meter=IMAGE
SolidColor=0,0,0,1
X=R
Y=r
W=1
H=5
LeftMouseUpAction=!RainmeterPluginBang "MeasurePlayer SetPosition 82"

[Progress83]
Meter=IMAGE
SolidColor=0,0,0,1
X=R
Y=r
W=1
H=5
LeftMouseUpAction=!RainmeterPluginBang "MeasurePlayer SetPosition 83"

[Progress84]
Meter=IMAGE
SolidColor=0,0,0,1
X=R
Y=r
W=1
H=5
LeftMouseUpAction=!RainmeterPluginBang "MeasurePlayer SetPosition 84"

[Progress85]
Meter=IMAGE
SolidColor=0,0,0,1
X=R
Y=r
W=1
H=5
LeftMouseUpAction=!RainmeterPluginBang "MeasurePlayer SetPosition 85"

[Progress86]
Meter=IMAGE
SolidColor=0,0,0,1
X=R
Y=r
W=1
H=5
LeftMouseUpAction=!RainmeterPluginBang "MeasurePlayer SetPosition 86"

[Progress87]
Meter=IMAGE
SolidColor=0,0,0,1
X=R
Y=r
W=1
H=5
LeftMouseUpAction=!RainmeterPluginBang "MeasurePlayer SetPosition 87"

[Progress88]
Meter=IMAGE
SolidColor=0,0,0,1
X=R
Y=r
W=1
H=5
LeftMouseUpAction=!RainmeterPluginBang "MeasurePlayer SetPosition 88"

[Progress89]
Meter=IMAGE
SolidColor=0,0,0,1
X=R
Y=r
W=1
H=5
LeftMouseUpAction=!RainmeterPluginBang "MeasurePlayer SetPosition 89"

[Progress90]
Meter=IMAGE
SolidColor=0,0,0,1
X=R
Y=r
W=1
H=5
LeftMouseUpAction=!RainmeterPluginBang "MeasurePlayer SetPosition 90"


[Progress91]
Meter=IMAGE
SolidColor=0,0,0,1
X=R
Y=r
W=1
H=5
LeftMouseUpAction=!RainmeterPluginBang "MeasurePlayer SetPosition 91"


[Progress92]
Meter=IMAGE
SolidColor=0,0,0,1
X=R
Y=r
W=1
H=5
LeftMouseUpAction=!RainmeterPluginBang "MeasurePlayer SetPosition 92"


[Progress93]
Meter=IMAGE
SolidColor=0,0,0,1
X=R
Y=r
W=1
H=5
LeftMouseUpAction=!RainmeterPluginBang "MeasurePlayer SetPosition 93"


[Progress94]
Meter=IMAGE
SolidColor=0,0,0,1
X=R
Y=r
W=1
H=5
LeftMouseUpAction=!RainmeterPluginBang "MeasurePlayer SetPosition 94"


[Progress95]
Meter=IMAGE
SolidColor=0,0,0,1
X=R
Y=r
W=1
H=5
LeftMouseUpAction=!RainmeterPluginBang "MeasurePlayer SetPosition 95"


[Progress96]
Meter=IMAGE
SolidColor=0,0,0,1
X=R
Y=r
W=1
H=5
LeftMouseUpAction=!RainmeterPluginBang "MeasurePlayer SetPosition 96"


[Progress97]
Meter=IMAGE
SolidColor=0,0,0,1
X=R
Y=r
W=1
H=5
LeftMouseUpAction=!RainmeterPluginBang "MeasurePlayer SetPosition 97"


[Progress98]
Meter=IMAGE
SolidColor=0,0,0,1
X=R
Y=r
W=1
H=5
LeftMouseUpAction=!RainmeterPluginBang "MeasurePlayer SetPosition 98"


[Progress99]
Meter=IMAGE
SolidColor=0,0,0,1
X=R
Y=r
W=1
H=5
LeftMouseUpAction=!RainmeterPluginBang "MeasurePlayer SetPosition 99"

[Progress100]
Meter=IMAGE
SolidColor=0,0,0,1
X=R
Y=r
W=4
H=5
LeftMouseUpAction=!RainmeterPluginBang "MeasurePlayer SetPosition 100"
scotri83
Posts: 9
Joined: February 22nd, 2015, 4:27 am

Re: Spotify Plugin Released! Now with less bugs!

Post by scotri83 »

Hey .raptor can you please add the ability to get the time of the currently playing song?

Can you also add the ability to SetVolume(int percent) and SetPosition (int percent)

for example for the NowPlaying it supports:

LeftMouseUpAction=!RainmeterPluginBang "MeasurePlayer SetVolume (int volume 0-100)"
LeftMouseUpAction=!RainmeterPluginBang "MeasurePlayer SetPosition (int position 0-100)"
User avatar
.raptor
Posts: 220
Joined: April 3rd, 2013, 11:03 pm
Location: Norway

Re: Spotify Plugin Released! Now with less bugs!

Post by .raptor »

scotri83 wrote:Hey .raptor can you please add the ability to get the time of the currently playing song?
Try "Position".
scotri83 wrote: Can you also add the ability to SetVolume(int percent) and SetPosition (int percent)
I'm pretty sure this has already been discussed in this thread, but the short answer is unfortunately no.