Page 1 of 1

move and rename question OSX

Posted: 11 Dec 2014, 11:47
by molier
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.

Re: move and rename question OSX

Posted: 11 Dec 2014, 12:38
by rednoah
Use this format:

Code: Select all

/Users/molier/Downloads/complete/series/{n}/{'Season '+s.pad(2)}/{n}.{s00e00}.{t}.{source}.{vc}
Should be pretty self-explanatory. ;)

@see viewtopic.php?f=5&t=2

Re: move and rename question OSX

Posted: 11 Dec 2014, 14:13
by molier
Great. Works like a charm!