Skip to content

Instantly share code, notes, and snippets.

@asaph
Created March 18, 2021 19:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save asaph/bae0f9b9f07a923cf3143a54479ab2f2 to your computer and use it in GitHub Desktop.
Save asaph/bae0f9b9f07a923cf3143a54479ab2f2 to your computer and use it in GitHub Desktop.
Remove Artwork From Flac Files
#!/bin/sh
metaflac --remove --block-type=PICTURE *.flac
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment