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