* extra heuristics for filebot.sourceforge.net/forums/viewtopic.php?f=8&t=365

This commit is contained in:
Reinhard Pointner 2012-11-18 18:26:37 +00:00
parent 7bc9379671
commit 9ee3e1b0ac
3 changed files with 4 additions and 1 deletions

View File

@ -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

View File

@ -1174,6 +1174,7 @@ RESiSTANCE
RETREAT
RETRO
Rets
rev
REVEiLLE
REVO
REVOLTE

View File

@ -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) {