Jellyfin - Branding¶
Configuration options for jellyfin branding.
Available Options
This page documents 4 configuration options.
nixflix.jellyfin.branding.customCss¶
Custom CSS to be injected into the web client.
| Type | strings concatenated with "\n" |
| Default | |
| Declared in | modules/jellyfin/options/branding.nix |
nixflix.jellyfin.branding.loginDisclaimer¶
Sets the text shown during login underneath the form.
| Type | strings concatenated with "\n" |
| Default | |
| Declared in | modules/jellyfin/options/branding.nix |
nixflix.jellyfin.branding.splashscreenEnabled¶
Enables a splashscreen to be shown during loading.
| Type | boolean |
| Default | |
| Declared in | modules/jellyfin/options/branding.nix |
nixflix.jellyfin.branding.splashscreenLocation¶
Location of the splashscreen image. Custom images should be in a 16x9 aspect ratio at a minimum size of 1920x1080.
| Type | absolute path or string |
| Declared in | modules/jellyfin/options/branding.nix |