2009-06-06, 02:01
I'm using a custom TV Show naming convention, taken from the online manual. Here's a snippet of what I'm using:
***
\Season #\## (Season# is at very end of directory name, and filename starts with episode name, neither have to be a specific number of digits) :
<tvshowmatching>
<regexp>Season[\._ ]([0-9]+)[\\/]([0-9]+)[^\\/]*</regexp>
</tvshowmatching>
Example : \Battlestar Galactica\Season 3\01 - Occupation.avi (Season 3, Episode 1)
***
However, I'm trying to figure out how I should name a file that has two episodes in it. I've tried:
21 - 22 - Name of Episodes.avi
But that only scanned episode 21. Then I tried
21 22 - Name of Episodes.avi
But that scanned episode 21 twice. Any ideas what I should be calling it to have the scraper scan episode 21 and 22 from that file?
Any help is much appreaciated.
Thanks,
Harry
***
\Season #\## (Season# is at very end of directory name, and filename starts with episode name, neither have to be a specific number of digits) :
<tvshowmatching>
<regexp>Season[\._ ]([0-9]+)[\\/]([0-9]+)[^\\/]*</regexp>
</tvshowmatching>
Example : \Battlestar Galactica\Season 3\01 - Occupation.avi (Season 3, Episode 1)
***
However, I'm trying to figure out how I should name a file that has two episodes in it. I've tried:
21 - 22 - Name of Episodes.avi
But that only scanned episode 21. Then I tried
21 22 - Name of Episodes.avi
But that scanned episode 21 twice. Any ideas what I should be calling it to have the scraper scan episode 21 and 22 from that file?
Any help is much appreaciated.
Thanks,
Harry