Page 1 of 1

--q only works for subtitles?

Posted: 30 Sep 2013, 05:29
by verysofttoiletpaper
Filebot isn't identifying the movie by filename, how can I suggest the correct name?

--q only seems to affect the query used for subtitles.

Tanks

Re: --q only works for subtitles?

Posted: 30 Sep 2013, 05:38
by rednoah
In the AMC script? Can't. If --q working for subs it's just an artifact.

This sample should work fine:

Code: Select all

filebot -rename "movie.avi" --q "Avatar" --db OpenSubtitles

Re: --q only works for subtitles?

Posted: 30 Sep 2013, 05:55
by verysofttoiletpaper
Yes, in the AMC script. So.. if a file has stupid file name no way to make amc work?

Re: --q only works for subtitles?

Posted: 30 Sep 2013, 08:23
by rednoah
If you're gonna enter things manually, there's no point in having AMC.

Since you're calling the command yourself anyway why not do type filebot -rename rather than filebot -script fn:amc? What would amc with --q be supposed to do?

Re: --q only works for subtitles?

Posted: 30 Sep 2013, 17:34
by verysofttoiletpaper
Symlinks in the Movie folder?

Re: --q only works for subtitles?

Posted: 30 Sep 2013, 18:27
by rednoah
What does amc have to do with symlinks?

If you do --action symlink it works because the parameters get passed on to the internal -rename call unchanged.