I have "Garfield and Friends S01E01 Peace and Quiet; Wanted Wade; Garfield Goes Hawaiian". When I look at the episode list, it appears to be
Episodes 1, 6 and 7. When I use the edit match feature, it looks like the final output becomes something like: "Garfield and Friends S01E01-E07 Peace and Quiet and Wanted Wade. and Garfield goes Hawaiian".
Is there anyway to have it show the actual episode numbers in the file name?
Multiple Episodes - Different Episode Order
Re: Multiple Episodes - Different Episode Order

You can always use a custom format to generate the file paths you want:
Code: Select all
S{ s.pad(2) }E{ es*.pad(2).join('E') }
Code: Select all
S01E01E06E07
EDIT:

Code: Select all
{ kodi }
Code: Select all
TV Shows/Garfield and Friends/Season 1/Garfield and Friends - 1x01x06x07 - Peace & Quiet & Wanted - Wade & Garfield Goes Hawaiian
EDIT 2:
FileBot r9565 improves support for non-sequential episode numbers:
Code: Select all
{s00e00} => S01E01E05E06
{sxe} => 1x01x05x06