Skip to content

Instantly share code, notes, and snippets.

@asaph
Created March 18, 2021 19:38
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/6a572aa27b863d27ab80de8c2c0f2db4 to your computer and use it in GitHub Desktop.
Save asaph/6a572aa27b863d27ab80de8c2c0f2db4 to your computer and use it in GitHub Desktop.
Attach Artwork to Apple Lossless Files
#!/bin/sh
for f in *.m4a; do atomicparsley "$f" --artwork "image.jpg" --overWrite; done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment