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

Download music from alternate YouTube URL #280

Open
wants to merge 8 commits into
base: master
Choose a base branch
from

Conversation

rucete
Copy link

@rucete rucete commented Jul 2, 2022

This new option provides a way to specify an alternate YouTube URL from which to download the music in case the one determined by the program does not fit the quality standards or is mistaken or for any other reason.

While using this tool I found the option useful a number of times. The modifications are quite simple and I hope you find them useful too.

With this new option it is possible to specify a youtube URL manually in case the one determined by the program does not match the right one for the song.
With this new option it is possible to specify a youtube URL manually in case the one determined by the program does not match the right one for the song.
@SathyaBhat
Copy link
Owner

Hi @rucete - thanks for your contribution. If you have an alternative YouTube URL doesn't it make sense to use YouTube-DL (or yt-dlp directly), instead of Spotify-dl? :)

@rucete
Copy link
Author

rucete commented Jul 5, 2022

@SathyaBhat - The idea behind it was the following: when trying to download a whole spotify playlist (corresponding to an album, for instance) the program did not choose the right videos for some of the songs (videos with pauses or weird beginnings etc) but I still wanted to download those songs and I wanted any music player app to interpret the whole playlist as a unique album with the same title, artist and cover and keeping the order of the songs. I like my music well structured.

I found spotify-dl a very useful tool for getting metadata and music together and I encountered this problem a couple of times. Downloading the problematic songs from other sources resulted in the music apps not recognizing them as a whole album but as separated songs which makes it very inconvenient if you have a very rigorous digital music collection as I do. Getting all the metadata from spotify (cover included), which I believe the tools you mention are not able to do, solved the issue.

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

Successfully merging this pull request may close these issues.

None yet

2 participants