Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FEATURE] Option to repost tracks & show other reposted tracks from artists #291

Closed
Chriz007 opened this issue Jul 25, 2015 · 8 comments
Closed

Comments

@Chriz007
Copy link

Just a little icon to distinguish between reposted tracks, and tracks from artists you have followed.

Also, an option to repost a track that you like, so you can share with others

@Chriz007 Chriz007 changed the title [FEATURE] Have an icon next to a track if its a repost [FEATURE] Option to repost tracks & show other reposted tracks from artists Aug 7, 2015
@theaccordance
Copy link

Looks like the call is a PUT to endpoint /me/track_reposts/{{songId}}

Header URL from the repost event I triggered in their web app:

https://api.soundcloud.com/e1/me/track_reposts/224059861?client_id=<redacted>&app_version=f3cc0b3

hopefully soundcloud has exposed the endpoint to external apps?

@weblancaster
Copy link
Member

@Chriz007 and @theaccordance I'm going to take a look on it this weekend.. thanks.

@Skkiz
Copy link

Skkiz commented Oct 7, 2015

This is such a good idea @Chriz007! I hope either @weblancaster or @jakejarrett or can look into getting this implementing soon! I hate not knowing who reposted what, and it often annoys the living hell out of me when I see a whole buttload of reposts by many of the artists I follow. But that's a different issue!

Oh and do you guys think its possible to detect duplicate reposts on the stream and "disable" them from reappearing on the stream again? I think some people would appreciate this feature. This could also probably be added as an option on the settings page.

@Skkiz Skkiz mentioned this issue Oct 8, 2015
@mradionov
Copy link
Contributor

@weblancaster , are you working on this issue or I could take it?

@Skkiz , fix for duplicate tracks in stream has been merged in master recently, but without an option on the settings page. See related issue: #364

@weblancaster
Copy link
Member

@mradionov you can take it... I haven't look at this one yet. thanks

@mradionov
Copy link
Contributor

After a bit of research seems that reposts are not supported by public API yet. Issue #340 has some discussion about it. I guess it is not desirable to use undocumented API for Soundnode app and it actually makes sense.

@Pitros
Copy link
Contributor

Pitros commented Oct 27, 2015

@mradionov we can use API V2 for that (stream api call returns info who reposted tracks) (after few tries got short answer - Yes on that). If you sill want you can work on that. If not, I could do that but I need some time which I dont't have last days :(

@mradionov
Copy link
Contributor

@Pitros , cool, I'm gonna make a try then. Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants