Created
June 25, 2015 08:13
-
-
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)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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