Series format is skipping s0e00.
Posted: 22 Mar 2016, 03:12
				
				I have the following series format:
And it outputs a file like: 
If I remove the last  then it works just fine and gives me the show name and episode number.  But trying to add the show title fails.  What am I missing here?
			Code: Select all
seriesFormat = TV Shows/{n}/{episode.special ? 'Special' : 'Season '+s.pad(1)}/{n} - {episode.special ? 'S0E'+special.pad(1) : s0e00} - {t}Code: Select all
TV Shows/The Walking Dead/Season 6/The Walking Dead - - Twice as Far.mkvCode: Select all
- {t}