ID3 tags are not part of the FLAC specification so I decided to strip them from my FLAC files. # Strip ID3 Tags from FLAC find . -name "*.flac" -exec id3v2 --delete-all {} \;
# Strip ID3 Tags from FLAC find . -name "*.flac" -exec id3v2 --delete-all {} \;
Your email address will not be published. Required fields are marked *
Comment
Name *
Email *
Website
Save my name, email, and website in this browser for the next time I comment.