Skip to content

Instantly share code, notes, and snippets.

@MaffooBristol
Created June 25, 2015 08:13
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save MaffooBristol/fe97123a1b324e409b46 to your computer and use it in GitHub Desktop.
Save MaffooBristol/fe97123a1b324e409b46 to your computer and use it in GitHub Desktop.
Find MP3s without a key assigned (such as would be generated by MixedInKey)
find ~/Music/ -name "*.mp3" -exec mdls -raw -name kMDItemKeySignature {} \; -exec echo " : {}" \; | grep 'null'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment