amc folder for christmas movie

Running FileBot from the console, Groovy scripting, shell scripts, etc
Post Reply
djblazdk
Posts: 7
Joined: 03 Feb 2019, 20:57

amc folder for christmas movie

Post by djblazdk »

Hi i need help
how to make a amc script to do a folder name 'christmas' when christmas is navn in the filename


ex. if contains navn christmas
make save path to v:/christmas/{az}/
User avatar
rednoah
The Source
Posts: 22986
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: amc folder for christmas movie

Post by rednoah »

e.g.

Code: Select all

{f =~ /Christmas/ ? 'V:/Christmas' : 'V:/Media'}/{az}/{plex.tail}
:idea: Please read the FAQ and How to Request Help.
Post Reply