Compare commits

..

No commits in common. "6c193271989020e3d827e458e15bc1c672a88545" and "f3e4aed71e9c42a92ec58bb3e5b5c4d72c6e321b" have entirely different histories.

2 changed files with 3 additions and 3 deletions

View File

@ -105,7 +105,7 @@ echo '
oldbitrate=${rest%%::AtOM:SQL:Sep::*} oldbitrate=${rest%%::AtOM:SQL:Sep::*}
((++count)) ((++count))
(( cron )) || echo -en "\rTags: $((count*100/filecount))%" (( cron )) || echo -en "\rTags: $((count*100/filecount))%"
if (( count % 100 == 0 )) if (( count % 1000 == 0 ))
then then
echo 'COMMIT;BEGIN TRANSACTION;' >&3 echo 'COMMIT;BEGIN TRANSACTION;' >&3
(( debug )) \ (( debug )) \

View File

@ -38,7 +38,7 @@ LC_ALL=C
shopt -s extglob shopt -s extglob
source "$SHAREDIR"/id3genres source ./share/id3genres
for function in "$LIBDIR"/*/* for function in "$LIBDIR"/*/*
do do
@ -292,7 +292,7 @@ cat <<-EOBrag
EOBrag EOBrag
printDate() { printDate() {
printf "%("${timeformat:-%x %X}")T" "$1" printf "%("${timeformat:-%x %X}")T "$1"
} }
for index in ${!show[@]} for index in ${!show[@]}