sandreas / tone

tone is a cross platform audio tagger and metadata editor to dump and modify metadata for a wide variety of formats, including mp3, m4b, flac and more. It has no dependencies and can be downloaded as single binary for Windows, macOS, Linux and other common platforms.
https://pilabor.com
Apache License 2.0
406 stars 17 forks source link

Embedded Picture MimeType... #54

Open gitoss opened 10 months ago

gitoss commented 10 months ago

Embedding an image with "tone --meta-cover-file=image.jpg audio.mp3", works nicely, but the meta tag is "MimeType:image/*" instead of "image/jpeg" (or respective other image types).

Any other tools I ever tried to (including the 2006 metamp3) set this mime type to the image format. I dunno if this has any real life consequences, because extracting the cover with id3-images.exe sets it to .jpg - probably by default?

Using tone release 0.1.5 on Windows.

sandreas commented 10 months ago

Embedding an image with "tone --meta-cover-file=image.jpg audio.mp3"

I never thought of this... this is something we have to discuss with the atldotnet maintainer (the tagging lib). As soon as I find the time, I'll go for it.

gitoss commented 9 months ago

Thanks for the answers, I was already suspecting I'm barking up the wrong tree because you're mentioning that tone is based on this library. Anyway, I've reported it somewhere