Skip to content

Instantly share code, notes, and snippets.

@ruuda
Created August 26, 2017 12:21
Show Gist options
  • Save ruuda/efdd179a9f8a6f8527326dcf5cb22080 to your computer and use it in GitHub Desktop.
Save ruuda/efdd179a9f8a6f8527326dcf5cb22080 to your computer and use it in GitHub Desktop.
Print all tags in a directory containing flac files
metaflac --block-type=VORBIS_COMMENT --list *.flac | grep = | sed -E 's/^.+]: //' | column -s = -t | sort | uniq
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment