Multi-Episode Naming

signe

17-02-2009 07:55:19

Related to viewtopic.php?f=4&t=7

Right now, after setting up a merge rule, multiple episodes are renamed to something like "E01-E05" which means that it is "01, 02, 03, 04, 05".

My primary use for TVRenamer is with XBMC, and unfortunately it doesn't support ranges in this type.

Would it be possible to instead use the "E01E02E03E04E05" format? This is how XMBC identifies the files - it wants to know every episode that's contained.

This is the current filename template (by default):
{ShowName} - S{Season:2}E{Episode}[-E{Episode2}] - {EpisodeName}

A template example of what I'm talking about could be denoted like this:
{ShowName} - S{Season:2}E{Episode}[-E{EpisodeN}]+ - {EpisodeName}

The change to EpisodeN from Episode2, and the + denoting "repeat until complete". Those wishing to use the current format could stick with the current template.

sstteevvee

17-02-2009 23:30:09

Should be easy to do. I'll put it in soon. I might do something like: {AllEps:E} which would expand to "E01", "E01E02" , "E01E02E03" etc., or {AllEps:x} to get "x01x02x03".