I am in the process of setting up an Action for renaming recorded podcasts. Each podcast has two files: one lossless (FLAC) and one lossy (MP3).
I wish to rename the FLAC files differently than the MP3 files, so it's easier to differentiate between the lossless and lossy versions.
I found some RegEx on the forum that renames the files based on their creation date, but for the FLAC files I wanted to append the string '[original]' after the RegEx.
I don't personally have a knowledge of RegEx, but I do know that you can include conditional operators ('if'). Does anyone have an answer?
Eg:
MP3:
2012.05.31.mp3
FLAC:
2012.05.31 [original].flac
