filename convention(s) for multi-episode videos

General discussion about Universal Media Server (no support or requests)
Post Reply
fenwal
Posts: 5
Joined: Tue Feb 13, 2024 6:00 am

filename convention(s) for multi-episode videos

Post 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.
User avatar
mik_s
Moderator
Posts: 1130
Joined: Wed Aug 23, 2017 11:03 pm
Location: UK

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

Post 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.
Logs are important for us to help, Please follow This Link before asking for support. Just a forum cleaner, Will help if I can but no expert.
boss
Posts: 348
Joined: Thu Jun 30, 2016 1:07 pm

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

Post 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
Post Reply