OK, so I'm nearly there.
I now have a context called "iPodOutput" which has a value of "E:\iPodVideo\%Title% - %BoradcastDate% - %SubTitle%.mp4". I think I have a problem in that dTB may think that this is a string and not a file reference (is there a difference?) because even though the file is there (and the values are replaced), the AP command complains that it was not found.
Do I need to tell dTB that this a file path/name?
EDIT/UPDATE: Nevermind -- I had an extra space throwing off the filename. This is now working..
One last question -- the Atomic Parsley command cascades correctly with "standard" metadate variables (like %Title%) but when I tried to use my own Context (%APDate%) it defaulted to 'N/A'. Any thoughts why this would not pass in? I checked that it's being created properly.... see abbreviated log below:
-----------------------------
Get the value of "%WM/MediaOriginalBroadcastDateTime%" and set the value of Context["APDate"]
Extracted Value: 2009-10-22
Regex Value: 2009-10-22
Context["APDate"] Value: 2009-10-22
Duration = 00:00:00.0039056
Get the value of "E:\iPodVideo\%Title% - %WM/MediaOriginalBroadcastDateTime% - %WM/SubTitle%.mp4" and set the value of Context["iPodOutput"]
Extracted Value: E:\iPodVideo\Attack of the Show! - 2009-10-22 - .mp4
Regex Value: E:\iPodVideo\Attack of the Show! - 2009-10-22 - .mp4
Context["iPodOutput"] Value: E:\iPodVideo\Attack of the Show! - 2009-10-22 - .mp4
Duration = 00:00:00.0009764
Write Metadata using AtomicParsley
Run C:\Program Files\DVRMSToolbox\Applications\AtomicParsley\AtomicParsley.exe "E:\iPodVideo\Attack of the Show! - 2009-10-22 - .mp4" --overWrite --stik "TV Show" --TVShowName "Attack of the Show!" --genre "Other,Series" --category "Other,Series" --TVNetwork "G4-video game television" --TVEpisode "N/A" --title "N/A" --description "``The Vampire's Assistant'' press junket; actor Shawn Hatosy; around the Internet."
Duration = 00:00:05.0152786
Total Duration = 00:00:06.0336638