Help with renaming episodes of West Wing
Posted: 16 Jan 2015, 06:31
I had the following directory structure -
tv\The West Wing\Season 3
The West Wing s03e01
...
The West Wing s03e22
here is the tvdb listing which is used for matching - http://thetvdb.com/?tab=season&seriesid ... 4361&lid=7
As you can see there is one special episode and 21 episodes. After FileBot ran, it renamed files so that 3x01 was in fact 3x00 (the special) and so on. So now I want to renumber things so that it is fixed.
Here is the format I am using -
\\server\Tv\{n} ({y})\{episode.special ? 'Season 0':'Season ' + s}\{n} - {s+'x'}{e.pad(2)} - {episode.title.replacePart(', Part $1').replaceAll(/[!?.]+$/).replaceAll(/[`´‘’ʻ]/, "'").lowerTrail()}
I got this from another post in the forums and slightly modified to suit my needs
Thanks, this is my first post and I am still learning to use this wonderful software.
tv\The West Wing\Season 3
The West Wing s03e01
...
The West Wing s03e22
here is the tvdb listing which is used for matching - http://thetvdb.com/?tab=season&seriesid ... 4361&lid=7
As you can see there is one special episode and 21 episodes. After FileBot ran, it renamed files so that 3x01 was in fact 3x00 (the special) and so on. So now I want to renumber things so that it is fixed.
Here is the format I am using -
\\server\Tv\{n} ({y})\{episode.special ? 'Season 0':'Season ' + s}\{n} - {s+'x'}{e.pad(2)} - {episode.title.replacePart(', Part $1').replaceAll(/[!?.]+$/).replaceAll(/[`´‘’ʻ]/, "'").lowerTrail()}
I got this from another post in the forums and slightly modified to suit my needs
Thanks, this is my first post and I am still learning to use this wonderful software.