The latest version of Action Chains introduces two template functions that makes this possible: cover_path(), sanitize_path().
Attached below is two versions for a chain that copies selected covers; one for Windows and the other for Linux.
The chain works by constructing a shell script containing the copy commands, and then running the shell script to carry out the copy process.
You can control the directory structure into which the covers will be copied by editing the template in the first action in the chain. The current destination directory is %userprofile%\{authors}\{title}
|