Soundnode / soundnode-app

Soundnode App is the Soundcloud for desktop. Built with Electron, Angular.js and Soundcloud API.
https://soundnode.github.io/soundnode-website/
Other
5.15k stars 641 forks source link

SoundCloud discover support? #797

Open hansvangent opened 8 years ago

hansvangent commented 8 years ago

SoundCloud released a new feature yesterday called "discover" (http://thenextweb.com/insider/2016/06/22/soundcloud-finally-brings-algorithmic-song-recommendations-with-suggested-tracks/).

It is available on their website, any plans for adding this in SoundNode as well?

loretoparisi commented 8 years ago

@jcvangent it seems that the Suggested Tracks are not on the api yet.

weblancaster commented 8 years ago

Once they make available through the API yes we will support

jackie11 commented 8 years ago

Question. Will this app let my iphone connect to my pc to control the music from my phone?????

Other apps like spotify desktop app lets you do this. Hope it exists for soundcloud??? If it doesn't, where should I post this question to request this feature???

ghost commented 8 years ago

@weblancaster it's available in the SC v2 API @ api-v2.soundcloud.com/me/personalized-tracks

jackie11 commented 8 years ago

What does that mean? Sorry, I'm new to this and you may need to explain this like I'm a child... lol/

Pitros commented 8 years ago

@jackie11 about controlling Soundnode from phone, this is currently in progress.

But discussion here was about discover function, and the result is that it's possible to make.

ghost commented 8 years ago

@Pitros it isn't impossible, like I said it's available in the SC v2 API @ api-v2.soundcloud.com/me/personalized-tracks

Pitros commented 8 years ago

@wb9688 read once again what I wrote. I saw your reply and I probably will take a look at it.

ghost commented 8 years ago

@Pitros I read it wrong, I thought you said:

But discussion here was about discover function, and the result is that it's impossible to make.

loretoparisi commented 8 years ago

@Pitros very curios that after several like and play I get no collections from

https://api-v2.soundcloud.com/me/personalized-tracks?limit=10&oauth_token=xxxx

but

{
"collection": [],
"next_href": null,
"query_urn": null
}
ghost commented 8 years ago

@loretoparisi I get this output. Do you get collections on the SoundCloud website?

jakejarrett commented 8 years ago

@wb9688 Just so we can easily follow the conversation, can you please convert that into a gist. that one json output is longer than all the other comments

hansvangent commented 7 years ago

Any update on the progress?

Yesterday SoundCloud released a similar new function as well:

https://blog.soundcloud.com/2017/05/03/introducing-upload-new-soundcloud-selected/

Any plans on adding this one too?