[GH-ISSUE #86] Getting entityId after using upload_son (request not an issue) #64

Closed
opened 2026-02-27 22:07:50 +03:00 by kerem · 2 comments
Owner

Originally created by @IrishDMR on GitHub (Oct 5, 2020).
Original GitHub issue: https://github.com/sigma67/ytmusicapi/issues/86

I know the standard response from a request is simply the http code/text, and Im aware you can use the song title to look up the entityId afterwards, Is it possible to predict/determine the entityId without having to query the title which you may or not know after uploading.

Originally created by @IrishDMR on GitHub (Oct 5, 2020). Original GitHub issue: https://github.com/sigma67/ytmusicapi/issues/86 I know the standard response from a request is simply the http code/text, and Im aware you can use the song title to look up the entityId afterwards, Is it possible to predict/determine the entityId without having to query the title which you may or not know after uploading.
kerem closed this issue 2026-02-27 22:07:50 +03:00
Author
Owner

@sigma67 commented on GitHub (Oct 5, 2020):

Since uploads are processed asynchronously, the only way to get the entityId is to retrieve your uploads using the library functions or the uploads search. As far as I'm aware, at least.

See also #63

<!-- gh-comment-id:703567507 --> @sigma67 commented on GitHub (Oct 5, 2020): Since uploads are processed asynchronously, the only way to get the entityId is to retrieve your uploads using the library functions or the uploads search. As far as I'm aware, at least. See also #63
Author
Owner

@IrishDMR commented on GitHub (Oct 5, 2020):

That's what I figured, the workaround is a modification of my current use, which you mentioned, and that is to search afterwards.

For my usecase I will probably add ability to read the meta tags and search for that, or the filename itself if those are blank.

Thanks for all your work 👍

<!-- gh-comment-id:703569626 --> @IrishDMR commented on GitHub (Oct 5, 2020): That's what I figured, the workaround is a modification of my current use, which you mentioned, and that is to search afterwards. For my usecase I will probably add ability to read the meta tags and search for that, or the filename itself if those are blank. Thanks for all your work 👍
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/ytmusicapi#64
No description provided.