I get this warning:
beginning of interactive cover art selection
/home/darren/abcde.f70fc210/cover.jpg PNG 300x300 300x300+0+0 8-bit sRGB 210193B 0.000u 0:00.000
Do you want to enter URL or local path for the album art [y/N]?
WARNING: The convert command is deprecated in IMv7, use "magick" instead of "convert" or "magick convert"
ImageMagick 7 was released in 2016
https://imagemagick.org/porting/#deprecate had this to say:
IMPORTANT: The "$ magick" command is the new primary command of the Shell API, replacing the old "convert" command. This allows you to create a 'magick script' of the form "#!/path/to/command/magick -script", or pipe options into a command "magick -script -, as a background process.
I got rid of the warning by adding this to my abcde.conf :
# FORCE ABCDE TO USE MODERN IMAGEMAGICK v7 BINARY
CONVERT=magick
I get this warning:
beginning of interactive cover art selection
/home/darren/abcde.f70fc210/cover.jpg PNG 300x300 300x300+0+0 8-bit sRGB 210193B 0.000u 0:00.000
Do you want to enter URL or local path for the album art [y/N]?
WARNING: The convert command is deprecated in IMv7, use "magick" instead of "convert" or "magick convert"
ImageMagick 7 was released in 2016
https://imagemagick.org/porting/#deprecate had this to say:
IMPORTANT: The "$ magick" command is the new primary command of the Shell API, replacing the old "convert" command. This allows you to create a 'magick script' of the form "#!/path/to/command/magick -script", or pipe options into a command "magick -script -, as a background process.
I got rid of the warning by adding this to my abcde.conf :