Live data from Hacker News

Spotifyd

github.com

61–70 of 242 posts

Re: Spotifyd

#61
This is why I bought 5-6 Chromecast audio devices before they got nuked - they do exactly this (and other streaming services).

Yea it's tied somewhat to Google, but it's a simple easy to deploy puck that just works.

Not to suggest the hard work that's gone into this isn't awesome, because it is!

Re: Spotifyd

#62
post #38

Always great to see new ways to integrate with Spotify. I think that if you're paying for a Spotify Premium subscription you should be able to stream music wherever you want! However Spotify doesn't agree. If this is based on librespot its using stuff Spotify doesn't support and could easily shut down for unauthorized clients any time. Their supported paths are iOS and Android SDKs for mobile, and the Web Playback SD…

> I assume that always going into auto-recommendation mode is intentional to juice playback stats. That’s one of my favorite features, sometimes I’m too distracted driving or doing something else to manage Spotify, but that doesn’t mean I want the background music to stop entirely.

Yes it's a killer platform and Spotify app feature.

But for a developer building a custom listening experience it needs to be completely optional.

Right now you literally can't build an experience that plays just one song and stops after because "radio" automatically kicks in. You need to do crazy hacks to pause the current song before it ends or enqueue a silent track and intercept that, if you don't want to occasionally hear a small bit of an unwanted radio song before correcting.

Re: Spotifyd

#64

Always great to see new ways to integrate with Spotify. I think that if you're paying for a Spotify Premium subscription you should be able to stream music wherever you want! However Spotify doesn't agree. If this is based on librespot its using stuff Spotify doesn't support and could easily shut down for unauthorized clients any time. Their supported paths are iOS and Android SDKs for mobile, and the Web Playback SD…

Is your web app open source? Maybe this is just me, but I take an issue with projects that use GitHub's community features but don't publish their source code. Feels somewhat unfair.

Currently not open source but I long have been thinking about open sourcing it.

What's wrong with using GH community features?

It's a side / passion project so no time or budget to build any support or community stuff. I considered GitHub, Reddit and Discord and all have pros/cons.

Re: Spotifyd

#65
post #18

Earlier quoted context omitted.

> However Spotify doesn't agree. My naive assumption is that Spotify would love to, but the record labels don't agree.

Could be. When Spotify was young they were extremely developer and ecosystem friendly. It gets progressively worse and worse over time. The biggest change I personally suffered from is when they pulled out of their integration with Djay, a DJ app. This integration was amazing for bedroom DJs like myself, being able to use Spotify to organize DJ music and DJ directly from it. Then they sunset the entire integration. N…

Tidal was basically a music streaming platform made by the music industry itself to have some leverage in negotiations with Spotify / Alphabet / Apple / Amazon.

It's since evolved into something else, but it's not surprising that Tidal can get some unique deals due to its close industry ties.

Re: Spotifyd

#66
post #41

Earlier quoted context omitted.

Why are people using a streaming service instead of buying thousands of dollars worth of CDs (or for that matter, iTunes)? Is this a question?

This has never been the dichotomy; but now that you mention it -- actually, yeah. I'd rather spend thousands of dollars on CDs (in that environment where shopping for them was like it used to be) than iTunes (etc., which I've tried but never found worth continually paying for)

There are still music stores, nothing is stopping you from buying music like we did before Napster let the cat out of the bag. People are allowed to have different utility functions and preferences, sorry yours seems to be going out of fashion.

Re: Spotifyd

#67

Earlier quoted context omitted.

You guess ? Music is like the last thing that will stop being made because people can’t professionalize their craft.

You don't think it has any impact? Even on the margins? I think it's basically expected that musicians will give up some day and join the working world, in part because it's so hard to make a living in. If it's harder to make a living -> more people give up -> less music. If it's easier -> fewer people give up -> more music.

It’s not a question of whether it has no impact or not because that’s irrelevant. You would actively have to punish people for making music in order for music not to be made—that’s how strong that force is. (Well heck, maybe more music would be made in that case, out of spite and rebellion.)

Re: Spotifyd

#68

Earlier quoted context omitted.

Could be. When Spotify was young they were extremely developer and ecosystem friendly. It gets progressively worse and worse over time. The biggest change I personally suffered from is when they pulled out of their integration with Djay, a DJ app. This integration was amazing for bedroom DJs like myself, being able to use Spotify to organize DJ music and DJ directly from it. Then they sunset the entire integration. N…

> When Spotify was young they were extremely developer and ecosystem friendly. It gets progressively worse and worse over time. This is somewhat tangential, but I feel like this happens often, as internal power and culture shifts away from being developer-driven to consumer- or manager-driven. This doesn't happen for every company, thankfully.

The average user at scale is nothing like the average early adopter user. Developers tend to be early adopters of tech products.

Re: Spotifyd

#69

Earlier quoted context omitted.

> but honestly hasn't much improved the lot of artists and musicians As a consumer of music, why is this my problem?

This is a rhetorical question, right? If you consume music then surely, you want the artists and musicians you support to be paid fairly for their work.

Can you or jrm4 explain why Spotify's royalty system (a 70/30 split in favour of the rights holder) is unfair?

If I had to guess I'd say it convinces artists to license their work for less money than they'd make if they stuck it on Bandcamp, but I'm not certain, and neither of you has explained it.

Re: Spotifyd

#70

Always great to see new ways to integrate with Spotify. I think that if you're paying for a Spotify Premium subscription you should be able to stream music wherever you want! However Spotify doesn't agree. If this is based on librespot its using stuff Spotify doesn't support and could easily shut down for unauthorized clients any time. Their supported paths are iOS and Android SDKs for mobile, and the Web Playback SD…

> If this is based on librespot

It's built on RSpotify, which describes itself as:

> RSpotify is a wrapper for the Spotify Web API, inspired by spotipy. It includes support for all the authorization flows, and helper functions for all endpoints.

Post reply on HN