deepjyoti30 / ytmdl

A simple app to get songs from YouTube in mp3 format with artist name, album name etc from sources like iTunes, Spotify, LastFM, Deezer, Gaana etc.
https://ytmdl.deepjyoti30.dev
MIT License
3.16k stars 165 forks source link

Itunes album ID #254

Open sulaimangari opened 1 year ago

sulaimangari commented 1 year ago

Hello, thank you for the great apps. When I try to download youtube music by album and passing itunes album ID, it doesn't add any metadata to the songs. I just want to ask, can you add so ytmdl can automatically detect itunes album when using --itunes-id parameter, so every song downloaded can have metadata the same as their itunes without passing every itunes id of the song.

deepjyoti30 commented 1 year ago

Hey @sulaimangari By default ytmdl tries it's best to show the search results for metadata. This includes searching on itunes based on the song name entered by the user. If the youtube URL is passed, then ytmdl tries to extract the name of the song (as present in YouTube) and then searches that for metadata. Moreover, metadata is searched in various backends like Itunes, Gaana, Deezer etc.

Have you tried using ytmdl without passing the --itunes-id param?