My script don't work

Running FileBot from the console, Groovy scripting, shell scripts, etc
Post Reply
marcosngr
Posts: 1
Joined: 25 Jun 2015, 20:24

My script don't work

Post by marcosngr »

Hello, anyone can help me?

I'm trying to set up my automated script to organize my tv and movie folder.

My directories are:

TV > D:/Media/Seriados
Movies > D:/Media/Filmes
Output > D:/Media

Here is my script:

Code: Select all

filebot.launcher -script fn:amc --output "D:/Media" --log-file amc.log --action copy --conflict override -non-strict --def "seriesFormat=Seriados/{n}/{'S'+s}/{fn}" "movieFormat=Filmes/{n} ({y})/{fn}" plex=localhost:mytoken clean=y "ut_label=%L" "ut_state=%S" "ut_title=%N" "ut_kind=%K" "ut_file=%F" "ut_dir=%D"
There is anything wrong? The script does not copy the tv show into my tv folder.

Thanks!
warleywsc
Posts: 3
Joined: 07 Jul 2015, 13:41

Re: My script don't work

Post by warleywsc »

Acho que você tem que definir --output "D:/Media/Seriados" .
User avatar
rednoah
The Source
Posts: 23953
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: My script don't work

Post by rednoah »

--output defines the base folder, against which the relative --format path is resolved.
:idea: Please read the FAQ and How to Request Help.
Post Reply