I want to have filebot "rename" and put in the folder that the "label" is assigned to in Qbittorrent's "run external program on completion" option.
For example , I have a "4k" label that put the files in this directory L:/4k movies/
And a "movies" label that put regular movies in "D:/movies/"
Here's what I've been using
"c:\program files\filebot\filebot.exe" -script fn:amc --action move --conflict skip -non-strict --log-file amc.log --def "seriesFormat=M:\TvShows/{n}/{'Season '+s}/{n} - {sxe} - {t}{'.'+lang}" "movieFormat=D:/Movies/{n} ({y})/{n} ({y})" unsorted=y music=y artwork=y "ut_dir=%F" "ut_kind=multi" "ut_title=%N" "ut_label=%L"
Can anybody tell me what needs changing?
Thanks in advance

Would like to include that, this only works when I don't use labels at all...