I haven't used the [Filename (path)] tagging function a lot, but I found it works as expected and described by Yaobing.
It would help to not write partial rules and file paths in the discussion, as it just makes it hard to work out what is intended. Using episode examples would help as well.
But for example, in your first post Kev, this is obviously wrong, as you have added an unrequired
red \, highlighted below.
... ( also placed season in between [series]\season\[season] )... (but jriver always adds another folder called season,
This is going to result in a path of;
series name\season\season number
i.e.
Big Bang Theory\season\9
as MC replaces any tag exactly as specified in the rule. The rule is a character by character template. Anything inside a tag delimiter, [], and the delimiters themselves, are replaced exactly with the contents of the tag. Anything else is reproduced exactly as you write it.
If a tag is empty, then that portion of the rule produces no characters. i.e. If [Season] is empty, the above rule would have put the file into the sub-directory;
Big Bang Theory\season\
So, for Episode 5 of Season 9 of "Big Bang Theory",
if the EPG data for Season and Episode exists, the file created by MC will be;
Big Bang Theory - S09E05 - The Perspiration Implementation.ts
For this recording, when using the tagging rule for [Filename (path)] of;
E:\Shows\[Series]\Season [Season]\
the file will be saved in the folder ;
E:\Shows\Big Bang Theory\Season 9\
Note: The [Filename (path)] tag does not include the actual file name. Leave the file name structure off and let MC name it correctly, as it will. If you want to use a different naming convention, which it doesn't look like you do, then set the [Filename (name)] tag in the tagging section of the Recording Rule. However, if you do that you will lose the leading zeros in the Season and Episode numbering. See below.
So the full path to the file will be;
E:\Shows\Big Bang Theory\Season 9\Big Bang Theory - S09E05 - The Perspiration Implementation.ts
Note that for file naming of recordings, the leading zero is retained or added for the "SxxEyy" portion of the name, as it should be. At the same time, the leading zero is stripped from the [Season] and [Episode] tags, so the final sub-directory is "Season 9" rather than "Season 09".
Easy really.