Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add movies split across multiple parts #1198

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 24 additions & 0 deletions docs/general/server/media/movies.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,30 @@ 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)`

## 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