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

[Feature Request] Support for WebNowPlaying #63

Open
SammCheese opened this issue Mar 24, 2021 · 7 comments
Open

[Feature Request] Support for WebNowPlaying #63

SammCheese opened this issue Mar 24, 2021 · 7 comments

Comments

@SammCheese
Copy link

SUMMARY
Add Support for WebNowPlaying as an Alternative to Spotify Premium (like AppleScript).
ISSUE TYPE
  • Feature Request
ADDITIONAL INFORMATION
The Feature would be the Windows equivalent of the Applescript controls.
Using a Websocket to create a Server that Redirects commands onto your Local Spotify Installation of Spicetify with WebNowPlaying > https://github.com/khanhas/spicetify-cli

I believe that it could very well be possible as it has been done before here
https://github.com/fooooooooooooooo/spotifoo 
@xavluiz
Copy link
Contributor

xavluiz commented Mar 25, 2021

Great idea, thank you. We'll look into this right away as this would really help Windows users. Thank you again and we'll try to get this in soon.
Regards.

@SammCheese
Copy link
Author

Aye Many thanks for your Work ❤️

@SammCheese
Copy link
Author

I tried myself a little on it, unfortunately, it doesnt seem to be possible to play songs via WNP. Though ive managed to get the controls working

@SammCheese
Copy link
Author

SammCheese commented Mar 27, 2021

2021-03-27.19-45-10.mp4

ill try to get the Links working by using URIs

@xavluiz
Copy link
Contributor

xavluiz commented Mar 28, 2021

Wow, Thank you for the updates and looking into this. I've looked into Spicetify and found it may not be a clean solution to include into the current bundle but what you mentioned in the last post is exactly what will work. Let me know how that proceeds. We can build an in-memory queue of songs based on the playlist and play each one via the URIs as you mentioned. I was looking to test that later today as well. Great find, thank you!

@SammCheese
Copy link
Author

That Spicetify may not be a clean solution is Understandable. Using URIs however could very well work

import * as vscode from 'vscode';

vscode.env.openExternal(vscode.Uri.parse(param));

Might be viable as a quick and dirty hack to get that working

@ghost
Copy link

ghost commented Jun 25, 2021

Waiting for this feature.

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

2 participants