I like that, but I should expand a bit more. I’m running the import over my /music directory on a schedule to tag any new music. Sometimes flac files end up next to the converted mp3 files.
I’ve got beets running in a container with the cron job scheduled at the host so I figure tying it to the import process is ‘safer’
convert:
command: ffmpeg -i $source -y -vn -aq 2 $dest && $dest
extension: mp3