Get Missing Subtitles --q Argument
Posted: 14 Jun 2015, 00:23
I'm having trouble finding information on using the CLI to search for subtitles by name. My batch file works fine if it it finds it by hash. But if it fails to find it by hash I get an error.
"Search by name failed: java.lang.String cannot be cast to java.util.List"
This is what the filebot portion of my script looks like with the variables all filled in...
start "" /B /wait "c:\Program Files\FileBot\filebot.exe" -get-missing-subtitles "C:\Users\Shenlong\Documents\Downloads\complete\shows\Marvels Agent Carter S01E08 720p WEB-DL DD5 1 H 264-Coo7" --q "Marvels Agent Carter S01E08 720p WEB-DL DD5 1 H 264-Coo7" --lang en --output srt --encoding utf8 -non-strict
If I remove the quotes from the portion after --q then it doesn't give me an error anymore, but it also doesn't find anything. I'm really just trying to find out how the --q argument is supposed to work. It seems like I should be able to pass a string as movie/show titles often have spaces in them, so I wouldn't want to search for each word of a title individually.
If anyone could point out what I'm doing wrong here I would greatly appreciate it.
"Search by name failed: java.lang.String cannot be cast to java.util.List"
This is what the filebot portion of my script looks like with the variables all filled in...
start "" /B /wait "c:\Program Files\FileBot\filebot.exe" -get-missing-subtitles "C:\Users\Shenlong\Documents\Downloads\complete\shows\Marvels Agent Carter S01E08 720p WEB-DL DD5 1 H 264-Coo7" --q "Marvels Agent Carter S01E08 720p WEB-DL DD5 1 H 264-Coo7" --lang en --output srt --encoding utf8 -non-strict
If I remove the quotes from the portion after --q then it doesn't give me an error anymore, but it also doesn't find anything. I'm really just trying to find out how the --q argument is supposed to work. It seems like I should be able to pass a string as movie/show titles often have spaces in them, so I wouldn't want to search for each word of a title individually.
If anyone could point out what I'm doing wrong here I would greatly appreciate it.