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

Episode Extras #819

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
11 changes: 9 additions & 2 deletions docs/general/server/media/shows.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ Supported separators are:

## Show Extras

Show extras can include deleted scenes, interviews, and other various things that you would want to include alongside your show. Extras can be added at both the series and season level. Jellyfin supports several different methods of adding these files.
Show extras can include deleted scenes, interviews, and other various things that you would want to include alongside your show. Extras can be added at both the series and season level. **And as of Jellyfin 10.9.0 for individual episodes using both folder and suffix methods.** Jellyfin supports several different methods of adding these files.

:::note

Expand All @@ -94,7 +94,7 @@ Season level extras are only supported when season folders are used.

### Extras Folders

One of the cleanest ways of adding extras is to place them in subfolders within your show or season folder.
One of the cleanest ways of adding extras is to place them in subfolders within your show or season folder. This method can be used for episodes, but you must place the episode within a subfolder for just that episode (see example below).

Supported folder types are:

Expand All @@ -116,6 +116,11 @@ Shows
├── Season 01
│ ├── Episode S01E01.mkv
│ ├── Episode S01E02.mkv
| ├── Episode S01E03
| | ├── Episode S01E03.mkv
│ | └── deleted scenes
| | ├── Deleted scene from middle of episode.mkv
│ | └── Deleted scene after the opening credits.mkv
│ ├── featurettes
│ │ └── Some Featurette.mkv
│ └── interviews
Expand Down Expand Up @@ -157,6 +162,8 @@ Shows
├── Season 01
│ ├── Episode S01E01.mkv
│ ├── Episode S01E02.mkv
│ ├── Episode S01E02-deleted.mkv
│ ├── Episode S01E02-featurette.mkv
│ ├── Alternate Ending-deleted.mkv
│ └── Interview with the Director-interview.mp4
└── Fantastic Extra-extra.mkv
Expand Down