-
Notifications
You must be signed in to change notification settings - Fork 217
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
Possible to see current song? #171
Comments
hey @thecompix, you might want to check out Spotify's Web API. It's well done and opens up a whole world of possibilities if you're hacking around. I'm using it with raspotify and I'm very happy. Start here: The endpoint that will return the current song playing is documented here: And you can try it out here: If you run into problems let me know here and I'll try to help out. |
I work on a lab and we have a RPi with raspotify connected to some old speakers. The device is shared among all the lab workers, with many different spotify accounts, and the web API depends on a single account to show the information. Being able to read the current track using a frontend program would be nice, something like I'd label this issue as a feature request. |
Related? librespot-org/librespot#185 Btw great idea @fixmycode. I used the web API too in the past with multiple accounts, but this way it sounds a lot easier. |
Hey,
This will publish the events send from librespot to an mqtt server. Than you can grab it from there from pretty everywhere. Of course you'll still have to use the WebAPI to get the song name from the track id, but you don’t need an account for this as far as I know. |
This issue is over a year old and has been marked as stale. It will closed in 7 days if there is no activity. |
This issue has been closed due to lack of activity. |
Hey Guys,
is it possible to see via command the current playing song with artist, title and track time?
because i want to put this output to a webview with js variables.
thaaanks guys
the compix.
The text was updated successfully, but these errors were encountered: