marcopixel / SysDash

A simple and clean system monitoring skin for Rainmeter.
MIT License
170 stars 32 forks source link

Spotify Widget N/A #41

Open raphson93 opened 6 years ago

raphson93 commented 6 years ago

Using latest rainmeter beta and sysDash. The widget is broken. I'm Spotify premium user.

Ampig commented 5 years ago

Experiencing the same here

ghost commented 5 years ago

Samers. I changed a line in Media (big).ini: ; Measure to set the correct media player mode [MeasureSetMediaPlayer] IfMatch=WebNowPlaying

WebNowPlaying works for Artist/Track information but the progress bar and album art don't work. Would love a fix for this. Really enjoying the plugin otherwise. :)

efeurun commented 5 years ago

Samers. I changed a line in Media (big).ini: ; Measure to set the correct media player mode [MeasureSetMediaPlayer] IfMatch=WebNowPlaying

WebNowPlaying works for Artist/Track information but the progress bar and album art don't work. Would love a fix for this. Really enjoying the plugin otherwise. :)

Thank you for the work-around! :)

ghost commented 5 years ago

Samers. I changed a line in Media (big).ini: ; Measure to set the correct media player mode [MeasureSetMediaPlayer] IfMatch=WebNowPlaying

WebNowPlaying works for Artist/Track information but the progress bar and album art don't work. Would love a fix for this. Really enjoying the plugin otherwise. :)

This is awesome! Thank you so much for this work-around ^_^

Flanisch commented 4 years ago

Hey, I've written a script for WebNowPlaying with full functionality. Since I have no idea on how to create a pull request, I opted to post the files here.

On a side-note: If you change the value of IfMatch to WebNowPlaying, the fallback script MeasureNowPlaying.inc is being used, because the value of PlayerName from variables.ini won't match WebNowPlaying. The fallback script grabs windows playback information. That's why only artist and title is being displayed correctly.

Prerequistes:

UhhhAaron commented 4 years ago

Hey, I've written a script for WebNowPlaying with full functionality. Since I have no idea on how to create a pull request, I opted to post the files here.

On a side-note: If you change the value of IfMatch to WebNowPlaying, the fallback script MeasureNowPlaying.inc is being used, because the value of PlayerName from variables.ini won't match WebNowPlaying. The fallback script grabs windows playback information. That's why only artist and title is being displayed correctly.

Prerequistes:

* Spicetify with WebNowPlaying enabled ([How to install](https://github.com/marcopixel/Monstercat-Visualizer/wiki/WebNowPlaying-Spotify#installation))

* A working SysDash

Installation

1. Drag and drop the files from the appended [zip archive](https://github.com/marcopixel/SysDash/files/4027488/FilesToReplace.zip) into `Documents/Rainmeter/Skins`. Overwrite if asked.

2. Open `Documents/Rainmeter/Skins/SysDash/@Resources/variables.ini` and change `PlayerName=Spotify` to `PlayerName=Web`

3. Right-click your SysDash and press refresh.

Hey! Don't know why, but on my rainmeter (4.3.1) after doing this everything just says "0.0." If you have any idea why this might be, help would be greatly appreciated.

Flanisch commented 4 years ago

Hey! Don't know why, but on my rainmeter (4.3.1) after doing this everything just says "0.0." If you have any idea why this might be, help would be greatly appreciated.

Hey, sorry for only getting back to you now. What exactly do you mean with everything says 0.0? (A screenshot would help!)

Robert-K commented 4 years ago

I'm experiencing the same issue @ninja9d1 described. Here's a screenshot: image EDIT: Nevermind. I was just missing the WebNowPlaying rainmeter plugin.