four (or even more) episodes in one file (1 Viewer)

jammiejammie

New Member
April 23, 2009
2
0
Home Country
Netherlands Netherlands
Hello folks,

As more and more people are downloading TV series in DVD format, the problem of properly adding them in TV series becoms bigger.

I prefer to have my series on DVD with all the extra's and stuff.

As i found out i can parse 2 episodes from one file. But on the most dvd's there are 4 episodes.

In string replacement DVD1 would be replaced with EP01-02-03-04

Parsing expression:
Code:
(?<series>[^\\$]*)\\S *(?<season>[0-9]{1,2})\\EP *(?<episode>[0-9]{1,2})(?:-(?<episode2>[0-9]{1,2}))?.*\\VIDEO_TS\\VIDEO_TS.IFO

Now the file :
D:\series\Prison Break\S01\DVD1\VIDEO_TS\VIDEO_TS.IFO
would be recognized as :
Serie: Prison Break
Season: 1
Episode: 1
Episodeindex2: 2


This works briljant, exept episode 3 and 4 ...

Would it be possible to add the episode3 and episode4 tags in the plugin ??? This would solve all the problems of the people that use dvd's.

I'm a bit of C programmer myself, and would be happy to help develop this feature.

Can someboy help me ?
 

Users who are viewing this thread

Top Bottom