While trying to rename "Star Trek / Raumschiff Enterprise" with TVDb (German) there was a strange behavior with the specials. I am renaming the episodes to "{n} - {s00e00} - {t}". With the normal episodes this is working as it should.
Somehow the special episode S00E02 was renamed to "Raumschiff Enterprise - S01 - Special 2 - The Cage".
Specials are renamed different
Re: Specials are renamed different
It's a special episode of season 1. So that's the default naming for that.
If your HTPC software requires S00 naming just hardcode that into the naming scheme:
@see Common Naming Schemes
http://filebot.sourceforge.net/forums/v ... =5&t=2#p51
If your HTPC software requires S00 naming just hardcode that into the naming scheme:
Code: Select all
{n} - {episode.special ? 'S00E'+special.pad(2) : s00e00} - {t}
http://filebot.sourceforge.net/forums/v ... =5&t=2#p51
Re: Specials are renamed different
I was trying as you said. Somehow FileBot would like to rename S00E02 to S00E04?
http://tinypic.com/r/35mkxuv/5
http://tinypic.com/r/35mkxuv/5
Greets XadoX
Re: Specials are renamed different
Yeah, that doesn't seem to work. I'll fix that.
EDIT:
Fixed with r967
EDIT:
Fixed with r967