I’m trying to download whole albums from Soundcloud using yt-dlp but they come without the metadata (artist, album, year) even when used with --embed-metadata.

I’ve tried searching but all the posts I can find talk about Youtube videos’ metadata.

Does anyone have any experience with it?

  • TwilightKiddy@programming.dev
    link
    fedilink
    English
    arrow-up
    11
    ·
    11 months ago

    I doubt yt-dlp supports Soundcloud metadata. One possible solution is just running your music through MusicBrainz Picard to restore the metadata.

  • heartlessevil@lemmy.one
    link
    fedilink
    English
    arrow-up
    4
    ·
    11 months ago

    When you refer to the metadata are you taking about the audio file and it’s id3 tags? These are usually either served as is from the original uploaded file or normalized. But there is no guarantee they are the same as what’s in Soundcloud’s title, genre, etc.

      • heartlessevil@lemmy.one
        link
        fedilink
        English
        arrow-up
        1
        ·
        edit-2
        11 months ago

        Then they are normalizing it by removing that data. You will need to use a script that is designed to capture the file and the meta at the same time. This means you need api or scraping instead of just pulling the file.

        • crunchpaste@lemmy.dbzer0.comOP
          link
          fedilink
          English
          arrow-up
          1
          ·
          11 months ago

          From what I’ve gathered so far, it seems that it’s up to the artist what tags are included with the track, and most of them don’t bother to include any.

          So far even the ones that I found that included some metadata are simply not consistent enough and retagging them with Picard seems better.