X-Git-Url: https://git.draconx.ca/gitweb/mpdhacks.git/blobdiff_plain/cf01843ff6c5491815e125201767c14ac05b37ca..HEAD:/mpdthumb.sh diff --git a/mpdthumb.sh b/mpdthumb.sh index 4faf7a6..e87f837 100755 --- a/mpdthumb.sh +++ b/mpdthumb.sh @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright © 2019-2021 Nick Bowler +# Copyright © 2019-2022 Nick Bowler # # Generate thumbnails for cover art retrieved from MPD. # @@ -204,6 +204,10 @@ while read a b <&6; do prevn=$# file=$1 mode=$a; shift || exit; continue ;; size:) + if test x"$mode/$valid" = x"albumart/readpicture$prevn"; then + # readpicture result was OK, skip over albumart result + continue + fi valid=$mode$# ;; ACK)