My script don't work
Posted: 25 Jun 2015, 20:38
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:
There is anything wrong? The script does not copy the tv show into my tv folder.
Thanks!
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"
Thanks!