mirror of
https://github.com/mitb-archive/filebot
synced 2024-12-23 16:28:51 -05:00
* fine-tune query-blacklist
This commit is contained in:
parent
e5b2591da1
commit
2cbb8e15ad
@ -734,7 +734,7 @@ public class MediaDetection {
|
||||
}
|
||||
};
|
||||
|
||||
// sort by ranking and remvove duplicate entries
|
||||
// sort by ranking and remove duplicate entries
|
||||
List<T> result = options.stream().sorted(comparator).distinct().collect(Collectors.toList());
|
||||
|
||||
// DEBUG
|
||||
|
@ -208,6 +208,7 @@
|
||||
^XXX+$
|
||||
A.PROCESAR
|
||||
A.Release.Lounge
|
||||
AAC\d*
|
||||
ABC
|
||||
AC3D
|
||||
Addic7ed.com
|
||||
@ -259,6 +260,7 @@ DVSKY
|
||||
ECE
|
||||
ENG
|
||||
English
|
||||
Ext
|
||||
EXTENDED
|
||||
Extended.Collectors.Cut
|
||||
Extended.Collectors.Edition
|
||||
@ -331,7 +333,9 @@ PELICULAS
|
||||
plex
|
||||
Pre.?DVD
|
||||
PROPER
|
||||
PS3
|
||||
PSP
|
||||
QEBS\d*
|
||||
READNFO
|
||||
REAL.PROPER
|
||||
RecordedTV
|
||||
|
Loading…
Reference in New Issue
Block a user