I'm trying to find a solution to an issue I have with the Fast MP4 conversion (I'm assuming all of them).
The Title or cnam of the MP4 gets added as %showname%, ie: "Person of Interest" instead of %episodename% ie: "The High Road"
So in iTunes and my iPhone the shows show as "Person of Interest". Then when you click on it to see the list of shows on your phone they are all listed as "Person of Interest" Season 1 Episode 4. Where on the 2nd screen it should show "The High Road" Season 1 Episode 4.
So when you click on the Show you get a list of the episodes instead of a list that contains only the Show name. I hope that makes sense.
I tried doing this on the PROFILE.CONF file
CustomCommandPath=G:\Program Files\MCEBuddy2x\atomicparsley\AtomicParsley.exe
CustomCommandParameters=%convertedfile% --overWrite --title %episodename%
But the log looks like this:
INFORMATION> 2012-12-07T16:37:45 MCEBuddy.Engine.ConversionJob --> Running Custom Commands
WARNING> 2012-12-07T16:37:45 MCEBuddy.Transcode.CustomCommand --> Invalid custom command parameters CommandPath = g:\program files\mcebuddy2x\atomicparsley\atomicparsley.exe
CommandParameters = %convertedfile% --overWrite --title %episodename% CommandHangPeriod = -1
2012-12-07T16:37:45 MCEBuddy.Engine.ConversionJob --> Finished custom command, file size [KB] 542,203.00
What am I doing wrong here? I've tried putting the CustomCommandPath in quotes, but get the same log results. I would have expected to see the %episodename% changed to the correct working as well ("The High Road"
But it looks like it doesn't like any of the things I added. I searched for some examples on the forum, but found nothing.
Thank you for your help