marcopixel / monstercat-visualizer

A real time audio visualizer for Rainmeter similar to the ones used in the Monstercat videos.
MIT License
919 stars 103 forks source link

Not getting spotify metadata #77

Closed ghost closed 7 years ago

ghost commented 7 years ago

Hello! I have checked the other issues from people that had a similar problem to me, but I could not fix this issue. The album art is incorrect, and I get N/A for the song title/artist. I have changed my DNS info to Google's DNS (i think, i am not too familiar with this stuff), I have restarted my computer, reinstalled both spotify and rainmeter. The metadata/album arts does not work for other visualizer plugins on Rainmeter either. It visualizes just fine, but I do not get proper album arts and song info.

I have tried the spotify token link, and get a long string of letters & numbers. NET Framework 4 is installed on my OS. I'm not in private or offline mode on Spotify.

I really appreciate any help!

EDIT: I also checked my host file. Every line has a # in front of it, so I presume that spotify is not blocked there.

screenshot

marcopixel commented 7 years ago

Please download this file and replace it with your visualizer.ini: https://gist.github.com/MarcoPixel/6575bc71c012934f087891fffb534145

After that, please refresh your Rainmeter skins by Right-click -> Refresh all and a command window should appear. Please make a screenshot/copy the log and post it in here.

Also please send a screenshot from the debug log of Rainmeter (https://docs.rainmeter.net/manual/user-interface/about/), your OS version, Rainmeter version, spotify plugin version and skin version so we can propertly check what the issue is.

ghost commented 7 years ago

After refreshing all my skins and waiting a while, the command window only says "console window activated!" twice every time I refresh the main visualizer.

screenshot_41

The debug log has this one error message, that keeps popping up every 10 seconds.

log

Running 64 bit windows 8 (build 9600), rainmeter beta 4.1.0 r2822, spotify plugin 1.3.0.1.

What is kind of weird is that the version is displayed in rainmeter as 1.7.0, but I have downloaded 1.7.1 and am reinstalling the skin using the 1.7.1 rmskin.

screenshot_44

Another interesting thing is, although the album art is incorrect the buttons are functional (the play/pause ones that come up when you hover over the album art).

marcopixel commented 7 years ago

Yeah, it seems that it has issues connecting to the local webserver for Spotify.

Could you try adding http://spotifyplugin.spotilocal.com:4380/ to your exceptions in your antivirus software?

Also try adding 127.0.0.1 spotifyplugin.spotilocal.com to your hosts file. File location: C:\Windows\System32\drivers\etc\hosts

For the media controls, that's handled differently and thats why it is working fine :)

ghost commented 7 years ago

Ah, it works perfectly after I added the exception in my antivirus. Thanks for the quick response & help.