Problem importing series with numbers in the title (1 Viewer)

z3us

Portal Pro
December 4, 2007
1,047
123
44
Home Country
Spain Spain
Hi. The plugin is not importing data for this show:
La dimensión desconocida 2002: Season 1 Episode List

The files are named this way:
La Dimension Desconocida 2002 1x01.avi
And they are in DVDs so I cant rename them

The plugin try to import data of the episode 2x02 (for the previous example filename), and 1x01 is taken as the episode title.

I have seen people having problems with the tv show 24, pm it seems to be a problem with the passing of series containing digits in its titles.

I use this expression:

Code:
^.*?\\?(?<series>[^\\$]+?)(?:s(?<season>[0-3]?\d)\s?ep?(?<episode>\d\d)|(?<season>(?:[0-1]\d|(?<!\d)\d))x?(?<episode>\d+))(?!\d)(?:[ .-]?(?:
s\k<season>e?(?<episode2>\d{2}(?!\d))|\k<season>x?(?<episode2>\d{2}(?!\d))|(?<episode2>\d\d(?!\d))|E(?<episode2>\d\d))|)[ -.]*
(?<title>(?![^\\]*?sample)[^\\]*?[^\\]*?)\.(?<ext>[^.]*)$
Any suggestion?
Thanks
 

ltfearme

Community Plugin Dev
  • Premium Supporter
  • June 10, 2007
    6,751
    7,196
    Sydney
    Home Country
    Australia Australia
    Try removing the '2002' from the filename, the parsing expression is probably getting confused
     

    Users who are viewing this thread

    Top Bottom