Jellyfin - Plugins - "Subtitle Extract" - Config¶
Configuration options for jellyfin plugins "Subtitle Extract" config.
Available Options
This page documents 11 configuration options.
nixflix.jellyfin.plugins."Subtitle Extract".config¶
Plugin to automatically extract embedded subtitles.
| Type | submodule |
| Default | |
| Declared in | modules/jellyfin/plugins/subtitleExtract.nix |
nixflix.jellyfin.plugins."Subtitle Extract".config.AllSubtitleCodecs¶
Full list of all supported subtitle codecs with their display names. Only works when IsAdvancedMode = true;.
| Type | list of (submodule) |
| Default | |
| Declared in | modules/jellyfin/plugins/subtitleExtract.nix |
nixflix.jellyfin.plugins."Subtitle Extract".config.AllSubtitleCodecs.*.Text¶
Human-readable display name and description of the subtitle format.
| Type | string |
| Declared in | modules/jellyfin/plugins/subtitleExtract.nix |
nixflix.jellyfin.plugins."Subtitle Extract".config.AllSubtitleCodecs.*.Value¶
Codec identifier used internally to reference the subtitle format.
| Type | string |
| Declared in | modules/jellyfin/plugins/subtitleExtract.nix |
nixflix.jellyfin.plugins."Subtitle Extract".config.ExtractionDuringLibraryScan¶
Whether to extract embedded subtitles and attachments during a library scan.
| Type | boolean |
| Default | |
| Declared in | modules/jellyfin/plugins/subtitleExtract.nix |
nixflix.jellyfin.plugins."Subtitle Extract".config.IncludeGraphicalSubtitles¶
Includes: DVD subtitles (VOBSUB), Blu-ray subtitles (PGS), and other image-based formats. It will extract subtitles from medias containing at least one graphical subtitle.
| Type | boolean |
| Default | |
| Declared in | modules/jellyfin/plugins/subtitleExtract.nix |
nixflix.jellyfin.plugins."Subtitle Extract".config.IncludeTextSubtitles¶
Includes: SRT, ASS/SSA, WebVTT, and other text-based subtitle formats. It will extract subtitles from medias containing only text subtitles.
| Type | boolean |
| Default | |
| Declared in | modules/jellyfin/plugins/subtitleExtract.nix |
nixflix.jellyfin.plugins."Subtitle Extract".config.IsAdvancedMode¶
Enable advanced codec selection for fine-grained control
| Type | boolean |
| Default | |
| Declared in | modules/jellyfin/plugins/subtitleExtract.nix |
nixflix.jellyfin.plugins."Subtitle Extract".config.SelectedAttachmentsLibraries¶
List of libraries from which attachments will be extracted.
| Type | list of string |
| Default | |
| Declared in | modules/jellyfin/plugins/subtitleExtract.nix |
nixflix.jellyfin.plugins."Subtitle Extract".config.SelectedCodecs¶
Limit subtitle extraction to media with all subtitle streams matching the selected codecs. Only works when IsAdvancedMode = true;.
| Type | list of string |
| Default | |
| Declared in | modules/jellyfin/plugins/subtitleExtract.nix |
nixflix.jellyfin.plugins."Subtitle Extract".config.SelectedSubtitlesLibraries¶
List of libraries from which subtitles will be extracted.
| Type | list of string |
| Default | |
| Declared in | modules/jellyfin/plugins/subtitleExtract.nix |