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
--q only works for subtitles?
Re: --q only works for subtitles?
In the AMC script? Can't. If --q working for subs it's just an artifact.
This sample should work fine:
This sample should work fine:
Code: Select all
filebot -rename "movie.avi" --q "Avatar" --db OpenSubtitles
-
- Posts: 141
- Joined: 05 Jul 2012, 09:44
Re: --q only works for subtitles?
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?
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?
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?
-
- Posts: 141
- Joined: 05 Jul 2012, 09:44
Re: --q only works for subtitles?
Symlinks in the Movie folder?
Re: --q only works for subtitles?
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.
If you do --action symlink it works because the parameters get passed on to the internal -rename call unchanged.