mirror of
https://github.com/mitb-archive/filebot
synced 2024-11-17 06:45:06 -05:00
* fix for 1e01 pattern problems => http://filebot.sourceforge.net/forums/viewtopic.php?f=6&t=428
This commit is contained in:
parent
42621956b3
commit
6ce7ee5cd7
@ -43,7 +43,7 @@ public class SeasonEpisodeMatcher {
|
|||||||
};
|
};
|
||||||
|
|
||||||
// match patterns like 1x01, 1.02, ..., 1x01a, 10x01, 10.02, ... 1x01-02-03-04, 1x01x02x03x04 ...
|
// match patterns like 1x01, 1.02, ..., 1x01a, 10x01, 10.02, ... 1x01-02-03-04, 1x01x02x03x04 ...
|
||||||
patterns[2] = new SeasonEpisodePattern(sanity, "(?<!\\p{Alnum}|\\d{4}[.])(\\d{1,2})[x.](((?<=[^._ ])\\d{2,3}(\\D|$))+)") {
|
patterns[2] = new SeasonEpisodePattern(sanity, "(?<!\\p{Alnum}|\\d{4}[.])(\\d{1,2})[xe.](((?<=[^._ ])\\d{2,3}(\\D|$))+)") {
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
protected Collection<SxE> process(MatchResult match) {
|
protected Collection<SxE> process(MatchResult match) {
|
||||||
|
@ -1054,6 +1054,7 @@ P4DGE
|
|||||||
Pa@Ph
|
Pa@Ph
|
||||||
PADDO
|
PADDO
|
||||||
Pankhabd
|
Pankhabd
|
||||||
|
panos
|
||||||
PAPAi
|
PAPAi
|
||||||
papi
|
papi
|
||||||
PAROVOZ
|
PAROVOZ
|
||||||
|
Loading…
Reference in New Issue
Block a user