Merge branch 'toys'
* toys: Album artist tag for ID3v2 now supported
This commit is contained in:
commit
3379cb0823
@ -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 \"%/%\""
|
||||
;;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user