Page 1 of 1

Convert and move the resulting (converted) file?

PostPosted: Mon May 20, 2024 3:47 am
by Stooovie
I use ElevenLabs voice AI to crate temporary voiceovers for editing. My editing app prefers AIFFs to MP3s. In Hazel, I use a simple Shortcut to transcode to AIFF. The subsequent Move command though moves the original MP3, not the AIFF.

How can I make Hazel to work with the result of previous command instead of the original file?

Thanks!

Re: Convert and move the resulting (converted) file?

PostPosted: Mon May 20, 2024 8:36 am
by Mr_Noodle
You would need to use an AppleScript which has the option of returning the new file path back to Hazel. Alternatively, you can have a different rule match the aiff and process it.

Re: Convert and move the resulting (converted) file?

PostPosted: Tue May 21, 2024 6:22 am
by Stooovie
Thank you, I solved it with two rules. Thanks!