It is currently March 28th, 2024, 2:19 pm

Spotify Plugin Released! Now with less bugs!

Plugins and Addons popular with the Community
User avatar
tjhrulz
Developer
Posts: 267
Joined: October 13th, 2016, 1:28 am
Location: Earth
Contact:

Re: Spotify Plugin Released! Now with less bugs!

Post by tjhrulz »

.raptor wrote:Update!
This will probably not fix much, but at least Rainmeter shouldn't stop working if the authentication fails. Will look further into the other crashes you are experiencing, and I appreciate all the info you can give.

Its an issue caused by some locked down network configs was the conclusion I came to in the past, and sadly the errors can not be caught from my experience. That was actually why I moved away from that C# plugin since I was able to work around it.
rahulinho
Posts: 8
Joined: April 25th, 2017, 10:01 pm

Re: Spotify Plugin Released! Now with less bugs!

Post by rahulinho »

Hi, I seem to have a problem with album art using this plugin?

I get the error message below when changing songs:
22:59:06 22 December 2017
SpotifyPlugin version 1.9.3.0
Culture: en-GB
OSVersion: Microsoft Windows NT 10.0.16299.0
----
The remote server returned an error: (404) Not Found.
----
at System.Net.WebClient.DownloadDataInternal(Uri address, WebRequest& request)
at System.Net.WebClient.DownloadString(Uri address)
at SpotifyPlugin.AlbumArt.GetAlbumImage(Int32 resolution, String filePath)
I read it's something to do with antivirus, but I'm not sure what to do? My hosts file doesn't have any spotify thing, and the application is allowed through my firewall, so I don't know what the problem is? It happens every few songs, not always. Also the songs are random. Is it something to do with downloaded songs?

Thanks in advance.

P.S. My .ini looks like this, regarding the cover:
[mCover]
Measure=Plugin
Plugin=SpotifyPlugin
Type=AlbumArt
Res=640
DefaultPath=#@#default.png
CoverPath=#@#cover.png
DynamicVariables=1

[cover]
Meter=Image
Group=spotify
ImageName=[mCover]
X=22
Y=200
W=256
H=256
PreserveAspectRatio=1
MouseOverAction=[!ShowMeterGroup over][!SetOption cover ImageTint "555555"]
MouseLeaveAction=[!HideMeterGroup over][!SetOption cover ImageTint ""]
LeftMouseUpAction=[!CommandMeasure mPlayer "OpenPlayer"]
AntiAlias=1
DynamicVariables=1
shoek
Posts: 32
Joined: March 10th, 2017, 1:47 am

Re: Spotify Plugin Released! Now with less bugs!

Post by shoek »

As of the Spotify 1.0.72 release yesterday, I no longer get album art in my RainMeter gadget using the SpotifyPlugin.

Anyone else confirm?
User avatar
iWilder
Posts: 8
Joined: October 27th, 2017, 11:25 am

Re: Spotify Plugin Released! Now with less bugs!

Post by iWilder »

I'm having the same issue.
shoek wrote:As of the Spotify 1.0.72 release yesterday, I no longer get album art in my RainMeter gadget using the SpotifyPlugin.

Anyone else confirm?
User avatar
CyberTheWorm
Posts: 860
Joined: August 22nd, 2016, 11:32 pm
Location: Surrey, B.C., Canada

Re: Spotify Plugin Released! Now with less bugs!

Post by CyberTheWorm »

Mine is working
1.PNG
2.PNG
User avatar
tjhrulz
Developer
Posts: 267
Joined: October 13th, 2016, 1:28 am
Location: Earth
Contact:

Re: Spotify Plugin Released! Now with less bugs!

Post by tjhrulz »

Can also confirm mine is working as well. Try deleting the image file that spotify downloads as it may be corrupted (It is likely under the resources for your skin or in a folder called SpotifyPlugin one level above your skins directory)
noirZ
Posts: 12
Joined: November 16th, 2011, 7:18 pm

Re: Spotify Plugin Released! Now with less bugs!

Post by noirZ »

Any way to pull name, title and coverart of podcasts on Spotify? Or if not, any plans, or is it just somehow impossible?

Right now the plugin returns no coverart and 0 for Title, Artist and Album.
Last edited by noirZ on February 2nd, 2018, 10:40 am, edited 2 times in total.
User avatar
CyberTheWorm
Posts: 860
Joined: August 22nd, 2016, 11:32 pm
Location: Surrey, B.C., Canada

Re: Spotify Plugin Released! Now with less bugs!

Post by CyberTheWorm »

.raptor wrote:I finally came around to releasing my spotify plugin. This is not supposed to be a plugin that covers everything, this is just to make spotify compete with the rest of the players in the NowPlaying plugin. So playing/pausing etc should be done from NowPlaying.

Types
Playing - 1 or 0
Shuffle - 1 or 0
Making up a player, thanks for the update to the plugin. I can now get an indicator for Shuffle and Repeat. Is there a command that I can use to toggle these from the skin?

for example if I use AIMP I can use the following command to toggle the shuffle.

Code: Select all

LeftMouseUpAction=!CommandMeasure "MeasurePlayer" "SetShuffle -1"
User avatar
tjhrulz
Developer
Posts: 267
Joined: October 13th, 2016, 1:28 am
Location: Earth
Contact:

Re: Spotify Plugin Released! Now with less bugs!

Post by tjhrulz »

noirZ wrote:Any way to pull name, title and coverart of podcasts on Spotify? Or if not, any plans, or is it just somehow impossible?

Right now the plugin returns no coverart and 0 for Title, Artist and Album.

Spotify has podcasts?
noirZ
Posts: 12
Joined: November 16th, 2011, 7:18 pm

Re: Spotify Plugin Released! Now with less bugs!

Post by noirZ »

tjhrulz wrote:Spotify has podcasts?
Yes, but, since I'm in Germany, maybe not everywhere?
Post Reply