Right now I am able to select an image and click a button to run the script below to copy the image and put the folder name at the bottom of it.
My question: Does anyone know of possible ways to get more information like the amount of images inside that folder? Any other suggestions for good information for the cover would be welcome as well.
I am open to using third-party scripts (the command below is using imagemagick).
Code: Select all
run "cmd /c convert ""<curitem>"" -fill white -undercolor ""#00000080"" -gravity South -font ""avenir lt std"" -pointsize 50 -annotate +0+15 "" <curfolder> "" ""<curpath>\.<curfolder>.jpg""", , 2,0;
XYplorer Beta Club