Closed gonzk closed 3 years ago
Hi @gonzk, that would be great., you can go for it. At the moment, only the track name, artist and album are fetched from the API but you should be able to extend it
https://github.com/SathyaBhat/spotify-dl/blob/master/spotify_dl/spotify.py#L19 https://developer.spotify.com/documentation/web-api/reference/#category-playlists
For the cover there is an open PR #76 that you can combine with in your PR
Thank you! Okay, I have other ideas of how to get the other metadata.
For the cover, do I have to combine with the other open PR? I just figured out how to add the cover album using a different way from the PR #76
Hi @gonzk, you can ignore the other PR, I will close it as its far too behind the main branch
Is there anything else I need to do to my PR? I think it's finished and could be merged, if you think the issues have been addressed.
Hi @gonzk, nothing more for you to do. I'll merge in the changes and cut a release within the next couple of days. Till then I will keep the PRs open. Thanks again!
Thanks again for your contributions, @gonzk. I've cut a release v7.5 which features your enhancements
(This is my first time ever posting an issue, so hopefully this is the right way to do it)
I would like to do a PR (first time as well), so that when the songs download, it'll also contain the track no, album, year, and cover. I would be using the Spotiy API to get these pieces of information.