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

Machine Tags for tag_list not retained after upload. #340

Open
arnavs1ngh opened this issue Oct 23, 2024 · 2 comments
Open

Machine Tags for tag_list not retained after upload. #340

arnavs1ngh opened this issue Oct 23, 2024 · 2 comments
Labels
question Further information is requested

Comments

@arnavs1ngh
Copy link

Title: Machine Tags disappearing on fetch.

Issue found of: October 23rd, 2024

Endpoint(s):

  • POST /tracks
  • GET /me/tracks

Scope(s):

  • Authorised Application

Steps to reproduce:

  • Upload track with machine tags sucessfully
  • Fetch latest tracks from me/tracks

Expected behaviour:

I am uploading a track successfully and the track upload response shows the track uploaded with the machine tags as expected in the tag_list.
I fetch the track with the API and see the machine tags.

Actual behaviour:

Machine tags are not present in the tag_list on GET.
See example responses below:

Response on POST (omitted unecessary details - tag_list only relevant property.):

[SOUNDCLOUD] Response: {'kind': 'track', 'id': ---, 'created_at': '2024/10/23 18:05:09 +0000', 'tag_list': 'Showcase "host:name=IC RADIO" instagram:account=icradio', ...}

Response on GET:

{'kind': 'track',  'id': ----,  'created_at': '2024/10/23 18:05:09 +0000',  'tag_list': ' Showcase', ...}

I understand that machine tags are not revealed to the user on the track pages - but I would expect them to be seen via the GET - correct me if I am mistaken.

@youssefhassan
Copy link

tags should be be hashtags so one word or separated words with underscore something like #chill #techno and so on. Not an advertisement or urls, so it could be not accepted on our anti abuse systems. Hope that answered your question. Maybe you can try with just single word tags_list comma separated and see whether it works for you or not

@youssefhassan youssefhassan added the question Further information is requested label Oct 24, 2024
@arnavs1ngh
Copy link
Author

arnavs1ngh commented Oct 24, 2024

image

I understand the use case is outside the standard - but why is it that your own reference implies that this should be possible?

I don't have an issue in adding a standard set of tags.

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

No branches or pull requests

2 participants