From 2b5bf06e587857cd412e4f06b85f144192f93f23 Mon Sep 17 00:00:00 2001 From: Vincent Riquer Date: Sun, 12 Oct 2025 01:26:35 +0200 Subject: [PATCH 1/3] Hotfix: commit more often when reading tags --- lib/tags/update | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/tags/update b/lib/tags/update index 168597c..25fef11 100644 --- a/lib/tags/update +++ b/lib/tags/update @@ -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 )) \ From 325bdb3c969d2f889781d7aa61339f57fe662cc0 Mon Sep 17 00:00:00 2001 From: Vincent Riquer Date: Sun, 12 Oct 2025 01:29:30 +0200 Subject: [PATCH 2/3] Hotfix: missing quote in createindex --- toys/createindex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/toys/createindex b/toys/createindex index 33413dd..31d6e17 100755 --- a/toys/createindex +++ b/toys/createindex @@ -292,7 +292,7 @@ cat <<-EOBrag EOBrag printDate() { - printf "%("${timeformat:-%x %X}")T "$1" + printf "%("${timeformat:-%x %X}")T" "$1" } for index in ${!show[@]} From 75159a4e2b1e31f805a03a15cc5eda90cf3a132f Mon Sep 17 00:00:00 2001 From: Vincent Riquer Date: Sun, 12 Oct 2025 15:04:35 +0200 Subject: [PATCH 3/3] Hotfix: createindex: fix ID3v1 genre index path --- toys/createindex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/toys/createindex b/toys/createindex index 31d6e17..5714bea 100755 --- a/toys/createindex +++ b/toys/createindex @@ -38,7 +38,7 @@ LC_ALL=C shopt -s extglob -source ./share/id3genres +source "$SHAREDIR"/id3genres for function in "$LIBDIR"/*/* do