spotDL / spotify-downloader

Download your Spotify playlists and songs along with album art and metadata (from YouTube if a match is found).
https://spotdl.readthedocs.io/en/latest/
MIT License
17.31k stars 1.6k forks source link

Help: some songs are not found in the new version #1658

Closed capitanevs closed 1 year ago

capitanevs commented 1 year ago

Requested Feature

Hi @xnetcat , my congs for this great Job! I have seen similar ones over the git, but this is the one I decided for the "all in".

I have more a "help issue" than an "issue request".

I happened to search a song with this name, title = "Solomon HWV 67/ Act III: Sinfonia "The arrival of the queen of sheba" (contained in this 3-song playlist https://open.spotify.com/playlist/33SC1P0IMfQ4QXXBqLXcef?si=ceeedda8ce0544e5 )

The lookup in the provider list was not succesful. I also attempted to "relax" the query by using the --search-query {title} (Ihope the syntax is correct), but with still no improvement.

I also happened to use the PyPi version of spotDL: in that case, it worked nicely: it found all of the entries in the playlist.

Do you have any clue on how I could get the same result with the new version?

Thanks a lot!

Cap

Possible implementation

No response

xnetcat commented 1 year ago

Hi, can you try dev version of spotdl?

To update spotDL, run pip install -U https://codeload.github.com/spotDL/spotify-downloader/zip/dev

niels0n commented 1 year ago

I have the same problem. The dev version gave me the same error. Is there anything else I can try to improve things? Thanks!

xnetcat commented 1 year ago

I am working on a patch right now that fixes @capitanevs issue should be ready today.

Can you give me urls to the songs that were incorrectly matched?

niels0n commented 1 year ago

Great! In my case the song is this: https://open.spotify.com/track/2cqRMfCvT9WIdUiaIVB6EJ?si=e0b513fd40cd4e64

Tried to download the album too and it gave me the same error on every song of the album.

xnetcat commented 1 year ago

Great! In my case the song is this: https://open.spotify.com/track/2cqRMfCvT9WIdUiaIVB6EJ?si=e0b513fd40cd4e64

Tried to download the album too and it gave me the same error on every song of the album.

Fix is up on the dev branch, use the command above to install the dev version.

niels0n commented 1 year ago

Thank you so much, now it works perfectly!

capitanevs commented 1 year ago

Great, now it works for me too!

Tnx guys (sorry for not joining the discussion today).