I have a Dropbox folder that MP3 recordings get dropped into and get processed automatically to transcribe them by an online transcription provider (Otter). Once the transcription is done, a PDF of the transcript is dropped into the same folder. For example, myfile.mp3 will eventually result in myfile.pdf showing up.
I'd like both of these files to get moved to a different folder once that processing has completed.
Is there a way to write a Hazel rule(s) that will only trigger once a pair of files show up with the same base name but two different suffixes (e.g. myfile.mp3 and myfile.pdf)?