It is currently October 1st, 2024, 1:43 am

Spotify Plugin Released! Now with less bugs!

Plugins and Addons popular with the Community
scotri83
Posts: 9
Joined: February 22nd, 2015, 4:27 am

Re: Spotify Plugin Released! Now with less bugs!

Post by scotri83 »

Here's the latest version of CLN

Supports everything except time scrubbing and volume adjusting

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

[MeasurePosition]
Measure=Plugin
Plugin=SpotifyPlugin.dll
Type=Position

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

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

[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=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 »

I've completed the CLN spotify edition.

https://mega.co.nz/#!VUYBBLwS!WWeYftBaXpU-9HdVJMXqZbS-SPiQ3tju2B05i7phEOo

Supports pause, play, next, back, powerup

Shows volume and song progress along with repeat and shuffle status.

Image in action: http://gyazo.com/c38e5ed288079d414bdf60155cc7f53e
User avatar
exper1mental
Posts: 269
Joined: January 9th, 2013, 7:52 pm
Location: Clemson University

Re: Spotify Plugin Released! Now with less bugs!

Post by exper1mental »

I'm thrilled you've kept working on this. Just tried the new version and so far it seems to be running smoothly with Rainmeter 3.1! :thumbup:


I have noticed recently though that the Spotify player state in the NowPlaying plugin is working quite right. Example: I pause a song and then start to play it again, NowPlaying will show in skins that player is still paused until it starts playing the next song.

Would it be possible for you to add the ability to detect player state with the Spotify plugin? It's not a big deal but would definitely be icing on the cake.
Image
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 »

The type "playing" should return 0 if it is paused and 1 if it's playing, if that was what you ment?

Nice to hear from you again, glad the early bugs didnt scare you away :p
User avatar
exper1mental
Posts: 269
Joined: January 9th, 2013, 7:52 pm
Location: Clemson University

Re: Spotify Plugin Released! Now with less bugs!

Post by exper1mental »

.raptor wrote:The type "playing" should return 0 if it is paused and 1 if it's playing, if that was what you ment?

Nice to hear from you again, glad the early bugs didnt scare you away :p
Yea I know that ;-) this issue occurred with all skins using the NowPlaying plugin and Spotify, it wasn't a skin bug.

Shortly after that post I updated to the latest version of Spotify. Now the only parts of NowPlaying that seem to work with Spotify are Previous, PlayPause, and Next... Your Spotify plugin still is running like a charm though!

I'm going to try rebooting and see if maybe it is because Spotify needs a restart to completely finish the installation, even though I can run the new version as-is... I'll update this post later with my findings.


Update: After rebooting the problem persists. As I said before, the NowPlaying plugin bangs Previous, PlayPause, and Next still work with Spotify but nothing else seems to (including player State).

I tried rebooting Rainmeter and for about 30 seconds NowPlaying was displaying info from Spotify but now it isn't again, and repeated rebooting of Rainmeter doesn't seem to help...

I'm going to post this in the Bugs section and see if I can get this figured out... Here's a link to the thread if anyone is interested.
Image
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 »

Is the SpotifyPlugin working as intended now tho? Not at my pc atm, so i cant check.
Spotify has the habit of changing things, preferably without documenting the changes... :confused:
User avatar
exper1mental
Posts: 269
Joined: January 9th, 2013, 7:52 pm
Location: Clemson University

Re: Spotify Plugin Released! Now with less bugs!

Post by exper1mental »

.raptor wrote:Is the SpotifyPlugin working as intended now tho? Not at my pc atm, so i cant check.
Spotify has the habit of changing things, preferably without documenting the changes... :confused:
Your plugin runs smoothly as far as I can tell.


EDIT: Local track (like tracks imported from iTunes that aren't on Spotify) album art doesn't work though.

NowPlaying is working with Spotify again with the exception of player state (pausing a song and playing again causes Rainmeter to still show Spotify as paused, until Spotify starts playing a new song)... This is really weird...

Also, the Spotify plugin doesn't update any info from the player if it is in Private Session mode. NowPlaying displays artist name and song title fine regardless of whether or not Spotify is in Private Session.
Image
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 »

exper1mental wrote: Your plugin runs smoothly as far as I can tell.


EDIT: Local track (like tracks imported from iTunes that aren't on Spotify) album art doesn't work though.

NowPlaying is working with Spotify again with the exception of player state (pausing a song and playing again causes Rainmeter to still show Spotify as paused, until Spotify starts playing a new song)... This is really weird...

Also, the Spotify plugin doesn't update any info from the player if it is in Private Session mode. NowPlaying displays artist name and song title fine regardless of whether or not Spotify is in Private Session.
Yeah, no real way around this. As far as i know NowPlaying only parses the text from the taskbar, while my plugin uses the API facebook and others use (Therefore not working in private session). I had the parsing option as a fallback for a while, ill look into putting it back in when i return home.
Damonmorder
Posts: 1
Joined: March 6th, 2015, 12:02 am

Re: Spotify Plugin Released! Now with less bugs!

Post by Damonmorder »

Hey guys, so ive read though this entire posting and im having a issue that should have been resolved at approx page 10 lol, im not getting any artist or song title info. Is this a nowplaying.dll issue? i attached my capture of CLN skin showing my problem.
(also cant control audio or seeking from it either)
You do not have the required permissions to view the files attached to this post.
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 »

Damonmorder wrote:Hey guys, so ive read though this entire posting and im having a issue that should have been resolved at approx page 10 lol, im not getting any artist or song title info. Is this a nowplaying.dll issue? i attached my capture of CLN skin showing my problem.
(also cant control audio or seeking from it either)
Post the skin .ini file here and i'll take a look. (volume control and seeking is not a part of the plugin)