Skip to content

Instantly share code, notes, and snippets.

@asaph
Created March 18, 2021 19:41
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/19b7a4634ed3ca696605bdb2057419e2 to your computer and use it in GitHub Desktop.
Save asaph/19b7a4634ed3ca696605bdb2057419e2 to your computer and use it in GitHub Desktop.
Attach Artwork to Flac Files
#!/bin/sh
metaflac --import-picture-from="image.jpg" *.flac
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment