Page 1 of 1

filename convention(s) for multi-episode videos

Posted: Sun Mar 03, 2024 9:52 am
by fenwal
Some of my TV series files contain multiple episodes. Stated differently: a single video file might contain 2 or more consecutive episodes (e.g., parts 1,2,3).
I want to name my files in a way that UMS can parse successfully.

For a single episode, I use something like:

seriesName.S01E01.mkv

What is the best choice (from UMS's perspective) for naming a multi-episode video?
Below are some of the schemes I've seen people use:

seriesName.S01E01E02E03.mkv
seriesName.S01E01S02E02S01E03.mkv
seriesName.S01E01-E03.mkv
seriesName.S01E01.S01E02.S01E03.mkv

I have at least one video with 2 episodes that cross season boundaries (e.g., cliffhanger episodes).
I've used the convention below, but want to be sensitive to UMS's parsing:

seriesName.S01E22.S02E01.mkv

Thanks for any insights.

Re: filename convention(s) for multi-episode videos

Posted: Sun Mar 03, 2024 2:33 pm
by mik_s
I don't know exactly but from other examples I have seen and from what makes most sense to me I think seriesName.S01E01-03.mkv is what it should be.

There is no point in repeating the series number for each episode like in the other example you gave as they will be the same, and better to show the range if there are 2 or more episodes in a single video instead of listing each one fully.

This is assuming that all episodes belong to the same series and are consecutive so for you last example that might be better.

Re: filename convention(s) for multi-episode videos

Posted: Sun Mar 03, 2024 5:38 pm
by boss
I do mine like this which works fine:
seriesName S01E01-E03.mkv (I use a space rather than the dot in the filename).

I don't have any series with 2 episodes that cross season boundaries, but I think this would work fine:
seriesName S01E22-S02E01.mkv