Showing posts with label linux command line "cover art" tag editor. Show all posts
Showing posts with label linux command line "cover art" tag editor. Show all posts

23 December, 2008

metaflac - good tool for changing flac tags

following example adds cd cover art to your flac files:
find . -name "*.flac" -exec metaflac --import-picture-from {} \;