mirror of
https://github.com/mitb-archive/filebot
synced 2025-03-09 13:59:49 -04:00
* fine-tune query auto-selection
This commit is contained in:
parent
241b3aeee0
commit
1f3f73b505
@ -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);
|
||||
}
|
||||
|
@ -72,6 +72,7 @@
|
||||
^Movie[s]?$
|
||||
^Musique$
|
||||
^new$
|
||||
^of$
|
||||
^other$
|
||||
^Part$
|
||||
^private$
|
||||
|
Loading…
x
Reference in New Issue
Block a user