My script is
Code: Select all
@echo off
set torrentid=%1
set torrentname=%2
set torrentpath=%3
set torrentname=%torrentname:"=%
filebot -script fn:amc --output "F:/not sorted" --log-file amc.log --action test --conflict override -non-strict --def "ut_label=%L" --def "movieFormat=F:/Div/Movies/{n} ({y})/{n} ({y})" "seriesFormat=F:/Div/Tv/{n.replaceTrailingBrackets()} ({y})/{episode.special ? 'Special' : 'Season '+s+' ('+{episodelist.findAll{ it.season == s }.airdate.year.min()}+')'}/{episode.special ? 'S00E'+special.pad(2) : s00e00} - {t.replacePart(', Part $1')}" "animeFormat=F:/Div/Anime/{n.replaceTrailingBrackets()} ({y})/{episode.special ? 'Special' : 'Season '+s+' ('+{episodelist.findAll{ it.season == s }.airdate.year.min()}+')'}/{episode.special ? 'S00E'+special.pad(2) : s00e00} - {t.replacePart(', Part $1')}" "deleteAfterExtract=y" "subtitles=en" "unsorted=y" "excludeList=amc.txt" "ut_dir=%torrentpath%[b]/[/b]%torrentname%" "ut_kind=multi" "ut_title=%torrentname%" "ut_file=%torrentname%"
Code: Select all
ipt fn:amc --output "F:/not
override -non-strict --def
y})/{n} ({y})" "seriesForma
ode.special ? 'Special' : '
}.airdate.year.min()}+')'}/
There are variables such as torrentname and torrentpath. Does anybody know how the label could work? Please help been stuck at this for days now.