From f514e7e345734b5761d5da0f67a1505445107e31 Mon Sep 17 00:00:00 2001 From: Max <@> Date: Mon, 11 Nov 2024 20:26:36 -0500 Subject: [PATCH] Add movies split across multiple parts --- docs/general/server/media/movies.md | 30 +++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) diff --git a/docs/general/server/media/movies.md b/docs/general/server/media/movies.md index fa4c46bcd..e99535418 100644 --- a/docs/general/server/media/movies.md +++ b/docs/general/server/media/movies.md @@ -93,6 +93,36 @@ To group media manually, long-click or right-click media to highlight then selec ::: +## Movies Split Across Multiple Parts + +Movies that are split into multiple files can be stacked together if named correctly. Files should be named as follows: + +- `Movie Name (2010)/Movie Name.mkv` + +The separator is optional between `` and ``. `` can be any number, or the letters a-d. + +Supported part types are: + +- `cd` +- `dvd` +- `part` +- `pt` +- `disc` +- `disk` + +Supported separators are: + +- `(space)` +- `. (period)` +- `- (dash)` +- `_ (underscore)` + +:::note + +This does not work in conjunction with multiple versions or merging. + +::: + ## Movie Extras Movie extras can include deleted scenes, interviews, and other various things that you would want to include alongside your movie. Jellyfin supports several different methods of adding these files.