4 find /mnt/jb/master -type f -print | sort | while read line; do
6 case "$line" in "$dir"/*/*) ;; "$dir"/*) continue ;; esac
9 if ! metaflac --list "$line" | grep -iq replaygain; then
14 if ! vorbiscomment -l "$line" | grep -iq replaygain; then
19 if ! mp3gain -s i -s c "$line" | grep -q "mp3 gain change"; then