-
Notifications
You must be signed in to change notification settings - Fork 641
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
Comments
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:
hopefully soundcloud has exposed the endpoint to external apps? |
@Chriz007 and @theaccordance I'm going to take a look on it this weekend.. thanks. |
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. |
@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 |
@mradionov you can take it... I haven't look at this one yet. thanks |
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. |
@mradionov we can use API V2 for that ( |
@Pitros , cool, I'm gonna make a try then. Thanks! |
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
The text was updated successfully, but these errors were encountered: