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:
parent
241b3aeee0
commit
1f3f73b505
@ -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);
|
||||||
}
|
}
|
||||||
|
@ -72,6 +72,7 @@
|
|||||||
^Movie[s]?$
|
^Movie[s]?$
|
||||||
^Musique$
|
^Musique$
|
||||||
^new$
|
^new$
|
||||||
|
^of$
|
||||||
^other$
|
^other$
|
||||||
^Part$
|
^Part$
|
||||||
^private$
|
^private$
|
||||||
|
Loading…
x
Reference in New Issue
Block a user