Two or more outputs.

Support for Windows users
Post Reply
warleywsc
Posts: 3
Joined: 07 Jul 2015, 13:41

Two or more outputs.

Post by warleywsc »

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:

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.
User avatar
rednoah
The Source
Posts: 22986
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: Two or more outputs.

Post by rednoah »

Looks like you already figured it out, no?

Code: Select all

--def "movieFormat=Z:/Movies/{n} {y}/{fn}"
You can do the same for musicFormat, yes?

--output is required, but if you provide an absolute path as your format than that's where files are gonna go regardless of --output. Mind that --output may be used for other things as well, so it should point to a valid folder.
:idea: Please read the FAQ and How to Request Help.
warleywsc
Posts: 3
Joined: 07 Jul 2015, 13:41

Re: Two or more outputs.

Post by warleywsc »

Thank you so much!
Post Reply