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

Support YouTube Music (by finding not just videos but also songs) #30

Closed
lucasrangit opened this issue Apr 12, 2021 · 3 comments
Closed

Comments

@lucasrangit
Copy link

When pushing a XSPF playlist is it possible to match tracks not only to YouTube videos but also to YouTube Music songs?

I believe the changes are needed in YouService.get_playlist_items(playlist). If so, I am will to try implementing this feature.

For context, I wrote a tool to export my Deezer playlists as XSPF and your tool is almost exactly what I need to import them into YouTube Music.

@tefra
Copy link
Owner

tefra commented Apr 13, 2021

Check the YouService::search_track is doing the search/match per track, currently you are correct it only matches videos

@lucasrangit
Copy link
Author

lucasrangit commented Apr 13, 2021

@tefra ah yes, that makes much more sense! I'll take a first pass trying to match songs and let you know. Then you can decide if you want to support this and how (behind a command line argument etc...).

Thanks for the opportunity to contribute to your awesome tool!

@lucasrangit
Copy link
Author

lucasrangit commented Apr 17, 2021

The https://developers.google.com/youtube/v3/docs/search/list API type doesn't support songs or music (only video, channel, and/or playlist). I'm looking for another way.

@tefra tefra closed this as completed May 8, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants