Tagged Questions
10
votes
5answers
2k views
abstracting the conversion between id3 tags, m4a tags, flac tags
I'm looking for a resource in python or bash that will make it easy to take, for example, mp3 file X and m4a file Y and say "copy X's tags to Y".
Python's "mutagen" module is great for manupulating ...