* 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());
|
List<T> result = options.stream().sorted(comparator).distinct().collect(Collectors.toList());
|
||||||
|
|
||||||
// DEBUG
|
// DEBUG
|
||||||
|
|
|
@ -208,6 +208,7 @@
|
||||||
^XXX+$
|
^XXX+$
|
||||||
A.PROCESAR
|
A.PROCESAR
|
||||||
A.Release.Lounge
|
A.Release.Lounge
|
||||||
|
AAC\d*
|
||||||
ABC
|
ABC
|
||||||
AC3D
|
AC3D
|
||||||
Addic7ed.com
|
Addic7ed.com
|
||||||
|
@ -259,6 +260,7 @@ DVSKY
|
||||||
ECE
|
ECE
|
||||||
ENG
|
ENG
|
||||||
English
|
English
|
||||||
|
Ext
|
||||||
EXTENDED
|
EXTENDED
|
||||||
Extended.Collectors.Cut
|
Extended.Collectors.Cut
|
||||||
Extended.Collectors.Edition
|
Extended.Collectors.Edition
|
||||||
|
@ -331,7 +333,9 @@ PELICULAS
|
||||||
plex
|
plex
|
||||||
Pre.?DVD
|
Pre.?DVD
|
||||||
PROPER
|
PROPER
|
||||||
|
PS3
|
||||||
PSP
|
PSP
|
||||||
|
QEBS\d*
|
||||||
READNFO
|
READNFO
|
||||||
REAL.PROPER
|
REAL.PROPER
|
||||||
RecordedTV
|
RecordedTV
|
||||||
|
|
Loading…
Reference in New Issue