Live data from Hacker News

Open-Source Spotify App

github.com

31–40 of 113 posts

Re: Open-Source Spotify App

#31
post #25
post #22

It would be nice if their API provided endpoints for Spotify for Artists. There is a lot of opportunity there to make apps that support musicians and labels.

I think I get what you're saying: endpoints that artists can use that would be beneficial towards their brand.

To clarify for OP, "Spotify for Artists" is the Spotify app that artists use for analytics and the like.

Re: Open-Source Spotify App

#32
post #17
post #13

Earlier quoted context omitted.

Not sure how to send a PM here, but, if this is all you, you should spend your time changing/making shit, I just was in another topic about startups and entrepreneurs. over here : https://news.ycombinator.com/item?id=21865065 You kinda fit the bill of : yeah I do it because I can. Much love

Good eye! I’m really into entrepreneurship: starting a podcast next year and going to do validation on an idea I have before I start building an mvp.

Hey man. This is awesome stuff. I'm actually an entrepreneur as well building a social music app. Email me if you're interested, I can tell you more about it.

A lot of the initial work will be using the Spotify API and others to aggregate musician data.

I've registered the LLC and my cofounder and I have been brainstorming the software, but haven't really started anything yet.

Have been too busy with the holidays and vacation.

Edit: email is in my about

Re: Open-Source Spotify App

#33
post #17
post #13

Earlier quoted context omitted.

Not sure how to send a PM here, but, if this is all you, you should spend your time changing/making shit, I just was in another topic about startups and entrepreneurs. over here : https://news.ycombinator.com/item?id=21865065 You kinda fit the bill of : yeah I do it because I can. Much love

Good eye! I’m really into entrepreneurship: starting a podcast next year and going to do validation on an idea I have before I start building an mvp.

It's super late over here, but I would love to hear more from you. If there's anyway here let me know.

Re: Open-Source Spotify App

#34
post #20

Tangentially related - I wrote a C library for spotify's web api: https://gitlab.com/finnoleary/spotifyc I've been working on the cli client and shuffling things about directory wise so I don't think it compiles anymore atm. But the library works fine. Actually in retrospect I think I might revert and splt them into separate repos...

This is super interesting. I worked with Spotify’s original C SDK on iOS about 6 years ago. We ran into some issues with it aggressively loading playlists and metadata and running out of memory on large accounts. Some years later they put out a new iOS SDK that fixed all of the issues and was generally more of a native-feeling SDK on iOS, long after the project had been scrapped.

Is this at all related or inspired by their original C SDK?

Re: Open-Source Spotify App

#36
post #27
post #15

Earlier quoted context omitted.

I guess, it's a lot of time, but do you use it? Is that why you made it ? I'd love to send 100 questions on.

That was one of my intentions. I also started this project to learn more about reactive programming and exploring the technical sides of creating views in Swift.

Swift I'm not familiar with Swift personally, but given what you've laid out; it's language agnostic.

You've committed a lot time to it.. A lot of us have ideas of somthing simular, but we get busy... This is the time to cut and run.

Are you currently employeyed ? (no need to give who).

How much time did you commit to this, kinda cool piece that is expected a lot of time!

As I said before, I have 100 questions!

Full disclosure: I'm a cpp heart with a current role in cs

Re: Open-Source Spotify App

#37
post #5

This is cool. I've been wanting to modify Spotify to use the WhoSampled API to auto-suggest, Amazon Prime X-ray style the songs a given song samples. Maybe i'll do it now.

Can you ELI5 I'm interested in knowing more

Re: Open-Source Spotify App

#40

I have a question for those familiar with Spotify API. Do they serve you the song's audio bits and if they do how do they do DRM?

Hi! I haven't used the Spotify API, so this is just a guess. The demo app has a "Sign in with Spotify" component of their authentication so my guess is that you make an API request to Spotify for a specfic song and Spotify sends back to you a cryptographically signed URL that expires after a reasonable amount of time that lets you access the entire song in MP3 form and contingent on using their API you only use it transiently to play to this specific user.
Post reply on HN