Skip to content
This repository has been archived by the owner on Sep 20, 2023. It is now read-only.

Expand external file flag documentation #715

Merged
Changes from 1 commit
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
4 changes: 3 additions & 1 deletion general/server/media/external-files.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,9 @@ Additional flags can be appended to the filename (separated by the `.` delimiter
* Marks the subtitle stream as forced, typically used for translation of segments of audio/text that differ from the primary language.
* Hearing Impaired (Jellyfin 10.9+): `sdh`, `cc`, `hi`
* Indicates that the subtitle stream has additional information to help viewers that are hearing impaired.
* Note that `hi` collides with the Hindi language abbreviation. `hi` by itself with resolve as a Hindi-language track, while `hi` in conjunction with another language identifier (such as `title.en.hi.srt`) will use the other language and tag it as hearing impaired.

> [!Note]
> `hi` collides with the Hindi language abbreviation. `hi` by itself with resolve as a Hindi-language track, while `hi` in conjunction with another language identifier (such as `title.en.hi.srt`) will use the other language and tag it as hearing impaired.
1337joe marked this conversation as resolved.
Show resolved Hide resolved

Flags are ignored on containers with more than one stream.

Expand Down