[FORMAT] Separate Old Movies and New Movies

All about user-defined episode / movie / file name format expressions
Post Reply
kidalex93
Posts: 1
Joined: 17 May 2019, 08:53

[FORMAT] Separate Old Movies and New Movies

Post by kidalex93 »

hello everyone, already filebot is great, I love, I start in all that, I would like to have the code to put away all my films that I take that dates from before 2005, that filebot the movaces in the folder Filmold
thank you in advance.
User avatar
rednoah
The Source
Posts: 22923
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: I need help with a syntax

Post by rednoah »

1.
If you're looking for a format expression that separates newer / older movies into different folders, then this will help:
https://www.filebot.net/naming.html

e.g.

Code: Select all

{y > 2005 ? 'New Movies' : 'Old Movies'}


2.
If you're asking for a command-line solution, e.g. selecting previously processed movie files with release dates from before 2005, then this might help:
viewtopic.php?f=4&t=4788
:idea: Please read the FAQ and How to Request Help.
Post Reply