* 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$ ^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

View File

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

View File

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