-
-
Notifications
You must be signed in to change notification settings - Fork 235
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
[QUESTION] How would you get artists and albums with this client, if possible? #78
Comments
Edited after I noticed I had similar trouble with artist IDs. |
Not possible in v1, but v2 will bring full support for YouTube Music. See #65. |
Available through `Innertube#music.getArtist(id: string)` #78
Other than a lot of errors on albums being but into the console, like so, it works great:
|
The artist suggested,
|
Many thanks, by the way, for helping me out :) |
Seems like you've used |
Thanks for reporting that. |
Silly mistake on my part, apologies! |
got another error for ya, while searching |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Question
I looked around the documentation, and I see no mention of getting albums from YT Music at the moment. Is it possible to at the moment, and if not, can you add it?
Also you can get some artist metadata but I believe it's different than what YouTube Music responds with. Is it possible to get more information, like top tracks?
Many thanks.
Sample Code
I tried reading the album IDs as playlists with no luck. Example below.
I did something similar with artist IDs and got some but not all of the information I need.
The text was updated successfully, but these errors were encountered: