Write id3 tags based on filename with Mac OS
2017-03-29
Throughout my various backup schemes, my id3 tags get clobbered. I wrote a script to rewrite the tags based on the filename and directory structure of an mp3 collection:
As the comment in the script says:
/* * Music needs to be in /Users/username/Music/ * in format Artist/Album/00 Title.mp3 * * id3lib required */ You can get id3lib with homebrew: `brew install id3lib`