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
MichaelRUSF committed Nov 11, 2024
1 parent 952c118 commit 9f5bf4f
Showing 1 changed file with 24 additions and 0 deletions.
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

0 comments on commit 9f5bf4f

Please sign in to comment.