nicfit / eyeD3

eyeD3 is a Python module and command line program for processing ID3 tags. Information about mp3 files (i.e bit rate, sample frequency, play time, etc.) is also provided. The formats supported are ID3v1 (1.0/1.1) and ID3v2 (2.3/2.4).
http://eyed3.nicfit.net/
GNU General Public License v3.0
541 stars 58 forks source link

Help needed: Simply copying whole tag to different mp3 file. #551

Open chincheta0815 opened 3 years ago

chincheta0815 commented 3 years ago

Hej there,

I just want to do this simple thing and have no clue on how to solve it in an easy way: Copy the whole tag data from mp3-file A to mp3-file B (they differ simply due to the bitrate).

Is there a way like reading the file and writing, like: tag_data = read.from.file("A") write.to.file("B", tag_data)

Thank you very much in advance. Maybe I am just not getting it because it is too easy...

nicfit commented 2 years ago

I've wanted this feature myself, but never found time to implement. Not time for doing it right now, but it would make an excellent eyeD3 plugin that I've heavily consider merging, so pull requests are welcome. Let me know if you're up for the task, I can provide some guidance.