Why cant I just?
Posted: 27 Oct 2019, 16:35
Ive tried everything in the settings for "Run program after torrent completion, here is my script (I tried adding an --output) Nothing work
why cant I just add a file path to a bat file located on my computer? I tried adding this "J:\Movies and TVrename.bat" but nothing
Can somebody help me,Im new to this. I just want it to work?
here is the location
J:\Movies and TVrename.bat
Notes:
Yes I paid for the licesnse
original bat file (works if ran by itself)
Modded version for qbit
(I did try adding a output to the script, didnt work)
why cant I just add a file path to a bat file located on my computer? I tried adding this "J:\Movies and TVrename.bat" but nothing
Can somebody help me,Im new to this. I just want it to work?
here is the location
J:\Movies and TVrename.bat
Notes:
Yes I paid for the licesnse
original bat file (works if ran by itself)
Code: Select all
filebot -script fn:amc --def movieFormat="D:/Movies/{n} ({y}) {vf}/{n} ({y}) {vf}" --def seriesFormat="M:\TV Shows/{n}/{n} {'Season '+s}/{n} - {sxe} - {t} ({vf})" --action move -non-strict "J:\Qbit\COMPLETED" --conflict skip --def artwork=y --def extras=y --def plex=host:7NeoXGLfhtrz3WJb2seu --def clean=y --log-file amc.log --def excludeList=amc.txt
Code: Select all
"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}" unsorted=y music=y artwork=y "ut_dir=%F" "ut_kind=multi" "ut_title=%N" "ut_label=%L"
Code: Select all
"c:\program files\filebot\filebot.exe" -script fn:amc --output "J:\Qbit\COMPLETED" --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}" unsorted=y music=y artwork=y "ut_dir=%F" "ut_kind=multi" "ut_title=%N" "ut_label=%L"