Spotify is in the process of killing the librespot project that this and most third party Spotify players are built on. I think the golden age of music streaming is coming to an end. I’ve migrated to a self hosted library with streaming and radio for discovery. I hope we’ll see many projects in the space flourish. Many, like Navidrome and the whole OpenSubsonic ecosystem, seem to be doing quite well.
Fastpotify
121–130 of 583 posts
Re: Fastpotify
#122For comparison I was using Apple Music via safari before.
I’m just surprised that such a big company can produce such an awful web experience, guess everyone is just using the native app, but for some that’s not possible
Re: Fastpotify
#123Author here. Happy to answer any questions!
Re: Fastpotify
#124If anyone is interested in selfhosting or wants to stop using spotify without losing the discoverabily: I use explo+slsk+lidarr+navidrome, for access on my phone I use dsub2000 or symfonium but mainly dsub2000. Explo is the software used for the discovery https://github.com/LumePart/Explo It automatically downloads daily jams, weekly jams and weekly exploration playlists from your listenbrainz account(free) using you…
Re: Fastpotify
#125Earlier quoted context omitted.
> radio for discovery was a big question mark I had as well. The Clear Channel and iHeart stations are not known for discovery. Now if you find a college station or by some miracle an independent station you can get some new stuff. My favorite local college station is also ad free. They also have an app which I lean on as it's not the strongest transmitter so their coverage is spotty. Maybe there's other indy station…
I believe there are! I consistently hear good things about KEXP and FIP but I haven’t listened to either extensively. I listen to a lot of SomaFM (free, https://somafm.com/ ) and the Flow State radio-podcast (paid, https://www.flowstate.fm/ ).
I've had three tours around the place just by telling the folks there that Im there from out of town. To be fair, I might have gotten the tours because I came all the way over from England the times, but it's my favourite place to hang out when I'm in Seattle.
Also Ken is the nicest guy ever, and he introduced me to Larry Mizzel Jr while he was broadcasting live.
Get the app, or use the player on their website, and hive then a try for an hour or do. The app has the ability to "heart" a track while it's playing live, which helps with discovery.
Re: Fastpotify
#126Re: Fastpotify
#127I think the key call out with this is how cool egui is (the Rust GUI library it uses). Check out their website: https://www.egui.rs/ The demos are very good: https://www.egui.rs/#clock Edit: egui is an immediate mode GUI library written in Rust. egui runs natively on , and on the web it is compiled to WebAssembly and rendered with WebGL or WebGPU. Everything you see is rendered as textured triangles. There is no DO…
But maybe it could be cool for doing some advanced animations or rendering games or something.
Re: Fastpotify
#128Another site tricking users willing to look at the code into starring the repo instead. How desperate do you need to be to resort to this?
Re: Fastpotify
#129If you're focused on lightweight, native and fast, I don't think you should use an immediate-mode GUI toolkit. Why does an app like this need to hit a 60fps framerate? It's not a game.
They're great to integrate into a game loop because you control your loop, (and they're a delight to use) but I thought for perf retained mode was the way to go?
Am I missing something? Then again if the bar needing to be beaten is spotify's existing desktop app maybe it doesn't matter?
Re: Fastpotify
#130Earlier quoted context omitted.
They can only turn the tap off because those projects operated in ways that required them to leave it on. Biggest mistake most librefication projects make is to do their project out in the open where they can easily be subject to legal pressure, then fall into complete disarray the moment that pressure appears. They can't move underground once pressure starts, because everyone already knows who they are.
Bit of an unfair take. You propose the open-source community operates behind closed doors like the very software they aim to replace? I’d argue Spotify has so little to gain by being hostile, that perhaps the lawyers are more expensive than just ignoring these pet projects (which would never gain mass adoption).
The lawyers are more expensive than happy customers staying customers because they can enjoy the client they prefer, that's for sure.