1
0
mirror of https://github.com/mitb-archive/filebot synced 2025-03-10 06:20:27 -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>(); Collection<String> priorityMatchSet = new LinkedHashSet<String>();
priorityMatchSet.addAll(stripReleaseInfo(matches, true)); priorityMatchSet.addAll(stripReleaseInfo(matches, true));
priorityMatchSet.addAll(stripReleaseInfo(matches, false)); priorityMatchSet.addAll(stripReleaseInfo(matches, false));
matches = priorityMatchSet; matches = stripBlacklistedTerms(priorityMatchSet);
} catch (Exception e) { } catch (Exception e) {
Logger.getLogger(MediaDetection.class.getClass().getName()).log(Level.WARNING, "Failed to clean matches: " + e.getMessage(), 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]?$ ^Movie[s]?$
^Musique$ ^Musique$
^new$ ^new$
^of$
^other$ ^other$
^Part$ ^Part$
^private$ ^private$