Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

G15 Blue Backlight issue #11

Open
CmdNomad opened this issue Oct 29, 2018 · 12 comments
Open

G15 Blue Backlight issue #11

CmdNomad opened this issue Oct 29, 2018 · 12 comments

Comments

@CmdNomad
Copy link

Hi,
when i download your latest version, extract the folder onto my desktop and hit the executable nothing happens.
Im using the latest Spotify client, Win10 and a old G15 with Blie Backlight and LCD panel.
I don't even get a tray icon.

@LPardue
Copy link
Owner

LPardue commented Oct 31, 2018

Have you got the .NET runtime installed?

https://www.microsoft.com/net/download/dotnet-framework-runtime

@CmdNomad
Copy link
Author

CmdNomad commented Oct 31, 2018

Yep.
Whenever i try to install it, the installation gets terminated and it tells me that i already have the newest version.
Checked my Version via regedit and i have the latest one there

@LPardue
Copy link
Owner

LPardue commented Nov 1, 2018

Thank you very much for the feedback @CmdNomad. I've now replicated the issue on a machine that was confirmed to run the applet before. I need to do more investigation but suspect that a Windows 10 update may have caused the issue.

@LPardue
Copy link
Owner

LPardue commented Nov 1, 2018

Upon further inspection, it seem like the Spotify API that we were using, via SpotifyAPI-NET
, was removed more details are available at JohnnyCrazy/SpotifyAPI-NET#254.

@JeffreyO
Copy link
Contributor

JeffreyO commented Nov 8, 2018

Upon further inspection, it seem like the Spotify API that we were using, via SpotifyAPI-NET
, was removed more details are available at JohnnyCrazy/SpotifyAPI-NET#254.

I can confirm this. The UWP version of the Spotify app will not work. You'll need to install the regular version here: https://www.spotify.com/us/download/windows/

@CmdNomad
Copy link
Author

CmdNomad commented Nov 8, 2018

I can confirm this. The UWP version of the Spotify app will not work. You'll need to install the regular version here: https://www.spotify.com/us/download/windows/

Did it work for you with the regular Spotify version?

@JeffreyO
Copy link
Contributor

I can confirm this. The UWP version of the Spotify app will not work. You'll need to install the regular version here: https://www.spotify.com/us/download/windows/

Did it work for you with the regular Spotify version?

Yes it did.

@CmdNomad
Copy link
Author

I can confirm this. The UWP version of the Spotify app will not work. You'll need to install the regular version here: https://www.spotify.com/us/download/windows/

Did it work for you with the regular Spotify version?

Yes it did.

So i have the standalone Spotify Windows client.
It is set to autorun.
I have the app from here. In a folder on my desktop.
When i hit the exe nothing happens. No tray icon, nothing on my LCD panel, no matter if Spotify is running or not.
Could you run me through the steps you did to get it working?

@DevinvN
Copy link

DevinvN commented Jan 7, 2020

I've been working on a version that works with the Spotify Web API:
Image

Have to clean up the code and find a way to get in the needed credentials on a userfriendly way, but it works ok for now.

@LPardue
Copy link
Owner

LPardue commented Jan 7, 2020

Cool!

My outline plan would be to run a server-side solution in Cloudflare workers. Meaning that the Spotify developer API keys reside under the service provider control, rather than needing to be embedded in a distributed applet binary.

This design requires writing a token swap endpoint in JavaScript https://johnnycrazy.github.io/SpotifyAPI-NET/auth/token_swap.html#using-tokenswapauth. This should be fairly straightforward with improved dev experience made possible by Wrangler https://github.com/cloudflare/wrangler

@DevinvN
Copy link

DevinvN commented Jan 11, 2020

2020-01-11 03_41_18-Hotmail - devinvannieuwenhoven@outlook com - Outlook

Now has a progress bar, shows repeat and shuffle modes and whether a track is liked. Track can be liked with a press of the fourth (most right) button. Changing shuffle and repeat modes can only be done when you have a premium account.

@OOWaves
Copy link

OOWaves commented Sep 21, 2021

2020-01-11 03_41_18-Hotmail - devinvannieuwenhoven@outlook com - Outlook

Now has a progress bar, shows repeat and shuffle modes and whether a track is liked. Track can be liked with a press of the fourth (most right) button. Changing shuffle and repeat modes can only be done when you have a premium account.

I know it's been more than a year and a half since you were working on this but did you ever manage to finish this project?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants