move and rename question OSX

All about user-defined episode / movie / file name format expressions
Post Reply
molier
Posts: 2
Joined: 11 Dec 2014, 11:43

move and rename question OSX

Post 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.
User avatar
rednoah
The Source
Posts: 23006
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: move and rename question OSX

Post 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
:idea: Please read the FAQ and How to Request Help.
molier
Posts: 2
Joined: 11 Dec 2014, 11:43

Re: move and rename question OSX

Post by molier »

Great. Works like a charm!
Post Reply