Compare commits

..

No commits in common. "7a359ad2d63817ff2d7d7345e1bc5198476c2f51" and "3a6c7bfc9c22bbc54172cb95ee416964d2cb0126" 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::*}
((++count))
(( cron )) || echo -en "\rTags: $((count*100/filecount))%"
if (( count % 100 == 0 ))
if (( count % 1000 == 0 ))
then
echo 'COMMIT;BEGIN TRANSACTION;' >&3
(( debug )) \

View File

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