So, I’ve spent some time in DevonThink getting it to work and now I want to do this in shortcuts so the people I work with can benefit from it as well:
I do orchestral music for films and for each project I end up with 50-100 pieces of music which all have a PDF for “Flute 1”, “Oboe 3”, “Conductors Score” and so on. I built a smart rule in DT3 that takes all these and sort them into folders for each player, so that I end up with 20 or so folders and “Flute 1” has all their pieces of music in it.
The regex I’ve found to work is this:
.*-\s+(.+)
So my question is this:
Can I make it in shortcuts?
At the moment I simply chose to run the shortcut from the Services-menu and match the string, but don’t know how to “Sort files into \1”.
For context, this is what I’m trying to replicate:
Thanks,
Thomas