I am using FB on my Mac. Love the app. Two questions:
1. I want to set the season folder to 01 or 02 with this expression
{n}/{'Season '+s}/{n}.{s00e00}.{t}.{source}.{vc}
I can't seem to get the 0 before the Season folder as the syntax is incorrect it says. Tried various options.
2. I want to include a move action to a certain folder.
Macintosh HD/Users/molier/Downloads/complete/series
Can't seem to get this done.
move and rename question OSX
Re: move and rename question OSX
Use this format:
Should be pretty self-explanatory. 
@see viewtopic.php?f=5&t=2
Code: Select all
/Users/molier/Downloads/complete/series/{n}/{'Season '+s.pad(2)}/{n}.{s00e00}.{t}.{source}.{vc}

@see viewtopic.php?f=5&t=2
Re: move and rename question OSX
Great. Works like a charm!