It is currently May 21st, 2024, 9:19 pm

Spotify Plugin Released! Now with less bugs!

Plugins and Addons popular with the Community
darcilicious
Posts: 34
Joined: May 1st, 2010, 5:34 pm

Re: Spotify Plugin Released! Now with less bugs!

Post by darcilicious »

I'm running 1.0.25.127.g58007b4c of Spotify and 3.3.1 r2602 64-bit (Mar 18 2016) of Rainmeter and music info is no longer showing up :(

Anyone else having this issue? I tried re-installing the plugin and while the player shows up fine (along with the visualization) there's no track/artist/album info any more...
cmac__17
Posts: 2
Joined: February 11th, 2016, 7:39 am

Re: Spotify Plugin Released! Now with less bugs!

Post by cmac__17 »

darcilicious wrote:I'm running 1.0.25.127.g58007b4c of Spotify and 3.3.1 r2602 64-bit (Mar 18 2016) of Rainmeter and music info is no longer showing up :(

Anyone else having this issue? I tried re-installing the plugin and while the player shows up fine (along with the visualization) there's no track/artist/album info any more...
Yeah. Spotify just updated for me this morning, and now it's broken for me as well.
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 »

darcilicious wrote:I'm running 1.0.25.127.g58007b4c of Spotify and 3.3.1 r2602 64-bit (Mar 18 2016) of Rainmeter and music info is no longer showing up :(

Anyone else having this issue? I tried re-installing the plugin and while the player shows up fine (along with the visualization) there's no track/artist/album info any more...
cmac__17 wrote:Yeah. Spotify just updated for me this morning, and now it's broken for me as well.
I'm running 1.0.25.127.g58007b4c with Rainmeter 3.3.1 64-bit just fine.



Here's some ideas that might work:
1. Try using a different skin that supports the spotify plugin. (If you try one of the other ideas below I would recommend trying this again.)


2. Reinstall the Spotify plugin (I'm guessing you've already tried this but it wouldn't hurt to try again)


3. Try running Spotify through a program called Toastify (link). I generally use it to run Spotify so I can get "toast" notifications when Spotify starts playing a new song. (Make sure Spotify does NOT run at startup. Toastify when launched will automatically load Spotify)


4. OPTION A: (Recommended for Advanced and Experienced users only)
Go to %APPDATA%\Rainmeter\Plugins (assuming your not using a portable version of Rainmeter) and delete any plugins you do not use. Restart Rainmeter and see if the issue is resolved. If not you continue deleting individual plugins or go to Option B. You could also see if there are newer version of the plugins available.

OPTION B: (Recommended for New and Inexperienced users)
Completely uninstall Rainmeter (including all skins). After uninstalling check and make sure that in %APPDATA% and %USERPROFILE%\Documents there is no folder named Rainmeter. If there is, delete it. Reinstall Rainmeter with the skins and plugins that you specifically wanted to use. Make sure the skins and plugins you install are the latest versions.


Hope that helps! :)
Image
darcilicious
Posts: 34
Joined: May 1st, 2010, 5:34 pm

Re: Spotify Plugin Released! Now with less bugs!

Post by darcilicious »

First, thanks for taking the time to list all those options. It's been a busy week and I just now had a chance to start trying them only to discover everything is working correctly now! Perhaps a small blip on Spotify's end, who knows?

Thanks again!
Chryses
Posts: 1
Joined: April 27th, 2016, 1:39 pm

Re: Spotify Plugin Released! Now with less bugs!

Post by Chryses »

So I've gone through most of the pages here to check out if a fix was found yet for track information updater, but did not find a conclusive fix.

I'm currently using Monstercat Visualizer, so it should be showing track information, pause/play buttons and the equalizer. Strangely enough however, only the equalizer works (perfectly even). Pause/play buttons do not show at all, and track information is updated only once every few minutes.

Have tried variations of rainmeter/spotify/administrator start up, but to no avail. I have the newest (beta) version of Rainmeter, most recent Spotify plugin and the newest Spotify application update. I have also tried several other music player skins, but Monstercat was the one that seemed to work best.

Anyone got any clue as to what I could try next?
JoshuaVL1988
Posts: 37
Joined: April 25th, 2015, 10:41 am

Re: Spotify Plugin Released! Now with less bugs!

Post by JoshuaVL1988 »

@.raptor

Hello,

I have a question. Does the spotify plugin support the repeat and/or shuffle buttons? I have a spotify player skin that I'm using but those two buttons are only ones I am unable to get working. If they are supported can someone please show me how they work? Here are the measures currently being used by those buttons. [Mind, they are mostly in Spanish so it's kinda tricky for me since I'm not fluent in Spanish O_o... Also, this skin seems t use two seperate copies of each, one in Spanish and the other in English...

[EstadoRepetir]
Measure=Plugin
Plugin=NowPlaying.dll
PlayerName=[mReproductor]
PlayerType=REPEAT
Substitute="0":"repetir","1":"desrepetir","2":"repetir"

[EstadoDesordenar]
Measure=Plugin
Plugin=NowPlaying.dll
PlayerName=[mReproductor]
PlayerType=SHUFFLE
Substitute="0":"mezclar","1":"desmezclar","2":"mezclar"



[mRepeat]
Measure=Plugin
Plugin=NowPlaying
PlayerName=[mReproductor]
PlayerType=REPEAT

[mShuffle]
Measure=Plugin
Plugin=NowPlaying
PlayerName=[mReproductor]
PlayerType=SHUFFLE





[BOTONAREPETIR]
Meter=Button
ButtonImage=[EstadoRepetir]
ImageTint=#TintColor#
X=5R
Y=r
Group=2
Hidden=1
LeftMouseDownAction=[!CommandMeasure "mReproductor" "SetRepeat -1"][PLAY "%USERPROFILE%\Documents\Rainmeter\Skins\Evolucion\Sonidos\2.wav"][!Update]
DynamicVariables=1


[BOTONAMEZCLAR]
Meter=Button
ButtonImage=[EstadoDesordenar]
ImageTint=#TintColor#
X=5R
Y=r
Group=2
Hidden=1
LeftMouseDownAction=[!CommandMeasure "mReproductor" "SetShuffle -1"][PLAY "%USERPROFILE%\Documents\Rainmeter\Skins\Evolucion\Sonidos\2.wav"][!Update]
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 »

@JoshuaVL1988
You should not be using Plugin=NowPlaying, but Plugin=SpotifyPlugin.

@Chryses
I suspect you have the exact same problem, if not you should post your .ini file here.
JoshuaVL1988
Posts: 37
Joined: April 25th, 2015, 10:41 am

Re: Spotify Plugin Released! Now with less bugs!

Post by JoshuaVL1988 »

@.raptor
.raptor wrote:@JoshuaVL1988
You should not be using Plugin=NowPlaying, but Plugin=SpotifyPlugin.

@Chryses
I suspect you have the exact same problem, if not you should post your .ini file here.
I've tried that as well but it still won't work. Here's the .ini for the music player skin

[Rainmeter]
Update=50
ContextTitle="Opciones"
ContextAction=[!ActivateConfig "Evolucion\Opciones" "Opciones.ini"]

[Metadata]
Author=A.G.E
Name=Reproductor de Musica
Version=1.0
Information=Informacion de lo que estas escuchando

;-------------------------------
[Variables]
@include=#SKINSPATH#Evolucion\variables.inc
@include2=#@#Languages\#language#.inc

*\\\**************************///*
MEDIDORES
*\\\**************************///*

[mReproductor]
Measure=Plugin
Plugin=NowPlaying.dll
PlayerName="#NombreDelReproductor#"
PlayerType=Title
DisableLeadingZero=0
Substitute="":"#Pista No Encontrada#"

[EstadoReproducir]
Measure=Plugin
Plugin=SpotifyPlugin.dll
PlayerName=[mReproductor]
Type=PLAYING
Substitute="0":"reproducir","1":"pausar","2":"reproducir"

[EstadoRepetir]
Measure=Plugin
Plugin=NowPlaying.dll
PlayerName=[mReproductor]
PlayerType=REPEAT
Substitute="0":"repetir","1":"desrepetir","2":"repetir"

[EstadoDesordenar]
Measure=Plugin
Plugin=NowPlaying.dll
PlayerName=[mReproductor]
PlayerType=SHUFFLE
Substitute="0":"mezclar","1":"desmezclar","2":"mezclar"

[mTrack]
Measure=Plugin
Plugin=SpotifyPlugin
Type=TRACKNAME
Substitue=N/A

[mArtist]
Measure=Plugin
Plugin=SpotifyPlugin.dll
PlayerName=[mReproductor]
Type=ARTISTNAME
Substitute="":"#Artista No Encontrado#"

[mAlbum]
Measure=Plugin
Plugin=SpotifyPlugin.dll
PlayerName=[mReproductor]
Type=ALBUMNAME
Substitute="":"#Album No Encontrado#"

[mDuration]
Measure=Plugin
Plugin=SpotifyPlugin.dll
PlayerName=[mReproductor]
Type=DURATION
Decimals=2
substitute="00":"0"

[mAlbumArt]
Measure=Plugin
Plugin=SpotifyPlugin.dll
PlayerName=[mReproductor]
Type=ALBUMART
Substitute="":""

[mPosition]
Measure=Plugin
Plugin=SpotifyPlugin.dll
PlayerName=[mReproductor]
Type=POSITION
Decimals=2
substitute="00":"0"

[mProgress]
Measure=Plugin
Plugin=SpotifyPlugin.dll
PlayerName=[mReproductor]
Type=PROGRESS
Decimals=2

[mRating]
Measure=Plugin
Plugin=NowPlaying.dll
PlayerName=[mReproductor]
PlayerType=RATING

[mRepeat]
Measure=Plugin
Plugin=SpotifyPlgin.dll
PlayerName=[mReproductor]
Type=REPEAT

[mShuffle]
Measure=Plugin
Plugin=SpotifyPlugin.dll
PlayerName=[mReproductor]
Type=SHUFFLE

[mBitrate]
Measure=Plugin
Plugin=WindowMessagePlugin.dll
WindowClass=Winamp v1.x
WindowMessage=1024 1 126
Substitute="":"","4294967295":"","2822":"282"

[mSamplerate]
Measure=Plugin
Plugin=WindowMessagePlugin.dll
WindowClass=Winamp v1.x
WindowMessage=1024 0 126
Substitute="":"","4294967295":"","2822":"282"

*\\\**************************///*
BASE
*\\\**************************///*

[FONDO]
Meter=Image
ImageName=marco

[FONDO barra]
Meter=Image
ImageName=marco2
Hidden=0
Group=2

[FONDOPYP]
Meter=Image
ImageName=fb
X=15
Y=33
LeftMouseUpAction=!Execute [!RainmeterPluginBang "mReproductor PlayPause"][PLAY "%USERPROFILE%\Documents\Rainmeter\Skins\Evolucion\Sonidos\2.wav"][!Update]
Hidden=0
Group=2

[MARCO BOTON]
Meter=Bar
SolidColor=0,0,0,1
X=145
Y=25
H=66
W=215
MouseScrollDownAction=!Execute [!RainmeterPluginBang "mReproductor Next"]
MouseScrollUpAction=!Execute [!RainmeterPluginBang "mReproductor Previous"]

*\\\**************************///*
ESTRELLAS
*\\\**************************///*

[EstrellasMarcacacion]
Meter=Bitmap
MeasureName=mRating
BitmapImage=estrellas
BitmapFrames=6
BitmapExtend=1
X=100
Y=20
Group=1
Hidden=0
DynamicVariables=1

[Poner1Estrella]
Meter=Image
X=2r
Y=2r
W=8
H=8
SolidColor=0,0,0,1
LeftMouseDownAction=[!RainmeterPluginBang "mReproductor SetRating 1"]

[Poner2Estrellas]
Meter=Image
X=13r
Y=r
W=8
H=8
SolidColor=0,0,0,1
LeftMouseDownAction=[!RainmeterPluginBang "mReproductor SetRating 2"]

[Poner3Estrellas]
Meter=Image
X=13r
Y=r
W=8
H=8
SolidColor=0,0,0,1
LeftMouseDownAction=[!RainmeterPluginBang "mReproductor SetRating 3"]

[Poner4Estrellas]
Meter=Image
X=13r
Y=r
W=8
H=8
SolidColor=0,0,0,1
LeftMouseDownAction=[!RainmeterPluginBang "mReproductor SetRating 4"]

[Poner5Estrellas]
Meter=Image
X=13r
Y=r
W=8
H=8
SolidColor=0,0,0,1
LeftMouseDownAction=[!RainmeterPluginBang "mReproductor SetRating 5"]

*\\\**************************///*
TEXTOS
*\\\**************************///*

[KBPS]
MeasureName=mBitrate
Meter=STRING
Solid
X=30
Y=21
W=188
H=10
ClipString=1
FontFace=#FontName1#
FontColor=#FontColor.Text#
FontSize=7
Antialias=2
StringStyle=NORMAL
StringAlign=Left
Text=%1Kbps
Hidden=0
Group=1

[TIEMPORESTANTE]
MeasureName=mPosition
Meter=STRING
X=203r
Y=r
W=188
H=10
ClipString=1
FontFace=#FontName1#
FontColor=#FontColor.Text#
FontSize=7
Antialias=2
StringStyle=NORMAL
StringAlign=Right
Text=">> %1"
Hidden=0
Group=1

[TITULO]
MeasureName=mTrack
Meter=STRING
X=131
Y=10r
W=205
H=22
ClipString=1
FontFace=#FontName1#
FontColor=#FontColor.Text#
FontSize=7
Antialias=2
StringStyle=NORMAL
StringAlign=Center
Text=> %1
AutoScale=1
Hidden=0
Group=1

[ARTISTA]
MeasureName=mArtist
Meter=STRING
X=r
Y=21r
W=205
H=10
ClipString=1
FontFace=#FontName1#
FontColor=#FontColor.Text#
FontSize=7
Antialias=2
StringStyle=NORMAL
StringAlign=Center
Text=> %1
AutoScale=1
Hidden=0
Group=1

***************************

[TEXTO CIRCULO 1]
Meter=String
X=58
Y=42
FontFace=#FontName1#
FontColor=#FontColor.Text#
FontSize=7
Antialias=2
StringStyle=NORMAL
StringAlign=Center
Text=> >
Hidden=1

[PorcentajeUsado]
MeasureName=mPosition
Meter=STRING
X=r
Y=R
FontFace=#FontName1#
FontColor=#FontColor.Text#
FontSize=9
Antialias=2
StringStyle=NORMAL
StringAlign=Center
Text=%1
Percentual=1
AutoScale=1
Hidden=1

*///**********GRAFICOS************///*

[Barra de Progreso Usado]
Meter=Bar
MeasureName=mProgress
BarImage=progreso
BarOrientation=Horizontal
X=29
Y=67
H=11
W=205
Hidden=0
Group=1
LeftMouseUpAction=[!CommandMeasure "mProgress" "SetPosition $MouseX:%$"]
*\\\**************************///*
BOTONES
*\\\**************************///*

[FLECHACAMBIO]
Meter=Button
ButtonImage=flecha1
X=-1
Y=32
LeftMouseDownAction=[!ToggleMeterGroup 2][!ToggleMeterGroup 1][!HideMeterGroup 3][PLAY "%USERPROFILE%\Documents\Rainmeter\Skins\Evolucion\Sonidos\1.wav"]

[FLECHACAMBIO2]
Meter=Button
ButtonImage=flecha2
X=233R
Y=r
LeftMouseDownAction=[!ToggleMeterGroup 2][!ToggleMeterGroup 1][!HideMeterGroup 3][PLAY "%USERPROFILE%\Documents\Rainmeter\Skins\Evolucion\Sonidos\1.wav"]


[BOTONANTERIOR]
Meter=Button
ButtonImage=anterior
ImageTint=#TintColor#
X=30
Y=22
Group=2
Hidden=1
LeftMouseUpAction=!Execute [!RainmeterPluginBang "mReproductor Previous"][PLAY "%USERPROFILE%\Documents\Rainmeter\Skins\Evolucion\Sonidos\2.wav"][!Update]

[Reproducir]
Meter=Button
ButtonImage=[EstadoReproducir]
ImageTint=#TintColor#
X=5R
Y=r
Group=2
Hidden=1
LeftMouseUpAction=!Execute [!RainmeterPluginBang "mReproductor PlayPause"][PLAY "%USERPROFILE%\Documents\Rainmeter\Skins\Evolucion\Sonidos\2.wav"][!Update]
DynamicVariables=1

[BOTONSTOP]
Meter=Button
ButtonImage=parar
ImageTint=#TintColor#
X=5R
Y=r
Group=2
Hidden=1
LeftMouseUpAction=!Execute [!RainmeterPluginBang "mReproductor Stop"][PLAY "%USERPROFILE%\Documents\Rainmeter\Skins\Evolucion\Sonidos\2.wav"][!Update]

[BOTONSIGUIENTE]
Meter=Button
ButtonImage=siguiente
ImageTint=#TintColor#
X=5R
Y=r
Group=2
Hidden=1
LeftMouseUpAction=!Execute [!RainmeterPluginBang "mReproductor Next"][PLAY "%USERPROFILE%\Documents\Rainmeter\Skins\Evolucion\Sonidos\2.wav"][!Update]

[BOTONABRIRREPRODUCTOR]
Meter=Button
ButtonImage=abrir
ImageTint=#TintColor#
X=30
Y=2R
Group=2
Hidden=1
LeftMouseDownAction=["#ReproductorPath#"][PLAY "%USERPROFILE%\Documents\Rainmeter\Skins\Evolucion\Sonidos\2.wav"][!Update]

[BOTONAREPETIR]
Meter=Button
ButtonImage=[EstadoRepetir]
ImageTint=#TintColor#
X=5R
Y=r
Group=2
Hidden=1
LeftMouseDownAction=[!CommandMeasure "mReproductor" "SetRepeat -1"][PLAY "%USERPROFILE%\Documents\Rainmeter\Skins\Evolucion\Sonidos\2.wav"][!Update]
DynamicVariables=1

[BOTONAMEZCLAR]
Meter=Button
ButtonImage=[EstadoDesordenar]
ImageTint=#TintColor#
X=5R
Y=r
Group=2
Hidden=1
LeftMouseDownAction=[!CommandMeasure "mReproductor" "SetShuffle -1"][PLAY "%USERPROFILE%\Documents\Rainmeter\Skins\Evolucion\Sonidos\2.wav"][!Update]
DynamicVariables=1

[BOTONCERRAREPRODUCTOR]
Meter=Button
ButtonImage=apagar
ImageTint=#TintColor#
X=5R
Y=r
Group=2
Hidden=1
LeftMouseUpAction=[!RainmeterPluginBang "mReproductor ClosePlayer"][PLAY "%USERPROFILE%\Documents\Rainmeter\Skins\Evolucion\Sonidos\2.wav"][!Update]
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 »

Code: Select all

[EstadoRepetir]
Measure=Plugin
Plugin=NowPlaying.dll
PlayerName=[mReproductor]
PlayerType=REPEAT
Substitute="0":"repetir","1":"desrepetir","2":"repetir"

[EstadoDesordenar]
Measure=Plugin
Plugin=NowPlaying.dll
PlayerName=[mReproductor]
PlayerType=SHUFFLE
Substitute="0":"mezclar","1":"desmezclar","2":"mezclar"
Still wrong
JoshuaVL1988
Posts: 37
Joined: April 25th, 2015, 10:41 am

Re: Spotify Plugin Released! Now with less bugs!

Post by JoshuaVL1988 »

@.raptor

Still not working. here's the .ini. What do i need to set them to?
[Rainmeter]
Update=50
ContextTitle="Opciones"
ContextAction=[!ActivateConfig "Evolucion\Opciones" "Opciones.ini"]

[Metadata]
Author=A.G.E
Name=Reproductor de Musica
Version=1.0
Information=Informacion de lo que estas escuchando

;-------------------------------
[Variables]
@include=#SKINSPATH#Evolucion\variables.inc
@include2=#@#Languages\#language#.inc

*\\\**************************///*
MEDIDORES
*\\\**************************///*

[mReproductor]
Measure=Plugin
Plugin=NowPlaying.dll
PlayerName="#NombreDelReproductor#"
PlayerType=Title
DisableLeadingZero=0
Substitute="":"#Pista No Encontrada#"

[EstadoReproducir]
Measure=Plugin
Plugin=SpotifyPlugin.dll
PlayerName=[mReproductor]
Type=PLAYING
Substitute="0":"reproducir","1":"pausar","2":"reproducir"

[EstadoRepetir]
Measure=Plugin
Plugin=SpotifyPlugin.dll
PlayerName=[mReproductor]
Type=REPEAT
Substitute="0":"repetir","1":"desrepetir","2":"repetir"

[EstadoDesordenar]
Measure=Plugin
Plugin=SpotifyPlugin.dll
PlayerName=[mReproductor]
Type=SHUFFLE
Substitute="0":"mezclar","1":"desmezclar","2":"mezclar"

[mTrack]
Measure=Plugin
Plugin=SpotifyPlugin
Type=TRACKNAME
Substitue=N/A

[mArtist]
Measure=Plugin
Plugin=SpotifyPlugin.dll
PlayerName=[mReproductor]
Type=ARTISTNAME
Substitute="":"#Artista No Encontrado#"

[mAlbum]
Measure=Plugin
Plugin=SpotifyPlugin.dll
PlayerName=[mReproductor]
Type=ALBUMNAME
Substitute="":"#Album No Encontrado#"

[mDuration]
Measure=Plugin
Plugin=SpotifyPlugin.dll
PlayerName=[mReproductor]
Type=DURATION
Decimals=2
substitute="00":"0"

[mAlbumArt]
Measure=Plugin
Plugin=SpotifyPlugin.dll
PlayerName=[mReproductor]
Type=ALBUMART
Substitute="":""

[mPosition]
Measure=Plugin
Plugin=SpotifyPlugin.dll
PlayerName=[mReproductor]
Type=POSITION
Decimals=2
substitute="00":"0"

[mProgress]
Measure=Plugin
Plugin=SpotifyPlugin.dll
PlayerName=[mReproductor]
Type=PROGRESS
Decimals=2

[mRating]
Measure=Plugin
Plugin=NowPlaying.dll
PlayerName=[mReproductor]
PlayerType=RATING

[EstadoRepetir]
Measure=Plugin
Plugin=SpotifyPligin.dll
PlayerName=[mReproductor]
Type=REPEAT
Substitute="0":"repetir","1":"desrepetir","2":"repetir"

[mRepeat]
Measure=Plugin
Plugin=SpotifyPlgin.dll
PlayerName=[mReproductor]
Type=REPEAT

[mShuffle]
Measure=Plugin
Plugin=SpotifyPlugin.dll
PlayerName=[mReproductor]
Type=SHUFFLE

[mSamplerate]
Measure=Plugin
Plugin=WindowMessagePlugin.dll
WindowClass=Winamp v1.x
WindowMessage=1024 0 126
Substitute="":"","4294967295":"","2822":"282"

*\\\**************************///*
BASE
*\\\**************************///*

[FONDO]
Meter=Image
ImageName=marco

[FONDO barra]
Meter=Image
ImageName=marco2
Hidden=0
Group=2

[FONDOPYP]
Meter=Image
ImageName=fb
X=15
Y=33
LeftMouseUpAction=!Execute [!RainmeterPluginBang "mReproductor PlayPause"][PLAY "%USERPROFILE%\Documents\Rainmeter\Skins\Evolucion\Sonidos\2.wav"][!Update]
Hidden=0
Group=2

[MARCO BOTON]
Meter=Bar
SolidColor=0,0,0,1
X=145
Y=25
H=66
W=215
MouseScrollDownAction=!Execute [!RainmeterPluginBang "mReproductor Next"]
MouseScrollUpAction=!Execute [!RainmeterPluginBang "mReproductor Previous"]

*\\\**************************///*
ESTRELLAS
*\\\**************************///*

[EstrellasMarcacacion]
Meter=Bitmap
MeasureName=mRating
BitmapImage=estrellas
BitmapFrames=6
BitmapExtend=1
X=100
Y=20
Group=1
Hidden=0
DynamicVariables=1

[Poner1Estrella]
Meter=Image
X=2r
Y=2r
W=8
H=8
SolidColor=0,0,0,1
LeftMouseDownAction=[!RainmeterPluginBang "mReproductor SetRating 1"]

[Poner2Estrellas]
Meter=Image
X=13r
Y=r
W=8
H=8
SolidColor=0,0,0,1
LeftMouseDownAction=[!RainmeterPluginBang "mReproductor SetRating 2"]

[Poner3Estrellas]
Meter=Image
X=13r
Y=r
W=8
H=8
SolidColor=0,0,0,1
LeftMouseDownAction=[!RainmeterPluginBang "mReproductor SetRating 3"]

[Poner4Estrellas]
Meter=Image
X=13r
Y=r
W=8
H=8
SolidColor=0,0,0,1
LeftMouseDownAction=[!RainmeterPluginBang "mReproductor SetRating 4"]

[Poner5Estrellas]
Meter=Image
X=13r
Y=r
W=8
H=8
SolidColor=0,0,0,1
LeftMouseDownAction=[!RainmeterPluginBang "mReproductor SetRating 5"]

*\\\**************************///*
TEXTOS
*\\\**************************///*

[KBPS]
MeasureName=mBitrate
Meter=STRING
Solid
X=30
Y=21
W=188
H=10
ClipString=1
FontFace=#FontName1#
FontColor=#FontColor.Text#
FontSize=7
Antialias=2
StringStyle=NORMAL
StringAlign=Left
Text=%1Kbps
Hidden=0
Group=1

[TIEMPORESTANTE]
MeasureName=mPosition
Meter=STRING
X=203r
Y=r
W=188
H=10
ClipString=1
FontFace=#FontName1#
FontColor=#FontColor.Text#
FontSize=7
Antialias=2
StringStyle=NORMAL
StringAlign=Right
Text=">> %1"
Hidden=0
Group=1

[TITULO]
MeasureName=mTrack
Meter=STRING
X=131
Y=10r
W=205
H=22
ClipString=1
FontFace=#FontName1#
FontColor=#FontColor.Text#
FontSize=7
Antialias=2
StringStyle=NORMAL
StringAlign=Center
Text=> %1
AutoScale=1
Hidden=0
Group=1

[ARTISTA]
MeasureName=mArtist
Meter=STRING
X=r
Y=21r
W=205
H=10
ClipString=1
FontFace=#FontName1#
FontColor=#FontColor.Text#
FontSize=7
Antialias=2
StringStyle=NORMAL
StringAlign=Center
Text=> %1
AutoScale=1
Hidden=0
Group=1

***************************

[TEXTO CIRCULO 1]
Meter=String
X=58
Y=42
FontFace=#FontName1#
FontColor=#FontColor.Text#
FontSize=7
Antialias=2
StringStyle=NORMAL
StringAlign=Center
Text=> >
Hidden=1

[PorcentajeUsado]
MeasureName=mPosition
Meter=STRING
X=r
Y=R
FontFace=#FontName1#
FontColor=#FontColor.Text#
FontSize=9
Antialias=2
StringStyle=NORMAL
StringAlign=Center
Text=%1
Percentual=1
AutoScale=1
Hidden=1

*///**********GRAFICOS************///*

[Barra de Progreso Usado]
Meter=Bar
MeasureName=mProgress
BarImage=progreso
BarOrientation=Horizontal
X=29
Y=67
H=11
W=205
Hidden=0
Group=1
LeftMouseUpAction=[!CommandMeasure "mProgress" "SetPosition $MouseX:%$"]
*\\\**************************///*
BOTONES
*\\\**************************///*

[FLECHACAMBIO]
Meter=Button
ButtonImage=flecha1
X=-1
Y=32
LeftMouseDownAction=[!ToggleMeterGroup 2][!ToggleMeterGroup 1][!HideMeterGroup 3][PLAY "%USERPROFILE%\Documents\Rainmeter\Skins\Evolucion\Sonidos\1.wav"]

[FLECHACAMBIO2]
Meter=Button
ButtonImage=flecha2
X=233R
Y=r
LeftMouseDownAction=[!ToggleMeterGroup 2][!ToggleMeterGroup 1][!HideMeterGroup 3][PLAY "%USERPROFILE%\Documents\Rainmeter\Skins\Evolucion\Sonidos\1.wav"]


[BOTONANTERIOR]
Meter=Button
ButtonImage=anterior
ImageTint=#TintColor#
X=30
Y=22
Group=2
Hidden=1
LeftMouseUpAction=!Execute [!RainmeterPluginBang "mReproductor Previous"][PLAY "%USERPROFILE%\Documents\Rainmeter\Skins\Evolucion\Sonidos\2.wav"][!Update]

[Reproducir]
Meter=Button
ButtonImage=[EstadoReproducir]
ImageTint=#TintColor#
X=5R
Y=r
Group=2
Hidden=1
LeftMouseUpAction=!Execute [!RainmeterPluginBang "mReproductor PlayPause"][PLAY "%USERPROFILE%\Documents\Rainmeter\Skins\Evolucion\Sonidos\2.wav"][!Update]
DynamicVariables=1

[BOTONSTOP]
Meter=Button
ButtonImage=parar
ImageTint=#TintColor#
X=5R
Y=r
Group=2
Hidden=1
LeftMouseUpAction=!Execute [!RainmeterPluginBang "mReproductor Stop"][PLAY "%USERPROFILE%\Documents\Rainmeter\Skins\Evolucion\Sonidos\2.wav"][!Update]

[BOTONSIGUIENTE]
Meter=Button
ButtonImage=siguiente
ImageTint=#TintColor#
X=5R
Y=r
Group=2
Hidden=1
LeftMouseUpAction=!Execute [!RainmeterPluginBang "mReproductor Next"][PLAY "%USERPROFILE%\Documents\Rainmeter\Skins\Evolucion\Sonidos\2.wav"][!Update]

[BOTONABRIRREPRODUCTOR]
Meter=Button
ButtonImage=abrir
ImageTint=#TintColor#
X=30
Y=2R
Group=2
Hidden=1
LeftMouseDownAction=["#ReproductorPath#"][PLAY "%USERPROFILE%\Documents\Rainmeter\Skins\Evolucion\Sonidos\2.wav"][!Update]

[BOTONAREPETIR]
Meter=Button
ButtonImage=[EstadoRepetir]
ImageTint=#TintColor#
X=5R
Y=r
Group=2
Hidden=1
LeftMouseDownAction=[!CommandMeasure "mReproductor" "SetRepeat -1"][PLAY "%USERPROFILE%\Documents\Rainmeter\Skins\Evolucion\Sonidos\2.wav"][!Update]
DynamicVariables=1

[BOTONAMEZCLAR]
Meter=Button
ButtonImage=[EstadoDesordenar]
ImageTint=#TintColor#
X=5R
Y=r
Group=2
Hidden=1
LeftMouseDownAction=[!CommandMeasure "mReproductor" "SetShuffle -1"][PLAY "%USERPROFILE%\Documents\Rainmeter\Skins\Evolucion\Sonidos\2.wav"][!Update]
DynamicVariables=1

[BOTONCERRAREPRODUCTOR]
Meter=Button
ButtonImage=apagar
ImageTint=#TintColor#
X=5R
Y=r
Group=2
Hidden=1
LeftMouseUpAction=[!RainmeterPluginBang "mReproductor ClosePlayer"][PLAY "%USERPROFILE%\Documents\Rainmeter\Skins\Evolucion\Sonidos\2.wav"][!Update]
Last edited by JoshuaVL1988 on June 22nd, 2016, 2:48 am, edited 2 times in total.