I have radio programs I need to SRC from 44.1k to 48k and rename using batch convert. I've tried using several of the dynamic script ideas, but nothing seems to work.
What I'm trying to do is replace part of the existing filename with new characters while keeping other characters, i.e.:
Original filename: md20121203, 04, 05, 06, etc. based on the air date.
I want to replace "md201212" with "momdec " (space at the end) and keep the last two chars., 03, 04, 05, 06, etc. from the original filename.
I don't really see an optiion to use part of "origfilename" but there are lots of options to use "string", which doesn't really help me as the string elements are different for each file.
Any ideas? Thanks...
What I'm trying to do is replace part of the existing filename with new characters while keeping other characters, i.e.:
Original filename: md20121203, 04, 05, 06, etc. based on the air date.
I want to replace "md201212" with "momdec " (space at the end) and keep the last two chars., 03, 04, 05, 06, etc. from the original filename.
I don't really see an optiion to use part of "origfilename" but there are lots of options to use "string", which doesn't really help me as the string elements are different for each file.
Any ideas? Thanks...
Comment