* update heuristics
This commit is contained in:
parent
a1451ca807
commit
086863fb32
|
@ -635,7 +635,7 @@ public class MediaDetection {
|
|||
File folder = guessMovieFolderWithoutSanity(movieFile);
|
||||
|
||||
// perform sanity checks
|
||||
if (folder == null || folder.equals(new File(System.getProperty("user.home")))) {
|
||||
if (folder == null || folder.getName().isEmpty() || folder.equals(new File(System.getProperty("user.home")))) {
|
||||
return null;
|
||||
}
|
||||
|
||||
|
|
|
@ -85,6 +85,7 @@
|
|||
^VCD$
|
||||
^VIDEO_TS$
|
||||
^volume[0-9]?$
|
||||
^Volumes$
|
||||
^watch$
|
||||
A.Release.Lounge
|
||||
ABC
|
||||
|
@ -93,6 +94,7 @@ Addic7ed.com
|
|||
Anime[s]?
|
||||
Arte
|
||||
BBC
|
||||
bt.downloads
|
||||
btarena.org
|
||||
By.Cool.Release
|
||||
C.orig
|
||||
|
@ -180,6 +182,7 @@ NL.Subs
|
|||
NLT
|
||||
o2.pl
|
||||
onlinetvrecorder
|
||||
P2P
|
||||
PBS
|
||||
Pre.?DVD
|
||||
PROPER
|
||||
|
|
|
@ -156,6 +156,7 @@ BAND1D0S
|
|||
BANKAi
|
||||
BaraTV
|
||||
Barba
|
||||
BARC0DE
|
||||
BaSS
|
||||
Bassline
|
||||
BAUM
|
||||
|
@ -333,6 +334,7 @@ CuMBuCKeTS
|
|||
CYBERMEN
|
||||
CyberTyger
|
||||
Cyphanix
|
||||
CyTSuNee
|
||||
D-Z0N3
|
||||
D0PE
|
||||
D2V
|
||||
|
@ -1340,7 +1342,6 @@ SoXu
|
|||
SPABLAUW
|
||||
SpaceHD
|
||||
SPAREL
|
||||
SPARKS
|
||||
sPHD
|
||||
SPiRO
|
||||
SPiROTV
|
||||
|
|
Loading…
Reference in New Issue