
This is what cmd says after AMC already worked properly: C:\Users\Admin>mkvmerge.exe "D:\Desktop\filebot\test2\TV Shows\StartUp (2016)\Season 01\StartUp (2016) - S01E01 - Seed Money.avi" -o "D:\Desktop\filebot\test2\TV Shows\StartUp (2016)\Season 01\StartUp (2016) - S01E01 - Seed Money.tmp" -no-subtitles & move /Y "D:\Desktop\filebot\test2\TV Shows\StartUp (2016)\Season 01\StartUp (2016) - S01E01 - Seed Money.tmp" "StartUp (2016) - S01E01 - Seed Money.mkv" 1>NUL

I would really really appreciate some help!Įdit: I deleted everything else inside the batch and adjusted it to mkvmerge.exe "%~1" -o "%~dpn1.tmp" -no-subtitles & >NUL move /Y "%~dpn1.tmp" "%~n1.mkv" I guess it has something to do with the qBittorrent variable "%F". In combination with its -def exec=command -def exec="mkvpropedit "ĪMC works just like it should but when the -def exec command gets triggered this happens: C:\Users\Admin>mkvmerge.exe "F.tmp" -no-subtitlesĮrror: no destination file name was given. With Filebots AMC script (qBittorrent) filebot -script fn:amc -output "/path/to/media" -action duplicate -conflict skip -non-strict -log-file amc.log -def excludeList=amc.excludes unsorted=y music=y artwork=y "ut_dir=%F" "ut_kind=multi" "ut_title=%N" "ut_label=%L"

I am trying to execute this very useful batch for processing all *.avi, *.mkv and *.mp4 files in current directory and all subdirectories and producing *.mkv files (removing subtitles in the process) with deletion of original file offįor /F "delims=" %%I in ('dir /A-D /B /ON /S *.avi *.mkv *.mp4 2^>nul') do (
