Advertisement
rucinski69

mp3 without id3 one liner

Oct 23rd, 2019
123
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.09 KB | None | 0 0
  1. find . -iname "*.mp3" -exec bash -c \
  2.     'soxi "{}" | grep -q "^Artist" || echo "{}"' \;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement