* extra heuristics for filebot.sourceforge.net/forums/viewtopic.php?f=8&t=365
This commit is contained in:
parent
7bc9379671
commit
9ee3e1b0ac
|
@ -36,6 +36,7 @@
|
||||||
^HVDVD_TS$
|
^HVDVD_TS$
|
||||||
^In.Progress$
|
^In.Progress$
|
||||||
^Incoming$
|
^Incoming$
|
||||||
|
^mnt$
|
||||||
^Movie[s]?
|
^Movie[s]?
|
||||||
^new$
|
^new$
|
||||||
^other$
|
^other$
|
||||||
|
@ -52,6 +53,7 @@
|
||||||
^Torrent[s]?
|
^Torrent[s]?
|
||||||
^Tracker
|
^Tracker
|
||||||
^Trailer
|
^Trailer
|
||||||
|
^user$
|
||||||
^VCD$
|
^VCD$
|
||||||
^VIDEO_TS$
|
^VIDEO_TS$
|
||||||
A.Release.Lounge
|
A.Release.Lounge
|
||||||
|
|
|
@ -1174,6 +1174,7 @@ RESiSTANCE
|
||||||
RETREAT
|
RETREAT
|
||||||
RETRO
|
RETRO
|
||||||
Rets
|
Rets
|
||||||
|
rev
|
||||||
REVEiLLE
|
REVEiLLE
|
||||||
REVO
|
REVO
|
||||||
REVOLTE
|
REVOLTE
|
||||||
|
|
|
@ -32,7 +32,7 @@ def forceMovie(f) {
|
||||||
}
|
}
|
||||||
|
|
||||||
def forceSeries(f) {
|
def forceSeries(f) {
|
||||||
parseEpisodeNumber(f) || parseDate(f) || tryQuietly{ ut_label } =~ /^(?i:TV)/
|
parseEpisodeNumber(f) || parseDate(f) || tryQuietly{ ut_label } =~ /^(?i:TV|Kids.Shows)/
|
||||||
}
|
}
|
||||||
|
|
||||||
def forceAnime(f) {
|
def forceAnime(f) {
|
||||||
|
|
Loading…
Reference in New Issue