mirror of
https://github.com/imputnet/cobalt.git
synced 2026-05-22 06:18:25 -05:00
[GH-ISSUE #1280] Add cover art to downloaded audio files #12135
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @blryface on GitHub (May 26, 2025).
Original GitHub issue: https://github.com/imputnet/cobalt/issues/1280
describe the feature you'd like to see
It may be a weird usecase, but I often use Cobalt to download music.
It would be nice if Cobalt automatically embedded available metadata for the songs I'm downloading, if it is an audio file. Apps would display info and the album cover properly, and it would make my life as a "Music Downloader That Has Spotify But Wants Local Files" more easy :3
additional context
Stuff like yt-dlp have args that embed metadata, or so I've heard from some friends in some discords I'm in
spotdl is a related tool that allows people to input a Spotify (or other services iirc) link and get downloads from YouTube with all the metadata, using yt-dlp
@elouangrimm commented on GitHub (May 26, 2025):
+1 to this, it would be very helpful to be able to download cover art, artists, dates, etc.
@wukko commented on GitHub (May 26, 2025):
cobalt already adds metadata to downloaded audio files, if you don’t see it, then you might have disabled it in settings
@wukko commented on GitHub (May 26, 2025):
not cover art, though
@blryface commented on GitHub (May 26, 2025):
I don't see any setting to enable or disable it, and on all apps I've tried, they're just the website + the video/audio ID
@blryface commented on GitHub (May 26, 2025):
Nevermind! Just found the options. Even though it's not disabled, what I said is still true
@wukko commented on GitHub (May 26, 2025):
do you mean the filename and not metadata? you can manage both here: https://cobalt.tools/settings/download
@blryface commented on GitHub (May 26, 2025):
no
@blryface commented on GitHub (May 26, 2025):
The "title", "album", "artists" fields seem to not be filled by cobalt as all apps I've tried just show the filename, sometimes even including the file extension
@wukko commented on GitHub (May 26, 2025):
then i don't understand the issue, cobalt adds all available metadata to all audio files by default. "title" and "artist" fields are filled out:
if you're using the "best" audio format, then the file is proxied without any actions performed in the middle, meaning that cobalt can't add metadata to it:
@wukko commented on GitHub (May 26, 2025):
i used foobar2000 on macos to view audio's metadata, but it shows up in finder too:
@wukko commented on GitHub (May 26, 2025):
do you want cobalt to add metadata to original files too? we could do that, especially considering how much more efficient the processing pipeline is in cobalt 11 :3c
@blryface commented on GitHub (May 26, 2025):
that's odd. Maybe I'm just doing something wrong.
having a way to save cover art would still be neat, though (optional?)
@blryface commented on GitHub (May 26, 2025):
im too sleepy to understand this question 😭@wukko commented on GitHub (May 26, 2025):
you might also have this enabled in settings, so cobalt omits all metadata: https://cobalt.tools/settings/download#metadata
@blryface commented on GitHub (May 26, 2025):
that's what I meant with "not disabled" in this comment
I'll check next time I download something if I'm not the source of the problem
I'm unsure about closing the issue since I kind of also suggested album art