I don’t know if this is possible, but I would like to run a command on each folder that gets imported. I know you can run it after everything is done, but for my application, that would take forever.
This is the workflow that I would like to achieve:
beet import > beet tags album > when album is fully moved to destination folder, run command with [path of folder] > repeat
I hope this is possible, and would really appreciate if someone could help.