Album artist tag for ID3v2 now supported

This commit is contained in:
Vincent Riquer 2013-04-30 02:37:59 +02:00
parent 6982d8d26a
commit 0ae39ecab7

View File

@ -98,19 +98,6 @@ fi
for check in ${!checks[@]}
do
case $check in
albumartist)
cat >&2 <<-EONotice
Album artist is not supported for ID3. Files in this format will be ignored by
this check (other checks still apply).
EONotice
mimemp3=$(
Select mime_types id <<<"mime_text = audio/mpeg"
)
whereclause+="${whereclause+ OR }("
whereclause+='tags.albumartist IS NULL '
whereclause+="AND NOT tags.tagreader LIKE \"ID3-%\""
whereclause+=')'
;;
tracktotal)
whereclause+="${whereclause+ OR }NOT tags.track LIKE \"%/%\""
;;