Running FileBot from the console, Groovy scripting, shell scripts, etc
-
marcosngr
- Posts: 1
- Joined: 25 Jun 2015, 20:24
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
Post
by warleywsc »
Acho que você tem que definir --output "D:/Media/Seriados" .
-
rednoah
- The Source
- Posts: 23953
- Joined: 16 Nov 2011, 08:59
- Location: Taipei
-
Contact:
Post
by rednoah »
--output defines the base folder, against which the relative --format path is resolved.