mirror of
https://github.com/sigma67/ytmusicapi.git
synced 2026-04-25 23:36:00 +03:00
[GH-ISSUE #533] Autocompletion API #382
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#382
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 @AgentSmith0 on GitHub (Jan 28, 2024).
Original GitHub issue: https://github.com/sigma67/ytmusicapi/issues/533
Is your feature request related to a problem? Please describe.
For giving autocomplete suggestions while searching for a song, this would be useful.
Describe the solution you'd like
A method that returns possible autocomplete suggestions and song/artist ids.
Describe alternatives you've considered
N/A
Additional context
N/A
@sigma67 commented on GitHub (Jan 29, 2024):
https://ytmusicapi.readthedocs.io/en/stable/reference.html#ytmusicapi.YTMusic.get_search_suggestions
@AgentSmith0 commented on GitHub (Jan 29, 2024):
Oh, sorry, didn't found it under this name. Thanks!