Movies
Movies can be added to a Jellyfin server using the "Movies" library type.
Most common video formats are supported by Jellyfin, such as mp4 and mkv. In addition, VIDEO_TS and BDMV folders are supported for movies and music videos. VIDEO_TS or BDMV folders do not support multiple versions, multiple parts or external subtitle/audio tracks.
.iso files and other disc image formats should work, but are not supported. It is recommended that disc image formats be remuxed into mkv containers, or extracted into VIDEO_TS or BDMV folders.
File names should match the name listed by your metadata provider whenever possible. However, certain characters cannot be used as they are reserved by jellyfin. Including them WILL cause problems. The following characters are known to cause issues: <, >, :, ", /, \, |, ?, *
Organization
Movies should be organized into individual folders for each movie. The folder can optionally contain extra files.
Movies
├── Best_Movie_Ever (2019)
│ ├── Best_Movie_Ever (2019).mp4
│ ├── Best_Movie_Ever (2019).nfo
│ ├── Best_Movie_Ever (2019).en_us.srt
│ ├── cover.png
│ └── theme.mp3
└── Movie (2021) [imdbid-tt12801262]
├── backdrop.jpg
└── VIDEO_TS
├── VIDEO_TS.BUP
├── VIDEO_TS.IFO
├── VIDEO_TS.VOB
├── VTS_01_0.BUP
├── VTS_01_0.IFO
├── VTS_01_0.VOB
├── VTS_01_1.VOB
└── VTS_01_2.VOB
Naming
The folder containing the movie should be named in the following format:
Movie Name (year) [metadata provider id]
The year and metadata provider id fields are optional, but they will help identify media more reliably.
The video files within the folder should have the same name as the folder. I.e. if the folder is named Super Fun Movie, the video file within should be named Super Fun Movie.mp4 (or any other extension), optionally with tags defined below.
- Example with name only:
Jellyfin Documentary.mkv - Example with year:
Jellyfin Documentary (2030).mkv - Example with metadata provider id:
Jellyfin Documentary [imdbid-tt00000000].mkv - Example with both year and metadata provider id:
Jellyfin Documentary (2030) [imdbid-tt00000000].mkv
Metadata providers
Jellyfin fetches information about the media automatically from external metadata providers for most types of content. Movies and shows can be named with a metadata provider ID to improve matching.
Movie Name (year) [metadata provider id]
Series Name (year) [metadata provider id]
Read more about it in the metadata provider identifiers section.
External Subtitles and Audio Tracks
External Subtitles and audio tracks can be added with file suffixes.
Movies
└── Film (1986)
├── Film.mkv
├── Film.default.srt
├── Film.default.en.forced.ass
├── Film.forced.en.dts
├── Film.en.sdh.srt
└── Film.English Commentary.en.mp3
Shows
└── Series Name A (2021)
└── Season 1
├── Series Name A (2021) S01E01 Title.avi
├── Series Name A (2021) S01E01 Title.ja.ass
└── Series Name A (2021) S01E01 Title.commentary.ja.aac
Each title/flag field can be a generic string, or a special flag. A file can have multiple flags, separated with .
| Type | Flag |
|---|---|
| Default | default |
| Forced | forced, foreign |
| Hearing Impaired | sdh, cc, hi |
hi collides with the Hindi language abbreviation. hi by itself will resolve as a Hindi language track, while hi in addition to another language identifier (such as title.en.hi.srt) will use the other language and tag it as hearing impaired.
Flags are ignored on containers with more than one stream.
Any arbitrary text not parsable to a language or flag will be combined and used as the title of the stream (if there is not a stream title already embedded in the file metadata). The last file in the above example will be parsed as an English mp3 audio stream with the title English Commentary.
Multiple Versions
Jellyfin supports storing multiple versions of the same video within a single movie folder by using filename suffixes. Each file must begin exactly with the parent folder name - including any year and/or metadata provider IDs - before adding a version label. This prefix must match character-for-character; otherwise, the files will be treated as separate movies.
Movie (2021) [imdbid-tt12801262]
├── Movie (2021) [imdbid-tt12801262] - 2160p.mp4