Rigellute / spotify-tui

Spotify for the terminal written in Rust 🚀
MIT License
17.09k stars 520 forks source link

Callback on Different Device? #1130

Open F1LT3R opened 2 months ago

F1LT3R commented 2 months ago

I would like to connect with a different device than the one I am using to play audio from Spotify.

Is this possible?

What is the URL that the callback fires from?

  1. Spotify website is restricted in my area, but I can ping Spotify services from my terminal.
  2. CLI Browsers like ELinks are also not able to use the Spotify website.

Thanks.

apprehensions commented 2 months ago

https://github.com/aome510/spotify-player

F1LT3R commented 2 months ago

Thanks, will try.