- December 4, 2007
- 1,047
- 123
- 44
- Home Country
-
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:
Any suggestion?
Thanks
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>[^.]*)$
Thanks