* 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$
|
||||
^In.Progress$
|
||||
^Incoming$
|
||||
^mnt$
|
||||
^Movie[s]?
|
||||
^new$
|
||||
^other$
|
||||
|
@ -52,6 +53,7 @@
|
|||
^Torrent[s]?
|
||||
^Tracker
|
||||
^Trailer
|
||||
^user$
|
||||
^VCD$
|
||||
^VIDEO_TS$
|
||||
A.Release.Lounge
|
||||
|
|
|
@ -1174,6 +1174,7 @@ RESiSTANCE
|
|||
RETREAT
|
||||
RETRO
|
||||
Rets
|
||||
rev
|
||||
REVEiLLE
|
||||
REVO
|
||||
REVOLTE
|
||||
|
|
|
@ -32,7 +32,7 @@ def forceMovie(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) {
|
||||
|
|
Loading…
Reference in New Issue