-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
YoutubeMusic mismatch metadata issue #1627
Comments
I have checked the code and have found the issue - The song is returned as a result, but it is not identified as a match because of the diacritic (dots) above the letter e in the song name...: tracing the code - it identifies the song: It's possible to extend the @xnetcat can I work on a fix for this? |
results are normalized before comparisons with slugify, I am not sure if that's it. there's some debugging code in yet music.py that you can uncomment to investigate this further. |
Unfortunately, I'm not a developer... I was hoping that you might somehow solve this problem in future versions. This problem is not yet "burning", because other albums are downloaded normally. I tried to use Spotify metadata along with this playlist, but the script gave me, as far as I remember, a 404 error... |
|
Yes actually the fix is not as simple as I thought, the |
It's okay guys. I have already written a letter to an artist with whom I am well acquainted. If everything goes well, he will correct the metadata in this album himself, and then everything will be fine. Again, with the rest of the albums, everything is just fine, which allowed me to save 16 bucks on a converter like Noteburner. ;) So it goes! |
|
System OS
Linux
Python Version
3.9 (CPython)
Install Source
pip / PyPi
Install version / commit hash
4.0.0-rc.5
Expected Behavior vs Actual Behavior
No response
Steps to reproduce - Ensure to include actual links!
spotdl download https://open.spotify.com/album/1v0qwwfJMWT38bKyD3ik6N --audio youtube-music --format mp3 --bitrate 320k --ffmpeg-args "-ar 44100"
Traceback
Other details
Hello!
Faced such a problem: there is an album on youtube music, here https://music.youtube.com/playlist?list=OLAK5uy_lHycoUl9m8DYDXkDcdogjg-vUraLuRrTg, but its metadata is entered in English, unlike the original on Spotify, here https://open.spotify.com/album/1v0qwwfJMWT38bKyD3ik6N Can you tell me how can I fix this problem in the future?
The text was updated successfully, but these errors were encountered: