-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Open in spotube From Spotify Web #33
Comments
This is simply impossible unless anyone makes an Chrome/Firefox extension to open the track/playlist in Spotube. If you're interested why not create a Browser extension that launches a IPC link of a track/playlist from open.spotify.com |
Yeah, I'm currently trying to do that. I found a Tampermonkey script that opens Spotify links in Spotify desktop client. However, what is needed is a URI protocol registered to the program. Spotify has done that already to their client, so when a browser calls spotify:the_link_to_playlist, it opens there. But spotube doesn't have a URI protocol yet. I followed the instructions on this page about how to register a URI handler. I also changed the URI protocol in the Tampermonkey script from spotify: to spotube:. Unfortunately, the Spotify playlist site kept crashing every time I opened it. So somewhere something is wrong. If anyone who knows about this stuff can help, please jump in! This is how my Registry looks like:
And this is an example of what Microsoft suggests to do, the protocol being alert:
|
Is it possible to implement it in Android? In Android, you can specify that some domain names can be open with your app. Is the ID in the URL enough to read the track? |
@KRTirtho this is specially helpful in Android, sometimes my friends share their playlists to me but I cannot open them directly in Spotube. And regarding the GNU/Linux client, you can register the corresponding URI protocol in the desktop file. |
Tapping a Spotify link from Telegram opens the browser instead. |
Support added in #950 |
Is your feature request related to a problem? Please describe.
When I find a Spotify song or playlist on my browser, I can't redirect it to spotube.
Describe the solution you'd like
It would be so cool to have Chrome or Firefox tell me to open in spotube when it detects it's a Spotify song/playlist link.
Describe alternatives you've considered
Go back and play playlist in Spotify.
Additional context
Appreciate your help.
The text was updated successfully, but these errors were encountered: