It is currently April 24th, 2024, 9:15 am

Spotify Plugin Released! Now with less bugs!

Plugins and Addons popular with the Community
FallenWarrior2k
Posts: 3
Joined: September 5th, 2016, 2:15 pm

Re: Spotify Plugin Released! Now with less bugs!

Post by FallenWarrior2k »

Ok, it seems the Spotify update that came out today (or tonight, I don't know) broke this plugin. The "last modified date" of the Spotify executable and also many other files in its directory changed to 8th September 2016, and it seems they changed something about the way they use to store the metadata in memory since none of the measures in both Monstercat Visualizer's song information skin and in my self-made media player widget work anymore.
thiagomei
Posts: 1
Joined: September 7th, 2016, 11:20 pm

Re: Spotify Plugin Released! Now with less bugs!

Post by thiagomei »

This is well known, FallenWarrior2k. Refer back a few posts for the solution.
JoshuaVL1988
Posts: 37
Joined: April 25th, 2015, 10:41 am

Re: Spotify Plugin Released! Now with less bugs!

Post by JoshuaVL1988 »

Can someone please link the working version of the Spotify Webhelper? I can't seem to find it anywhere and the Spotify Plugin isn't working for me anymore (possibly due to the SpotifyWebHelper).
User avatar
winterwulf
Posts: 94
Joined: August 17th, 2016, 1:48 am
Location: São Paulo - Brazil

Re: Spotify Plugin Released! Now with less bugs!

Post by winterwulf »

JoshuaVL1988 wrote:Can someone please link the working version of the Spotify Webhelper? I can't seem to find it anywhere and the Spotify Plugin isn't working for me anymore (possibly due to the SpotifyWebHelper).
https://dl.dropboxusercontent.com/u/9080823/SpotifyWebHelper.exe
JoshuaVL1988
Posts: 37
Joined: April 25th, 2015, 10:41 am

Re: Spotify Plugin Released! Now with less bugs!

Post by JoshuaVL1988 »

abhishek7
Posts: 2
Joined: September 8th, 2016, 12:27 pm

Re: Spotify Plugin Released! Now with less bugs!

Post by abhishek7 »

Thank you my friend, I've reinstalled spotify and now it works perfectly! :great:

Image
Jan1torEarl
Posts: 1
Joined: September 12th, 2016, 5:29 pm

Re: Spotify Plugin Released! Now with less bugs!

Post by Jan1torEarl »

TheBlubb wrote:After updating Spotify to 1.0.36.124.g1cba1920 my skins using the spotify plugin were also broken, as is the case for many of you.

After deinstalling Spotify and doing a clean install of the latest version it works again.

I don't know what that does to your downloaded music, but your saved playists etc. are stored in your account so you don't have to worry about that.
Thanks for this! :thumbup:

No need to modify any files installed by Spotify... Simply uninstalling and re-installing with the latest installer from http://www.spotify.com fixed the SpotifyWebHelper error for me.
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 »

Update!
New measures TrackURI, AlbumURI and ArtistURI.

If you are having any issues with the newest Spotify client, please reinstall it from their site.
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 »

Thank you for saving me a few hours scratching my head, by solving the issues before I even get time to look into it myself! :rosegift:
Hope you appreciate this small update!
User avatar
winterwulf
Posts: 94
Joined: August 17th, 2016, 1:48 am
Location: São Paulo - Brazil

Re: Spotify Plugin Released! Now with less bugs!

Post by winterwulf »

.raptor wrote:Update!
New measures TrackURI, AlbumURI and ArtistURI.

If you are having any issues with the newest Spotify client, please reinstall it from their site.
THANK YOU!!!

EDIT:
Code and Command line for using this new measures:

Code: Select all

[MeasureArtistURI]
Measure=Plugin
Plugin=SpotifyPlugin.dll
Type=ArtistURI

[MeasureTrackURI]
Measure=Plugin
Plugin=SpotifyPlugin.dll
Type=TrackURI
Then Place this on the respective meter:

Code: Select all

LeftMouseUpAction=["%appdata%\Spotify\Spotify.exe" --uri=[MeasureTrackURI]]
LeftMouseUpAction=["%appdata%\Spotify\Spotify.exe" --uri=[MeasureArtistURI]]
If you want to link to the web spotify you have to do this:
add this to the [MeasureArtistURI] and [MeasureTrackURI]

Code: Select all

RegExpSubstitute=1
Substitute="":"","(?siU).*:.*:":""
And in the meters linking to the page:

Code: Select all

LeftMouseUpAction=http://open.spotify.com/artist/[MeasureArtistURI]
LeftMouseUpAction=http://open.spotify.com/track/[MeasureTrackURI]