Specials are renamed different

All your suggestions, requests and ideas for future development
Post Reply
User avatar
xadox
Posts: 32
Joined: 23 Mar 2012, 05:49

Specials are renamed different

Post 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".
Greets XadoX
User avatar
rednoah
The Source
Posts: 22923
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: Specials are renamed different

Post 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
:idea: Please read the FAQ and How to Request Help.
User avatar
xadox
Posts: 32
Joined: 23 Mar 2012, 05:49

Re: Specials are renamed different

Post by xadox »

Thx for the fast feedback.
Greets XadoX
User avatar
xadox
Posts: 32
Joined: 23 Mar 2012, 05:49

Re: Specials are renamed different

Post by xadox »

I was trying as you said. Somehow FileBot would like to rename S00E02 to S00E04?
http://tinypic.com/r/35mkxuv/5
Greets XadoX
User avatar
rednoah
The Source
Posts: 22923
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: Specials are renamed different

Post by rednoah »

Yeah, that doesn't seem to work. I'll fix that.

EDIT:
Fixed with r967
:idea: Please read the FAQ and How to Request Help.
Post Reply