1
0
mirror of https://github.com/mitb-archive/filebot synced 2025-03-09 22:09:47 -04:00

* fine-tune query auto-selection

This commit is contained in:
Reinhard Pointner 2013-12-16 09:40:00 +00:00
parent 241b3aeee0
commit 1f3f73b505
2 changed files with 2 additions and 1 deletions

View File

@ -375,7 +375,7 @@ public class MediaDetection {
Collection<String> priorityMatchSet = new LinkedHashSet<String>();
priorityMatchSet.addAll(stripReleaseInfo(matches, true));
priorityMatchSet.addAll(stripReleaseInfo(matches, false));
matches = priorityMatchSet;
matches = stripBlacklistedTerms(priorityMatchSet);
} catch (Exception e) {
Logger.getLogger(MediaDetection.class.getClass().getName()).log(Level.WARNING, "Failed to clean matches: " + e.getMessage(), e);
}

View File

@ -72,6 +72,7 @@
^Movie[s]?$
^Musique$
^new$
^of$
^other$
^Part$
^private$