spotify-downloader icon indicating copy to clipboard operation
spotify-downloader copied to clipboard

add an --override-track-link option to help guiding spotdl to the right songs.

Open P6g9YHK6 opened this issue 1 year ago • 7 comments

Requested Feature

To help with the mess of wrong music downloaded or music not found i propose something like this: spotdl download https://open.spotify.com/playlist/XXXX --override-track-link https://open.spotify.com/track/XXXXXXX=https://www.youtube.com/watch?v=j-DSP2hhJoA https://open.spotify.com/track/YYYYYYY=https://www.youtube.com/watch?v=j-DSP2hhJoA

If we could specify that a certain "run" of spotdl have the forced track/ytlink association, it would help a lot squashing some of the misses of spotdl

an alternative would be to specify a text file containing the list of associations and it would make it easier to share and do a community repository of matches and have everyone pitching in to share their own findings, this could be very successfull. spotdl download https://open.spotify.com/playlist/XXXX --override-track-link "matches.txt"

Possible implementation

No response

P6g9YHK6 avatar Jan 10 '24 11:01 P6g9YHK6

Hey, you should be able to do something like this: spotdl download <spotify_album_url> <youtube_song_url>|<spotify_song_url> This should associate the Youtube URL for the respective song in that album.

bharat-nair avatar Jan 21 '24 17:01 bharat-nair

nope

spotdl download https://open.spotify.com/playlist/4BlW4EMWVbyZDHEAIGwbHZ https://www.youtube.com/watch?v=B2UbjM_e0Eg|https://open.spotify.com/track/3YXGDvOfkA9cdatTY21mro https://open.spotify.com/track/3YXGDvOfkA9cdatTY21mro : The term 'https://open.spotify.com/track/3YXGDvOfkA9cdatTY21mro' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was included, verify that the path is correct and try again. At line:1 char:118

  • ... h?v=B2UbjM_e0Eg|https://open.spotify.com/track/3YXGDvOfkA9cdatTY21mro
  •                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    
    • CategoryInfo : ObjectNotFound: (https://open.sp...fkA9cdatTY21mro:String) [], CommandNotFoundException
    • FullyQualifiedErrorId : CommandNotFoundException

anything wrong in the command ?

P6g9YHK6 avatar Jan 22 '24 19:01 P6g9YHK6

Apologies, please try putting the arguments in quotes as so: spotdl download "<spotify_album_url>" "<youtube_song_url>|<spotify_song_url>"

bharat-nair avatar Jan 23 '24 17:01 bharat-nair

spotdl download https://open.spotify.com/playlist/4BlW4EMWVbyZDHEAIGwbHZ "https://www.youtube.com/watch?v=B2UbjM_e0Eg|https://open.spotify.com/track/3YXGDvOfkA9cdatTY21mro" Processing query: https://open.spotify.com/playlist/4BlW4EMWVbyZDHEAIGwbHZ Processing query: https://www.youtube.com/watch?v=B2UbjM_e0Eg|https://open.spotify.com/track/3YXGDvOfkA9cdatTY21mro Found 1 songs in spotdlmessup (Playlist) Downloaded "Disco Curtis - Just Dance": https://www.youtube.com/watch?v=B2UbjM_e0Eg Downloaded "Disco Curtis - Just Dance": https://www.youtube.com/watch?v=sA5vJXueVYc

it is downloading 2 files and, in the folder, only 1 is left and it's the wrong one.

P6g9YHK6 avatar Jan 24 '24 13:01 P6g9YHK6

says "album", not playlist. also, try spotdl "<youtube_song_url>|<spotify_song_url>"

lokzz avatar Feb 11 '24 09:02 lokzz

says "album", not playlist. also, try spotdl "<youtube_song_url>|<spotify_song_url>"

This does not really answer the first issue of spot dl not finding the right song on complex querry

P6g9YHK6 avatar Feb 15 '24 19:02 P6g9YHK6

This issue has been automatically marked stale because there hasn't been any activity for the last 30 days.

stale[bot] avatar Mar 17 '24 11:03 stale[bot]

This does not really answer the first issue of spot dl not finding the right song on complex querry

Matching correct songs is a very complex task, not all songs can be matched, but we try our best

xnetcat avatar Jul 21 '24 12:07 xnetcat