I have a profile currently that moves files from the recorded TV directory to another drive on the same machine once commercial processing is complete.
What I'd like to do is create a destination folder with the title of the program if one doesn't already exist to better categorize content. Is a PowerShell script required for this action or can it be accomplished with native DVRMSTB functionality? If so how? If not, does anyone have a PS script I can leverage?
FWIW, the profile I have currently bombs:
Move the file in Context["InputFile"] to M:\Processed TV\%cutTitle%
M:\Processed TV\<Show Title> does not exist
Action did not complete successfully
Also, I posted a similar inquiry to this thread in the Profiles forum, but figured I'd start a new one.