Reset tag-update flags

This commit is contained in:
Vincent Riquer 2013-05-26 22:50:20 +02:00
parent d92460f3bf
commit 7efd2bc513

View File

@ -1,19 +1,5 @@
#!/bin/bash #!/bin/bash
updateTags() { updateTags() {
local \
ual \
uaa \
uar \
uco \
udi \
uge \
upe \
uti \
utr \
uye \
ura \
uch \
ubi
for reader in "${tagreaders[@]}" for reader in "${tagreaders[@]}"
do do
tagreaderclause+="${tagreaderclause:+ AND }NOT tags.tagreader = \"$reader\"" tagreaderclause+="${tagreaderclause:+ AND }NOT tags.tagreader = \"$reader\""
@ -150,7 +136,20 @@ updateTags() {
performer \ performer \
rate \ rate \
bitrate \ bitrate \
channels channels \
ual \
uaa \
uar \
uco \
udi \
uge \
upe \
uti \
utr \
uye \
ura \
uch \
ubi
fi fi
done done
echo 'COMMIT;' >&3 echo 'COMMIT;' >&3