mirror of
https://github.com/sigma67/ytmusicapi.git
synced 2026-04-25 15:26:01 +03:00
[GH-ISSUE #86] Getting entityId after using upload_son (request not an issue) #64
Labels
No labels
a/b
bug
documentation
enhancement
good first issue
help wanted
invalid
pull-request
question
wontfix
yt-error
yt-update
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/ytmusicapi#64
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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.
@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
@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 👍