mirror of
https://github.com/jellyfin/jellyfin.org.git
synced 2025-06-19 08:58:52 +00:00
2.5 KiB
2.5 KiB
Extras
Extras can be added to movies, show series, show seasons, and music videos in a few different ways, as listed below.
Extras Folders
One of the cleanest ways of adding extras is to place them in subfolders within your media folders.
Supported folder types are:
behind the scenes
deleted scenes
interviews
scenes
samples
shorts
featurettes
clips
other
- Generic catch all for extras of an unknown type.extras
- Generic catch all for extras of an unknown type.trailers
Best_Movie_Ever (2019)
├── Best_Movie_Ever (2019).mp4
├── behind the scenes
│ └── Finding the right score.mp4
└── extras
└── Home recreation.mp4
Awesome TV Show (2024)
├── Season 1
│ ├── S01E01 episode name.mp4
│ └── trailers
│ └── trailer1.mp4
└── interviews
└── Interview with the Director.mp4
File Name
Some types of extras support a special option if you only have a single of that type. These options are to name the filename a specific word when stored in the same folder.
Supported filenames are:
trailer
sample
theme
- Audio file of the theme song
Best_Movie_Ever (2019)
├── Best_Movie_Ever (2019) - 1080P.mp4
└── theme.mp3
Awesome TV Show (2024)
├── Season 1
│ ├── S01E01 episode name.mp4
│ └── theme.flac
└── sample.mp4
File Suffix
If you would rather keep everything in a single folder, you can append special suffixes to the filename which Jellyfin picks up and uses to identify the file as an extra. Note that, with a few noted exceptions, these suffixes DO NOT contain any spaces.
-trailer
.trailer
_trailer
trailer
- This is a space followed by the wordtrailer
-sample
.sample
_sample
sample
- This is a space followed by the wordsample
-scene
-clip
-interview
-behindthescenes
-deleted
-deletedscene
-featurette
-short
-other
-extra
Best_Movie_Ever (2019)
├── Best_Movie_Ever (2019) - 1080P.mp4
├── Preview Trailer.trailer.mp4
└── Making of The Best Movie Ever-behindthescenes.mp4
Awesome TV Show (2024)
├── Season 1
│ ├── S01E01 episode name.mp4
│ └── Preview Trailer.trailer.mp4
└── making of awesome tv show-behindthescenes.mp4