It is currently September 30th, 2024, 11:44 pm

Spotify Plugin Released! Now with less bugs!

Plugins and Addons popular with the Community
indefinitions
Posts: 3
Joined: March 23rd, 2015, 4:26 pm

Re: Spotify Plugin Released! Now with less bugs!

Post by indefinitions »

So I've been running 3.2. However my plugin just stopped working out of nowhere. It doesn't return the Track Name or Artist, and the album cover is the same as the lost song I was listening to last night.

The plugin is listed in the log, but it's just... sitting there :/

Any help?

EDIT: So I clean installed Rainmeter and then dropped the SpotifyPlugin.dll into the plugins folder.

1) The SpotifyPlugin is listed in the "Plugins" tab when you click "Open log" from the manage menu.

2) The plugin isn't generating the SpotifyPlugin folder in my documents
TheAzura
Posts: 2
Joined: March 24th, 2015, 5:51 pm
Location: Germany

Re: Spotify Plugin Released! Now with less bugs!

Post by TheAzura »

Since the Spotify update the artist name and the track name aren't working. I am using Veronica2 RM and when i change the Strings for the names to the spotify plugin the length of the current track is showing but no name. Image
Image
Here's the Config for the player
;============PlayerSpotify============

[mPlayer]
Measure=Plugin
Plugin=SpotifyPlugin.dll
PlayerName=Spotify
PlayerType=TrackName

[mArtist]
Measure=Plugin
Plugin=SpotifyPlugin.dll
PlayerName=Spotify
PlayerType=ArtistName

[mAlbum]
Measure=Plugin
Plugin=SpotifyPlugin.dll
PlayerName=Spotify
Type=ALBUMNAME

[mStatus]
Measure=Plugin
Plugin=NowPlaying.dll
PlayerName=Spotify
PlayerType=STATUS
IfBelowValue=#Hide1#
IfBelowAction=!HideFade
IfAboveValue=#Hide2#
IfAboveAction=!ShowFade

[mState]
Measure=Plugin
Plugin=SpotifyPlugin.dll
Type=Playing
Substitute="0":"Play", "1":"Pause", "2":"Play"

[mPosition]
Measure=Plugin
Plugin=SpotifyPlugin.dll
Type=Position
UpdateDivider=10

[mProgress]
Measure=Plugin
Plugin=SpotifyPlugin.dll
Type=PROGRESS

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

[mCover]
Measure=Plugin
Plugin=SpotifyPlugin.dll
Type=AlbumArt
Res=300

; ================================================
; COVER

[NoCover]
Meter=IMAGE
X=6
Y=8
ImageName=#@#Images\#Theme#\nocover.png

[Cover]
Meter=IMAGE
MeasureName=mCover
X=6
Y=8
W=84
H=84

[CoverReflector]
Meter=Image
ImageName=#@#Images\Shared\Reflector.png
X=6
Y=8

[CoverShadow]
Meter=IMAGE
X=6
Y=8
ImageName=#@#Images\Shared\covershadow.png
LeftMouseUpAction=!ActivateConfig "VERONiCA 2 RM" "VERONiCA 2 RM Big Cover.ini"
MouseOverAction=[!SetOption CoverHover Hidden 0][!UpdateMeter CoverHover][!update]
MouseLeaveAction=[!SetOption CoverHover Hidden 1][!UpdateMeter CoverHover][!update]

[CoverHover]
Meter=Image
X=r
Y=r
ImageName=#@#Images\Shared\coverh.png
Hidden=1

; ================================================
; INFO TRACK ALBUM

[SongPicture]
Meter=Image
ImageName=#@#Images\#Theme#\music.png
X=90
Y=12
LeftMouseUpAction=["https://www.youtube.com/results?search_query=[mArtist] - [MPlayer] Clip"]
MouseOverAction=[!SetOption #CURRENTSECTION# ImageTint #HighlightColor#][!UpdateMeter #CURRENTSECTION#][!Redraw]
MouseLeaveAction=[!SetOption #CURRENTSECTION# ImageTint ""][!UpdateMeter #CURRENTSECTION#][!Redraw]

[ArtistPicture]
Meter=Image
ImageName=#@#Images\#Theme#\Artist.png
X=r
Y=29r
LeftMouseUpAction=["https://www.last.fm/music/[mArtist]]"]
MouseOverAction=[!SetOption #CURRENTSECTION# ImageTint #HighlightColor#][!UpdateMeter #CURRENTSECTION#][!Redraw]
MouseLeaveAction=[!SetOption #CURRENTSECTION# ImageTint ""][!UpdateMeter #CURRENTSECTION#][!Redraw]

[AlbumPicture]
Meter=Image
ImageName=#@#Images\#Theme#\album.png
X=r
Y=29r
LeftMouseUpAction=["https://play.spotify.com/search/[mArtist]]"]
MouseOverAction=[!SetOption #CURRENTSECTION# ImageTint #HighlightColor#][!UpdateMeter #CURRENTSECTION#][!Redraw]
MouseLeaveAction=[!SetOption #CURRENTSECTION# ImageTint ""][!UpdateMeter #CURRENTSECTION#][!Redraw]

[Track]
Meter=STRING
MeasureName=mPlayer
MeterStyle=Text
X=120
Y=10
W=220
H=25
Text="%1"
DynamicVariables=1

[Artist]
Meter=STRING
MeasureName=mArtist
MeterStyle=Text
X=r
Y=29r
W=220
H=25
Text="%1"
DynamicVariables=1

[Album]
Meter=STRING
MeasureName=mAlbum
MeterStyle=Text
X=r
Y=29r
W=220
H=25
Text="%1"
DynamicVariables=1

; ================================================
; CONTROL

[Previous]
Meter=IMAGE
ImageName=#@#Images\#Theme#\Prev.png
X=11
Y=104
W=15
H=15
MouseOverAction=[!SetOption #CURRENTSECTION# ImageName "#@#Images\#Theme#\Prevh.png"][!UpdateMeter #CURRENTSECTION#][!Redraw]
MouseLeaveAction=[!SetOption #CURRENTSECTION# ImageName "#@#Images\#Theme#\Prev.png"][!UpdateMeter #CURRENTSECTION#][!Redraw]
LeftMouseUpAction=[!CommandMeasure "mPlayer" "Previous"]

[PlayPause]
Meter=IMAGE
ImageName=#@#Images\#Theme#\[mState].png
X=28r
Y=103
W=18
H=18
MouseOverAction=[!ShowMeter PlayPauseHover][!Redraw]
MouseLeaveAction=[!HideMeter PlayPauseHover][!Redraw]
LeftMouseUpAction=[!CommandMeasure "mPlayer" "PlayPause"][!Update]
DynamicVariables=1

[PlayPauseHover]
Meter=IMAGE
ImageName=#@#Images\#Theme#\[mState]h.png
X=r
Y=r
W=18
H=18
LeftMouseUpAction=[!CommandMeasure "mPlayer" "PlayPause"][!Update]
DynamicVariables=1
Hidden=1

[Next]
Meter=IMAGE
ImageName=#@#Images\#Theme#\Next.png
X=32r
Y=104
W=15
H=15
MouseOverAction=[!SetOption #CURRENTSECTION# ImageName "#@#Images\#Theme#\nexth.png"][!UpdateMeter #CURRENTSECTION#][!Redraw]
MouseLeaveAction=[!SetOption #CURRENTSECTION# ImageName "#@#Images\#Theme#\Next.png"][!UpdateMeter #CURRENTSECTION#][!Redraw]
LeftMouseUpAction=[!CommandMeasure "mPlayer" "Next"]

[OpenPlayer]
Meter=IMAGE
ImageName=#@#Images\Shared\maximize.png
X=331
Y=0
W=26
H=16
MouseOverAction=[!SetOption #CURRENTSECTION# ImageName "#@#Images\#Theme#\maximizeh.png"][!UpdateMeter #CURRENTSECTION#][!Redraw]
MouseLeaveAction=[!SetOption #CURRENTSECTION# ImageName "#@#Images\Shared\maximize.png"][!UpdateMeter #CURRENTSECTION#][!Redraw]
LeftMouseUpAction=[!CommandMeasure "mPlayer" "OpenPlayer"]

; ================================================

; PROGRESSBAR

[ProgressBorder]
Meter=Image
ImageName=#@#Images\#Theme#\ProgressBar1.png
X=140
Y=107

[ProgressBar]
Meter=BAR
MeasureName=mProgress
BarOrientation=HORIZONTAL
BarImage=#@#Images\#Theme#\ProgressBar2.png
X=140
Y=107

[Time]
Meter=STRING
MeasureName=mPosition
StringStyle=BOLD
StringEffect=SHADOW
FontEffectColor=#TimeColor1#
FontColor=#TimeColor2#
FontFace=Calibri
FontSize=10
AntiAlias=1
ClipString=1
X=98
Y=103
Text="%1"
Hidden=0
Group=Time
LeftMouseUpAction=[!ShowMeterGroup "Duration"][!HideMeterGroup "Time"]

[Duration]
Meter=STRING
MeasureName=mDuration
StringStyle=BOLD
StringEffect=SHADOW
FontEffectColor=#TimeColor1#
FontColor=#TimeColor2#
FontFace=Calibri
FontSize=10
AntiAlias=1
ClipString=1
X=98
Y=103
Text="%1"
Hidden=1
Group=Duration
LeftMouseUpAction=[!ShowMeterGroup "Time"][!HideMeterGroup "Duration"]
User avatar
Kaz28100
Posts: 67
Joined: May 3rd, 2012, 3:59 pm
Location: France

Re: Spotify Plugin Released! Now with less bugs!

Post by Kaz28100 »

Hi i'm the creator of this skin, like i said here: http://fav.me/d8gsil2 (2015.03.15: a fix for Spotify will be available soon.) , i fixed it some day ago but i didn't publish a new update because i wanted to publish it with the next version of Spotify Plugin (Special characters Fix).

Edit: Update/Fix available http://fav.me/d8gsil2
;)
TheAzura
Posts: 2
Joined: March 24th, 2015, 5:51 pm
Location: Germany

Re: Spotify Plugin Released! Now with less bugs!

Post by TheAzura »

Kaz28100 wrote:Hi i'm the creator of this skin, like i said here: http://fav.me/d8gsil2 (2015.03.15: a fix for Spotify will be available soon.) , i fixed it some day ago but i didn't publish a new update because i wanted to publish it with the next version of Spotify Plugin (Special characters Fix).

Edit: Update/Fix available http://fav.me/d8gsil2
;)
Thanks for the fix. Now I can finally enjoy your great skin with all the names instead of numbers ;-)
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 »

Kaz28100 wrote:Hi i'm the creator of this skin, like i said here: http://fav.me/d8gsil2 (2015.03.15: a fix for Spotify will be available soon.) , i fixed it some day ago but i didn't publish a new update because i wanted to publish it with the next version of Spotify Plugin (Special characters Fix).

Edit: Update/Fix available http://fav.me/d8gsil2
;)
I'll be home friday morning, so i expect the patch to be out by at least friday evening.
indefinitions
Posts: 3
Joined: March 23rd, 2015, 4:26 pm

Re: Spotify Plugin Released! Now with less bugs!

Post by indefinitions »

The plugin just stopped working out of nowhere on me... fresh downloads aren't helping either. What do?

EDIT: found problem. it was blocked by the computer because it came from another computer and thought it was bad.
LewaBolt
Posts: 11
Joined: March 25th, 2015, 8:22 pm

Re: Spotify Plugin Released! Now with less bugs!

Post by LewaBolt »

I'm trying to making my player work with your code, but not having much luck.
heres the basic code for it.

Code: Select all

[Rainmeter]
;-AIMP/For AIMP Player
;-MediaMonkey/For Media Monkey Player
;-CAD/For Music Bee Player
;-Winamp/For Winamp Player
;-WMP/For Windows Media Player
;-Spotify

===========================Variables===========================
Color1=255,255,255,255
Color2=00137F
Player=
FontFace=Errorize

===========================Pancakes==========================

[MeasurePlayer]
Measure=Plugin
Plugin=NowPlaying
PlayerName=Spotify
PlayerType=TITLE

[MeasureLED]
Measure=CALC
Formula=Counter % 60

[MeasureLoadingBar]
Measure=CALC
Formula=Counter % 8

[MeasureTitle]
Measure=Plugin
Plugin=NowPlaying.dll
PlayerName=[MeasurePlayer]
PlayerType=TITLE
Substitute="":"Nope"

[MeasureArtist]
Measure=Plugin
Plugin=NowPlaying.dll
PlayerName=[MeasurePlayer]
PlayerType=ARTIST
Substitute="":"Nope"

[MeasureAlbum]
Measure=Plugin
Plugin=NowPlaying.dll
PlayerName=[MeasurePlayer]
PlayerType=ALBUM
Substitute="":"Nope"

[MeasureArtwork]
Measure=Plugin
Plugin=NowPlaying.dll
PlayerName=[MeasurePlayer]
PlayerType=COVER

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

[MeasurePosition]
Measure=Plugin
Plugin=NowPlaying.dll
PlayerName=[MeasurePlayer]
PlayerType=PROGRESS

[MeasureActualTime]
Measure=Plugin
Plugin=NowPlaying.dll
PlayerName=[MeasurePlayer]
PlayerType=POSITION

[MeasureTMinute]
Measure=Calc
Formula=(MeasureActualTime - (MeasureActualTime % 60)) /60

[MeasureTSecond]
Measure=Calc
Formula=MeasureActualTime % 60

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

[MeasureStateButton]
Measure=Plugin
Plugin=NowPlaying.dll
PlayerName=[MeasurePlayer]
PlayerType=STATE

[mStateButton]
Measure=Plugin
Plugin=NowPlaying
PlayerName=[mPlayer]
PlayerType=State
Substitute="0":"Play.png","1":"Pause.png","2":"Play.png"

===========================ImportantStuff========================

[MeterVinyl]
Meter=Image
ImageName=Silver.png
H=200
W=400

[Image4]
Meter=Image
ImageName="control_bg.png"
X=115
Y=143
W=150
H=70


[Previous]
Meter=Image
ImageName=Previous.png
X=130
Y=175
W=20
H=20
LeftMouseUpAction=[!CommandMeasure MeasurePlayer "Previous"]

[Play]
Meter=Button
ButtonImage=[mStateButton]
X=180
Y=160
LeftMouseUpAction=[!CommandMeasure MeasurePlayer "PlayPause"]
DynamicVariables=1

[Next]
Meter=Image
ImageName=Next.png
X=230
Y=175
W=20
H=20
LeftMouseUpAction=[!CommandMeasure MeasurePlayer "Next"]

[MeterSquares]
Meter=BITMAP
MeasureName=MeasureLED
BitmapImage=Bitmap\Squares.png
X=0
Y=104
BitmapFrames=60
BitmapExtend=1

[MeterArtist]
Meter=String
MeasureName=MeasureArtist
X=0
Y=35
H=23
W=290
ClipString=1
FontFace=Orbitron
FontSize=13
StringEffect=SHADOW
FontEffectColor=003399
StringAlign=LEFT
AntiAlias=1
FontColor=000000
Hidden=0

[MeterTitle]
Meter=String
MeasureName=MeasureTitle
X=r
Y=20r
H=22
W=295
ClipString=1
FontFace=Orbitron
FontSize=11
StringEffect=SHADOW
FontEffectColor=009999
StringAlign=LEFT
AntiAlias=1
FontColor=000000
Hidden=0

[MeterAlbum]
Meter=String
MeasureName=MeasureAlbum
X=r
Y=18r
H=23
W=290
ClipString=1
FontFace=Orbitron
FontSize=13
StringEffect=SHADOW
FontEffectColor=003399
StringAlign=LEFT
AntiAlias=1
FontColor=000000
Hidden=0

[MeterTime]
Meter=String
MeasureName=MeasureDuration
X=110
Y=155
H=20
W=150
ClipString=1
FontFace=Errorize
FontSize=14
StringEffect=SHADOW
FontEffectColor=000000
StringAlign=LEFT
StringStyle=Bold
AntiAlias=1
FontColor=003399
Hidden=0

[MeterActualTime]
Meter=String
MeasureName=MeasureTMinute
MeasureName2=MeasureTZero
MeasureName3=MeasureTSecond
X=118r
Y=r
H=16
W=150
StringAlign=LEFT
StringStyle=Bold
FontColor=003399
FontFace=Errorize
FontSize=14
StringEffect=SHADOW
FontEffectColor=000000
AntiAlias=1
Text="%1.%2%3"
Hidden=0

[MeterArtwork]
Meter=Image
MeasureName=MeasureArtwork
X=0
Y=104
H=90
W=90

[MeterOverTheSillyLine]
MeasureName=MeasurePosition
Meter=Bar
X=0
Y=194
W=285
H=6
BarColor=003399
BarOrientation=HORIZONTAL
Flip=1

[MeterBar]
Meter=BITMAP
MeasureName=MeasureLoadingBar
BitmapImage=Bitmap\Loading_bar_r.png
X=0
Y=194
BitmapFrames=8
BitmapExtend=1

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

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

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

[volume hightlight]
Meter=Image
ImageName=""
X=93
Y=146
W=100
H=10

[Volume0]
Meter=IMAGE
SolidColor=0,0,0,1
X=100
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"
mr.derek
Posts: 22
Joined: March 26th, 2015, 10:13 am

Re: Spotify Plugin Released! Now with less bugs!

Post by mr.derek »

I'm not an expert, but have you tried putting:

Player=Spotify
LewaBolt
Posts: 11
Joined: March 25th, 2015, 8:22 pm

Re: Spotify Plugin Released! Now with less bugs!

Post by LewaBolt »

I did. This is the backup of it. I just can't get album name to work, and rain meter crashes when I use the play, skip, and back buttons. If you need the file for the player for better helping, I can share. BTW...its actually two that I combined and changed a long time ago.
mr.derek
Posts: 22
Joined: March 26th, 2015, 10:13 am

Re: Spotify Plugin Released! Now with less bugs!

Post by mr.derek »

I thought that code looked different! I wasn't sure. Nice idea in combining them! I'll leave it to the experts here to help you then.

I only just yesterday installed this from scratch with Kaz's Veronica 2 skin here:

http://www.deviantart.com/art/Updated-03-24-2015-VERONiCA-2-for-Rainmeter-511933718

There's an update there from the 24th. Everything's working from this install, I don't have any other skins installed though. Good luck!

It's so great to have a mini Spotify player again, thank you Raptor and Kaz! I upped the res to 640x640 and tweaked the big player so you can really soak in the album art now, brilliant! I wonder if 640 is the maximum size Spotify stores, or is there a higher res file available?