Page 1 of 1

Specials to season 0

Posted: 21 Feb 2014, 14:45
by Zerelah
Hi guys
I am using this format and it works to my needs but i cant figure out how to change it so season specials become season 0
{n}/Season {s}/{n} {episode.special ? 'S00E'+special.pad(2) : s00e00} {t}{"."+lang.getDisplayName(Locale.getDefault()).upperInitial()}

hope someone has a quick fix ;)

Re: Specials to season 0

Posted: 21 Feb 2014, 15:33
by rednoah
This is from the examples:
http://www.filebot.net/forums/viewtopic.php?f=5&t=2

Code: Select all

X:/TV Shows/{n}/{episode.special ? 'Special' : 'Season '+s}/{n} - {episode.special ? 'S00E'+special.pad(2) : s00e00} - {t}
I'm sure you can figure out how to modify it do do what you want.

Re: Specials to season 0

Posted: 21 Feb 2014, 15:37
by Zerelah
hey rednoah
I have had at look and tried to modify it but I cant get it to display season 0, I tried to remove the special and replace it with season 0 but it dident change anything

Re: Specials to season 0

Posted: 21 Feb 2014, 15:53
by rednoah
Screenshots.

And it most definitely does work. If 'Special' works then 'Season 0' also works. There's no logic that could change, other than the episode not being a special in the first place.

Re: Specials to season 0

Posted: 23 Feb 2014, 02:39
by Zerelah
Hi rednoah

you were correct I tried to start over using the string above and it worked for some reason the one I used in FB i Had deleted the special from it so thank you

Re: Specials to season 0

Posted: 30 Nov 2024, 09:56
by rednoah