Page 1 of 1

Specials are renamed different

Posted: 29 Mar 2012, 04:51
by xadox
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".

Re: Specials are renamed different

Posted: 29 Mar 2012, 05:08
by rednoah
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:

Code: Select all

{n} - {episode.special ? 'S00E'+special.pad(2) : s00e00} - {t}
@see Common Naming Schemes
http://filebot.sourceforge.net/forums/v ... =5&t=2#p51

Re: Specials are renamed different

Posted: 29 Mar 2012, 05:22
by xadox
Thx for the fast feedback.

Re: Specials are renamed different

Posted: 30 Mar 2012, 17:46
by xadox
I was trying as you said. Somehow FileBot would like to rename S00E02 to S00E04?
http://tinypic.com/r/35mkxuv/5

Re: Specials are renamed different

Posted: 31 Mar 2012, 00:12
by rednoah
Yeah, that doesn't seem to work. I'll fix that.

EDIT:
Fixed with r967