Not really, because I want the file and folder to be separate. I don't want "Season x" on the FILE name. I like the way it is now for the file. The folder though, should have its own setting that allows you to name it as it is or as I suggested. :)
[UPDATE] I think I see what you're showing. You have it hard coded with the path which I don't. I use a relative path. You're also correct about the 0s that are padded for 1-9 which would have to be removed. I'll have to play with relative locations and see how that works.
[UPDATE2] Looks like relative paths won't work as expected as the default season folder still gets created, e.g.,
.\The Munsters\S01\Season 01
AYColumbia
You need to use
..\..\
To get rid of the S01. This bug has been there since the beginning of the naming template. Very annoying.
So, for you, I would say use:
..\..\{show.name}\Season {season.num}\whatever you want your filename to be