Page 1 of 1

My script don't work

Posted: 25 Jun 2015, 20:38
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!

Re: My script don't work

Posted: 07 Jul 2015, 13:46
by warleywsc
Acho que vocĂȘ tem que definir --output "D:/Media/Seriados" .

Re: My script don't work

Posted: 08 Jul 2015, 16:55
by rednoah
--output defines the base folder, against which the relative --format path is resolved.