Two or more outputs.
Posted: 07 Jul 2015, 14:24
I Have 3 HD`s. One for TV Shows (J:\SERIES) , one for Movies (M:\FILMES) and for Music (P:\MUSICAS). How can i define three different outputs?
Here's my current code:
.
Thanks in advance.
Here's my current code:
Code: Select all
filebot -script fn:amc --output "J:\SERIES" --log-file amc.log --action move -non-strict --def "ut_dir=C:\DOWNLOADS\MEDIA\RENOMEAR\completos" "ut_file=" "ut_kind=multi" "ut_title=%N" "ut_label=%L" "ut_state=%S" --def excludeList=amc.txt "seriesFormat=j:/SERIES/{n}/Temporada {s.pad(2)}/{n}.{s00e00} - {t}" "movieFormat=Z:/Movies/{n} {y}/{fn}" --def deleteAfterExtract=y --def clean=y
Thanks in advance.