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 for first file #1

Closed pynej closed 7 years ago

pynej commented 7 years ago

This tool works perfectly merging the files. Only real issue is I then have to open up one of the original files and the new one and copy over all the ID3 details manually. It should copy the details and possibly even the artwork from the first file.

dmulholl commented 7 years ago

I did think about doing this the first time round but I liked the simplicity of a blank slate. I'll certainly look at adding it as an option when I get a chance.

pynej commented 7 years ago

I added some code to do this: https://github.com/dmulholland/mp3cat/pull/3

dmulholl commented 7 years ago

I have this as an option in 2.3 under a --tag flag. It copies the entire existing tag in one go so images are supported. Hope it comes in useful.