- February 16, 2009
- 3
- 0
- Home Country
- Switzerland
Hi everyone,
I'm having problems setting the following regex rules for importing up:
My Series are structured in the following way
Series Name <dir>
|__Season Name <dir>
........|__1. Episode Name.avi
.............2. Episode Name.avi
.............3. Episode Name.avi
.............4. Episode Name.mkv
.
.
.
Most of the extensions are avi, but sometimes there is a mkv too.
So basically expressed with words, a folder named after the series holds folders withe the names of the Seasons (Season 1, Season 2, Season 3....). Those season folders hold all the episodes of the season, sorted in a numeric way (1. Pilot.avi, 2. Allen.avi, 3. Cell Check.avi,...), and hold the Episode Title after the numeric sorter.
I did not figure out just yet how the regex is working, but help would be much apreciated.
Thanks a lot,
Max
I'm having problems setting the following regex rules for importing up:
My Series are structured in the following way
Series Name <dir>
|__Season Name <dir>
........|__1. Episode Name.avi
.............2. Episode Name.avi
.............3. Episode Name.avi
.............4. Episode Name.mkv
.
.
.
Most of the extensions are avi, but sometimes there is a mkv too.
So basically expressed with words, a folder named after the series holds folders withe the names of the Seasons (Season 1, Season 2, Season 3....). Those season folders hold all the episodes of the season, sorted in a numeric way (1. Pilot.avi, 2. Allen.avi, 3. Cell Check.avi,...), and hold the Episode Title after the numeric sorter.
I did not figure out just yet how the regex is working, but help would be much apreciated.
Thanks a lot,
Max