Compare commits

...

2 Commits

Author SHA1 Message Date
Vincent Riquer
0b58d11c1e quickfix: parsing tags with soxi can hang on large embedded images 2025-02-10 18:41:32 +01:00
Vincent Riquer
d147cdc49c quickfix: help text indentation 2025-02-10 18:41:00 +01:00
2 changed files with 3 additions and 2 deletions

2
atom
View File

@ -72,7 +72,7 @@ help() {
-c <file> Load configuration file <file> -c <file> Load configuration file <file>
-C Dump configuration and exit -C Dump configuration and exit
-l <load> Override max-load -l <load> Override max-load
-f <workers> Use exactly <workers> child processes -f <workers> Use exactly <workers> child processes
-T <seconds> override load-interval -T <seconds> override load-interval
-F <destination> Force re-generation of all files in -F <destination> Force re-generation of all files in
<destination> <destination>

View File

@ -4,7 +4,8 @@ tagreaders+=( "$getInfosSoxi_version" )
getInfos::soxi() { getInfos::soxi() {
tagreader="$getInfosSoxi_version" tagreader="$getInfosSoxi_version"
infos=$( infos=$(
soxi "$sourcepath/$filename" soxi "$sourcepath/$filename" \
| grep -v METADATA_BLOCK_PICTURE
) )
albumartist=$(gettag albumartist) albumartist=$(gettag albumartist)
album=$(gettag album) album=$(gettag album)