I’ve got a video file that includes two special episodes of a tv show, and I’m having trouble getting the naming right for the TVDB agent.
The usual convention for naming stacked episodes is something like “Show.title.S01E01E02.ext”. If the file contained the first three episodes of that season, the correct name would be “Show.title.S01E01E03.ext”, as Plex would recognize that file as containing all episodes in the range E01 to E03.
Here’s the problem. The file I’m trying to name contains non-sequential episodes, so this range convention interferes with the recognition of other episodes between the two non-sequential episodes in this file. So instead of having Plex recognize S00E15 and S00E22 of Banshee, using this ranged convention makes Plex think this file contains all episodes between S00E15 and S00E22.
I’ve tried naming the file “Banshee.S00E15&E22.ext”, but that still reads it as a range.
I could simply split the file and name the episodes individually, but it would be more elegant to solve the problem with a name. Is there a naming rule that would solve my problem?