You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Spotube now provides only three audio sources: Youtube, Piped, Jiosavn.
But with this approach, we have a problem finding the right track, which leads us to issues like this: #883#2067
Suggested solution
To resolve this issue, maybe we can use the native Spotify audio source to play tracks?
And even if the Spotify API is not available directly, we can run a webview with the Spotify Web UI, and control the playback from the app. So, all we need to do is to get the track ID, open the page with it, and click "Play" button, like https://gitlab.com/ColinDuquesnoy/MellowPlayer does.
So, what do you think about this? If it is not possible, could you please describe why, in more detail? Thanks!
Useful resources
No response
Additional information
No response
Self grab
I'm ready to work on this issue!
The text was updated successfully, but these errors were encountered:
I think the reason is in the name - Spot Tube
It's split into 2 parts so that it's not really an alternative client for either platform, which helps them not be in the direct spotlight.
Seconded. The main reason I (try to) use spotube is because a lot of tracks are not available in my country.
I pay for premium and just want to play the unavailable tracks with youtube.
There are also tracks that follow each other like Another Brick in the Wall, Pt1 - The Happiest Days of Our Lives - Another Brick in the Wall, Pt2 by Pink Floyd. If you select a source other than Spotify, these tracks will play very incorrectly.
Is there an existing issue for this?
Pain
Spotube now provides only three audio sources: Youtube, Piped, Jiosavn.
But with this approach, we have a problem finding the right track, which leads us to issues like this: #883 #2067
Suggested solution
To resolve this issue, maybe we can use the native Spotify audio source to play tracks?
There are some libraries that can help implement this, like https://github.com/librespot-org/librespot for example, or https://github.com/Spotifyd/spotifyd
You can look at the opensource applications, which already do this:
And even if the Spotify API is not available directly, we can run a webview with the Spotify Web UI, and control the playback from the app. So, all we need to do is to get the track ID, open the page with it, and click "Play" button, like https://gitlab.com/ColinDuquesnoy/MellowPlayer does.
So, what do you think about this? If it is not possible, could you please describe why, in more detail? Thanks!
Useful resources
No response
Additional information
No response
Self grab
The text was updated successfully, but these errors were encountered: