Skip to content

Commit

Permalink
Add movies split across multiple parts
Browse files Browse the repository at this point in the history
  • Loading branch information
Max committed Dec 6, 2024
1 parent 952c118 commit b09e41a
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions docs/general/server/media/movies.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,34 @@ 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<separator><parttype><separator><partnumber>.mkv`

The separator is optional between `<parttype>` and `<partnumber>`. `<partnumber>` 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.
Expand Down

0 comments on commit b09e41a

Please sign in to comment.