this post was submitted on 26 Feb 2024
184 points (89.3% liked)

Open Source

30206 readers
284 users here now

All about open source! Feel free to ask questions, and share news, and interesting stuff!

Useful Links

Rules

Related Communities

Community icon from opensource.org, but we are not affiliated with them.

founded 5 years ago
MODERATORS
 

Open source Spotify client that doesn't require Premium nor uses Electron! Available for both desktop & mobile!

all 41 comments
sorted by: hot top controversial new old
[–] sanpo@sopuli.xyz 112 points 6 months ago (4 children)

But it's not a Spotify client, is it?

IIRC it uses Spotify APIs to generate playlists, but that's all.
Actual music gets streamed from YouTube.

[–] Neato@ttrpg.network 43 points 6 months ago (2 children)

Thanks. I was interested how it was getting access to Spotify music library and suggestion algorithms but turns out it just isn't.

Wonder why is trying to pretend to be Spotify when it could just market itself as a YouTube music interface.

[–] sanpo@sopuli.xyz 35 points 6 months ago (3 children)

I don't know why, but personally it really rubs me the wrong way.

It's not really "false advertising", since it's not a paid app, but still...

Real open source alternatives exist, but they require Spotify Premium to actually stream music legally straight from Spotify.

[–] B0rax@feddit.de 5 points 6 months ago (1 children)

What are those open source alternatives you mention?

[–] Neato@ttrpg.network 2 points 6 months ago (1 children)

Are those Spotify alternative clients just for a better ux?

[–] sanpo@sopuli.xyz 1 points 6 months ago

Yeah, but I don't really use them, so not the best person to ask. :)

[–] mars296@kbin.social -3 points 6 months ago (1 children)

I don't really see any false advertising. It is explicitly described as exactly what it is.

"An open source, cross-platform Spotify client compatible across multiple platforms utilizing Spotify's data API and YouTube, Piped.video or JioSaavn as an audio source, eliminating the need for Spotify Premium"

I guess it lacks the suggestion algo but that's the privacy compromise I guess.

[–] sanpo@sopuli.xyz 16 points 6 months ago (1 children)

No, it's not.

It says it's a "Spotify client". It simply isn't.

[–] Eyck_of_denesle@lemmy.zip 1 points 6 months ago

Read the next few words

[–] Eyck_of_denesle@lemmy.zip 0 points 6 months ago

Because people like me want all my spotify playlists regardless of where they are getting streamed.

[–] BurnedOliveTree@lemmy.world 21 points 6 months ago (2 children)

Yeah, I tried it and the quality wasn't great

[–] LunchEnjoyer@lemmy.world 3 points 6 months ago

Yup, tried it for a week straight now on both desktop and android, and although a great application, it isn't quite ready for me to transfer to it fully at least. But defo keeping a close eye on the development 😊

[–] Gradually_Adjusting@lemmy.ca 2 points 6 months ago

Nice to have a tin ear sometimes

[–] Caligvla@lemmy.dbzer0.com 8 points 6 months ago (1 children)

Yeah. It's both kind of useless if you already have spotify and very misleading.

[–] Eyck_of_denesle@lemmy.zip 1 points 6 months ago

Read the description imo

[–] wagoner@infosec.pub 22 points 6 months ago

I've been using this for a little while now on Android. I believe it works by using Spotify track data and your account there to then use YouTube's audio to feed your the music you ask for. It's seamlessly done. So far it's meeting all my streaming music needs, even if it is sometimes a little uneven in performance.

[–] GolfNovemberUniform@lemmy.ml 16 points 6 months ago (2 children)

Man I love open-source for such things. But wait does Spotify really have an API? I didn't know that

[–] maiskanzler@feddit.de 17 points 6 months ago (1 children)

Yes, they do! You can even look up additional information about songs like the bpm, gebre, etc., I am tempted to do some project with it.

[–] GravitySpoiled@lemmy.ml 5 points 6 months ago

Why not using musicbrainz for that?

[–] lud@lemm.ee 3 points 6 months ago

I use it to switch playback between my phone and computer using a keyboard shortcut.

Very useful actually.

[–] helenslunch@feddit.nl 7 points 6 months ago

Doesn't work without a Spotify account. No playlist downloads. Eats ram on my laptop like crazy. But it looks nice.

[–] Amaterasu@lemmy.world 6 points 6 months ago* (last edited 6 months ago) (2 children)

Aside of the cross-platform why this one and not Innertune?

Ytm has TERRIBLE recommendations

[–] vintageballs@feddit.de 1 points 6 months ago

Does innertune support Spotify playlists etc?

[–] beepnoise@beehaw.org 5 points 6 months ago (1 children)

Given the revelation that it hooks into Spotify to get playlists etc, I really wish there wasn't that strong of a dependency on Spotify, and that I could just search for songs and start playing.

I was hoping for more YouTube music player, and less Spotify.

I have Spotify Premium which I pay for, and the desktop client is very fast and snappy to play songs. SpotTube is OK, but it isn't as snappy as Spotify. For something that is free, that is absolutely fine, but the fact it requires Spotify for playlist etc...

I definitely get why. Spotify does playlist generation like no other, and it is the biggest platform by far. But I kind of wish I had a version that wasn't all about the algorithms.

Also, the way you "login" to Spotify on the desktop is incredibly user un-friendly at best, and incredibly brittle at worst. Copying and pasting a cookie that Spotify uses shouldn't be used as a way to login to any service, like, at all. And if Spotify are smart, they'll break this functionality within a month or so using something like Fingerprint.js to identify which device the session belongs to, thus invalidating the session.

[–] burgersc12@mander.xyz 12 points 6 months ago (1 children)

Youtube Music alt players are all over the place. Blackhole, ViMusic, Innertune, Revanced to name a few

[–] beepnoise@beehaw.org 4 points 6 months ago* (last edited 6 months ago) (1 children)

I had no idea! Thanks for the list, I'll check them out!

EDIT: It seems like a lot of these are Android apps. I was looking for desktop apps if I was being honest. That, and I have an iPhone.

[–] burgersc12@mander.xyz 8 points 6 months ago (1 children)
[–] beepnoise@beehaw.org 3 points 6 months ago

Thank you so very much!

[–] sramder@lemmy.world 4 points 6 months ago

Unfortunately there’s currently no way to prevent it from automatically loading on your Mac ;-)

I’m absolutely going to give this a try. Thanks for posting!

[–] prashanthvsdvn@lemmy.world 2 points 6 months ago (2 children)

I am not sure how legal this is, since Spotify exposes the API only for premium customers. But have a look at this project that is written in Rust and uses the aforementioned API to stream

[–] kambusha@feddit.ch 9 points 6 months ago

I don't even think any apps that use the API are allowed to use "Spot" in their name.

It cannot begin with “Spot” or be similar to “Spotify” in sound or spelling.

https://developer.spotify.com/documentation/design

[–] lemann@lemmy.dbzer0.com 5 points 6 months ago

I've seen some some other projects that scrape Spotify instead to get their curated playlists, then use Piped & Invidious instances to identify and stream the track file from YouTube

[–] chemicalwonka@discuss.tchncs.de 2 points 6 months ago

Unfortunately Spotube doesn't play podcasts

[–] skaifer@lemmings.world 1 points 6 months ago

I like it a lot, but for some reason almost all players on Android, that make use of YT have this issue, it stops playing track or two randomly. And then I have to manually put it to the next song or try to launch that particular track several times. Harmony Music and Blackhole do not have this issue. Recomendations aren't there though. I have less issues on Linux version.