Merge branch 'toys'

* toys:
  Album artist tag for ID3v2 now supported
This commit is contained in:
Vincent Riquer 2013-04-30 02:38:40 +02:00
commit 3379cb0823

View File

@ -98,19 +98,6 @@ fi
for check in ${!checks[@]} for check in ${!checks[@]}
do do
case $check in 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) tracktotal)
whereclause+="${whereclause+ OR }NOT tags.track LIKE \"%/%\"" whereclause+="${whereclause+ OR }NOT tags.track LIKE \"%/%\""
;; ;;