Merge branch 'dev' into 'master'

v1.0.4 last minute fixes

See merge request atom/AtOM!32
This commit is contained in:
ScriptFanix 2025-10-13 18:21:25 +02:00
commit 461ea16e75
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 % 1000 == 0 ))
if (( count % 100 == 0 ))
then
echo 'COMMIT;BEGIN TRANSACTION;' >&3
(( debug )) \

View File

@ -38,7 +38,7 @@ LC_ALL=C
shopt -s extglob
source ./share/id3genres
source "$SHAREDIR"/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[@]}