I would eb interested in mixing actions and tools
I have a bunch of "tools" that are very simple batch scripts that i always run after some actions
"extract album art and then move a directory"
for example
extract cover to %albumn%-cover.jpg
extract cover to folder.jpg
and then run move.bat
withthe paramteers
y:_newripped"%artist%" y:_newtagged"%artist%"
where move .bat looks like this
"
cd y:_newripped
move %1 %2"
I always do this n the first track of an album so saving the filter would be nice too. (see my other request)