mirror of
https://github.com/mitb-archive/filebot
synced 2024-12-24 16:58:51 -05:00
* hash lookup not used in rename(...) call so it's useless (or misleading) for grouping as well
This commit is contained in:
parent
4ee7f9da45
commit
0efdffabbe
@ -243,7 +243,7 @@ public abstract class ScriptShellBaseClass extends Script {
|
|||||||
|
|
||||||
// 3. run full-fledged movie detection
|
// 3. run full-fledged movie detection
|
||||||
try {
|
try {
|
||||||
return MediaDetection.detectMovie(file, WebServices.OpenSubtitles.isAnonymous() ? null : WebServices.OpenSubtitles, WebServices.TheMovieDB, Locale.ENGLISH, strict).get(0);
|
return MediaDetection.detectMovie(file, null, WebServices.TheMovieDB, Locale.ENGLISH, strict).get(0);
|
||||||
} catch (Exception e) {
|
} catch (Exception e) {
|
||||||
// ignore and fail
|
// ignore and fail
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user