dmulholl / mp3cat

A command line utility for joining MP3 files.
https://www.dmulholl.com/dev/mp3cat.html
The Unlicense
185 stars 22 forks source link

Copy ID3 tag from any MP3 file? #17

Closed tiborepcek closed 4 years ago

tiborepcek commented 4 years ago

Is it somehow possible to copy ID3 tag of second (or any) MP3 file?

Thank you.

dmulholl commented 4 years ago

It isn't I'm afraid but that's an interesting idea. I'll add that feature in the next version.

tiborepcek commented 4 years ago

Could you, please, tell me, when the new version is out? Thanks for your time and work.

dmulholl commented 4 years ago

Try the latest 4.0.0.dev version: https://darrenmulholland.com/dev/mp3cat/releases.html. You can copy the metadata from an arbitrary input file using the new --copy-meta <n> option. So to copy the metadata from the second file use:

--copy-meta 2
tiborepcek commented 4 years ago

Great, it works! Many thanks! :)

dmulholl commented 4 years ago

Happy to help, thanks for the feedback!