Skip to content

Instantly share code, notes, and snippets.

@silvernoo
Created April 10, 2024 07:45
Show Gist options
  • Save silvernoo/a37c6e1e4307ff1b58a0dc3df6eab599 to your computer and use it in GitHub Desktop.
Save silvernoo/a37c6e1e4307ff1b58a0dc3df6eab599 to your computer and use it in GitHub Desktop.
find *.flac -type f|xargs -I file metaflac --import-picture-from=cover.jpg file
find *.flac -type f -print0|xargs -0 metaflac --import-picture-from=cover.jpg
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment