Page 1 of 1

amc plex script

Posted: 10 Oct 2016, 03:17
by Vinnie05
Hi, simple question, where do I put the {plex} binding into a basic script that runs from qBittorrent on completion:

Code: Select all

filebot -script fn:amc --output "C:/Media" --conflict skip -non-strict --log-file amc.log --def excludeList=amc.excludes --def clean=y unsorted=y "ut_dir=%F" "ut_kind=multi" "ut_title=%N" "ut_label=%L"
script runs fine, just want to make sure that the renamed files are best for plex compatibility.

Thanks

Re: amc plex script

Posted: 10 Oct 2016, 06:17
by rednoah
{plex} is used by default. You don't need to do anything. ;)

Re: amc plex script

Posted: 10 Oct 2016, 06:42
by Vinnie05
perfect thanks