By the way, I added one more step to the actions that format %origionalAirDate%. I reformatted it so it would be MM-DD-YY. So, using your documentation, I've added my one extra step below just incase anyone else would like to reformat the date. (this is a Regex that eagle created).
Normal
0
false
false
false
EN-US
X-NONE
X-NONE
MicrosoftInternetExplorer4
/* Style Definitions */
table.MsoNormalTable
{mso-style-name:"Table Normal";
mso-tstyle-rowband-size:0;
mso-tstyle-colband-size:0;
mso-style-noshow:yes;
mso-style-priority:99;
mso-style-qformat:yes;
mso-style-parent:"";
mso-padding-alt:0in 5.4pt 0in 5.4pt;
mso-para-margin-top:0in;
mso-para-margin-right:0in;
mso-para-margin-bottom:10.0pt;
mso-para-margin-left:0in;
line-height:115%;
mso-pagination:widow-orphan;
font-size:11.0pt;
font-family:"Calibri","sans-serif";
mso-ascii-font-family:Calibri;
mso-ascii-theme-font:minor-latin;
mso-hansi-font-family:Calibri;
mso-hansi-theme-font:minor-latin;}
·
AdvancedFileRename: workaround to get nicely formatted date
- ContextFile: OutputFile
- NamePattern: %originalAirDate%
- WhenFileExists: AppendGuid
·
ChangeContextValue: workaround to re-format date to MM-DD-YY
- SourceContext: OutputFile
- TargetContext: OutputFile
- CreateNewContext: <checked>
- NewContextName: DateAndEpisode
- FindRegex: (?=\d{2}(\d{2}))(\d{4})-(?=0?(\d+))(\d{2})-(?=0?(\d+))(\d{2})
- ReplaceRegex: $4-$6-$1
- ContinueOnFail: <unchecked>
·
ChangeContextValue: workaround to get a nicely formatted
“original air date”
- SourceContext: OutputFile
- TargetContext: OutputFile
- CreateNewContext: <checked>
- NewContextName: DateAndEpisode
- FindRegex: ^((.*\\)(.*)\.(.*))\z
- ReplaceRegex: $3
- ContinueOnFail: <unchecked>
Edit: sorry, I forgot that I also changed the Rename action to get this to work. So, I removed the %episode% in the Rename action, and just add it back in when I'm calling Atomic Parsley.