Jellyfin - Plugins - Subbuzz - Config¶
Configuration options for jellyfin plugins subbuzz config.
Available Options
This page documents 25 configuration options.
nixflix.jellyfin.plugins.subbuzz.config¶
SubBuzz plugin configuration payload as posted to the Jellyfin API.
| Type | submodule |
| Default | |
| Declared in | modules/jellyfin/plugins/subbuzz.nix |
nixflix.jellyfin.plugins.subbuzz.config.EnableAddic7ed¶
Enable the Addic7ed subtitle provider.
| Type | boolean |
| Default | |
| Declared in | modules/jellyfin/plugins/subbuzz.nix |
nixflix.jellyfin.plugins.subbuzz.config.EnableOpenSubtitles¶
Enable the OpenSubtitles subtitle provider.
| Type | boolean |
| Default | |
| Declared in | modules/jellyfin/plugins/subbuzz.nix |
nixflix.jellyfin.plugins.subbuzz.config.EnablePodnapisiNet¶
Enable the Podnapisi.NET subtitle provider.
| Type | boolean |
| Default | |
| Declared in | modules/jellyfin/plugins/subbuzz.nix |
nixflix.jellyfin.plugins.subbuzz.config.EnableSubSource¶
Enable the SubSource subtitle provider.
| Type | boolean |
| Default | |
| Declared in | modules/jellyfin/plugins/subbuzz.nix |
nixflix.jellyfin.plugins.subbuzz.config.EnableSubdlCom¶
Enable the Subdl.com subtitle provider.
| Type | boolean |
| Default | |
| Declared in | modules/jellyfin/plugins/subbuzz.nix |
nixflix.jellyfin.plugins.subbuzz.config.EnableSubf2m¶
Enable the Subf2m subtitle provider.
| Type | boolean |
| Default | |
| Declared in | modules/jellyfin/plugins/subbuzz.nix |
nixflix.jellyfin.plugins.subbuzz.config.EnableSubscene¶
Enable the Subscene subtitle provider.
| Type | boolean |
| Default | |
| Declared in | modules/jellyfin/plugins/subbuzz.nix |
nixflix.jellyfin.plugins.subbuzz.config.EnableSubssabbz¶
Enable the Subssabbz subtitle provider.
| Type | boolean |
| Default | |
| Declared in | modules/jellyfin/plugins/subbuzz.nix |
nixflix.jellyfin.plugins.subbuzz.config.EnableSubsunacsNet¶
Enable the Subsunacs.net subtitle provider.
| Type | boolean |
| Default | |
| Declared in | modules/jellyfin/plugins/subbuzz.nix |
nixflix.jellyfin.plugins.subbuzz.config.EnableYavkaNet¶
Enable the Yavka.net subtitle provider.
| Type | boolean |
| Default | |
| Declared in | modules/jellyfin/plugins/subbuzz.nix |
nixflix.jellyfin.plugins.subbuzz.config.EnableYifySubtitles¶
Enable the YIFY Subtitles provider.
| Type | boolean |
| Default | |
| Declared in | modules/jellyfin/plugins/subbuzz.nix |
nixflix.jellyfin.plugins.subbuzz.config.HashMatchByScore¶
Score threshold at which a subtitle is considered a hash match.
| Type | signed integer |
| Default | |
| Declared in | modules/jellyfin/plugins/subbuzz.nix |
nixflix.jellyfin.plugins.subbuzz.config.MinScore¶
Minimum score a subtitle must achieve to be downloaded.
| Type | signed integer |
| Default | |
| Declared in | modules/jellyfin/plugins/subbuzz.nix |
nixflix.jellyfin.plugins.subbuzz.config.OpenSubApiKey¶
API Key for the OpenSubtitles service.
Warning
Can be a plain string (visible in Nix store) or { _secret = /path/to/file; } for file-based secrets.
Plain-text secrets will be visible in the Nix store. Use { _secret = path; } for sensitive data.
| Type | string or (submodule) |
| Default | |
| Example | |
| Declared in | modules/jellyfin/plugins/subbuzz.nix |
nixflix.jellyfin.plugins.subbuzz.config.OpenSubPassword¶
Password for authenticating with OpenSubtitles.
Warning
Can be a plain string (visible in Nix store) or { _secret = /path/to/file; } for file-based secrets.
Plain-text secrets will be visible in the Nix store. Use { _secret = path; } for sensitive data.
| Type | string or (submodule) |
| Default | |
| Example | |
| Declared in | modules/jellyfin/plugins/subbuzz.nix |
nixflix.jellyfin.plugins.subbuzz.config.OpenSubToken¶
Session token for the OpenSubtitles service. Can be found on the OpenSubtitles.com profile page.
Warning
Can be a plain string (visible in Nix store) or { _secret = /path/to/file; } for file-based secrets.
Plain-text secrets will be visible in the Nix store. Use { _secret = path; } for sensitive data.
| Type | string or (submodule) |
| Default | |
| Example | |
| Declared in | modules/jellyfin/plugins/subbuzz.nix |
nixflix.jellyfin.plugins.subbuzz.config.OpenSubUseHash¶
When enabled, the hash of the video file will be sent in the search requests to opensubtitles.com
| Type | boolean |
| Default | |
| Declared in | modules/jellyfin/plugins/subbuzz.nix |
nixflix.jellyfin.plugins.subbuzz.config.OpenSubUserName¶
Username for authenticating with OpenSubtitles.
| Type | string |
| Default | |
| Declared in | modules/jellyfin/plugins/subbuzz.nix |
nixflix.jellyfin.plugins.subbuzz.config.SubEncoding¶
Settings controlling subtitle character encoding detection and conversion.
| Type | submodule |
| Default | |
| Declared in | modules/jellyfin/plugins/subbuzz.nix |
nixflix.jellyfin.plugins.subbuzz.config.SubEncoding.AutoDetectEncoding¶
Whether to automatically detect the encoding of subtitle files.
| Type | boolean |
| Default | |
| Declared in | modules/jellyfin/plugins/subbuzz.nix |
nixflix.jellyfin.plugins.subbuzz.config.SubEncoding.DefaultEncoding¶
Use this encoding in cases where automatic encoding detection is disabled or when automatic detection fails.
| Type | string |
| Default | |
| Declared in | modules/jellyfin/plugins/subbuzz.nix |
nixflix.jellyfin.plugins.subbuzz.config.SubSourceApiKey¶
Provide your API Key for doing API requests, if left empty provider will be disabled.
Warning
Can be a plain string (visible in Nix store) or { _secret = /path/to/file; } for file-based secrets.
Plain-text secrets will be visible in the Nix store. Use { _secret = path; } for sensitive data.
| Type | string or (submodule) |
| Default | |
| Example | |
| Declared in | modules/jellyfin/plugins/subbuzz.nix |
nixflix.jellyfin.plugins.subbuzz.config.SubdlApiKey¶
Provide your API Key for doing API requests, if left empty provider will be disabled.
Warning
Can be a plain string (visible in Nix store) or { _secret = /path/to/file; } for file-based secrets.
Plain-text secrets will be visible in the Nix store. Use { _secret = path; } for sensitive data.
| Type | string or (submodule) |
| Default | |
| Example | |
| Declared in | modules/jellyfin/plugins/subbuzz.nix |
nixflix.jellyfin.plugins.subbuzz.config.SubtitleInfoWithHtml¶
Format subtitle information displayed in search dialog using HTML. This may cause display issues in clients that doesn't support HTML. To use this with Jellyfin web interface you need to patch Jellyfin Web Client.
| Type | boolean |
| Default | |
| Declared in | modules/jellyfin/plugins/subbuzz.nix |