Compare commits

..

1 Commits

Author SHA1 Message Date
Vincent Riquer
c8d03aff02 Fix ffmpeg output parsing 2025-10-11 22:20:02 +02:00
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[@]}