noob question, add year to series name

Running FileBot from the console, Groovy scripting, shell scripts, etc
Post Reply
doainwpg
Posts: 1
Joined: 08 Dec 2019, 21:08

noob question, add year to series name

Post by doainwpg »

I've searched and can't seem to find what i'm looking for. is there a way to modify the formatting in the amc script to add the year to the series name. So instead of finding and making a folder named "Watchmen" it creates a folder "Watchmen (2019)"?
User avatar
rednoah
The Source
Posts: 22986
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: noob question, add year to series name

Post by rednoah »

Yes, the {ny} name/year binding will do that for you:

Code: Select all

{ny}
:idea: Please read the FAQ and How to Request Help.
Post Reply