Jellyfin - Libraries - Type Options¶
Configuration options for jellyfin libraries typeOptions.
Available Options
This page documents 6 configuration options.
nixflix.jellyfin.libraries.<name>.typeOptions¶
Content type-specific metadata and image fetcher configuration
| Type | list of (submodule) |
| Default | |
| Example | |
| Declared in | modules/jellyfin/options/libraries.nix |
nixflix.jellyfin.libraries.<name>.typeOptions.*.imageFetcherOrder¶
Order in which to use image fetchers
| Type | list of string |
| Default | |
| Declared in | modules/jellyfin/options/libraries.nix |
nixflix.jellyfin.libraries.<name>.typeOptions.*.imageFetchers¶
List of image fetchers to enable for this type
| Type | list of string |
| Default | |
| Declared in | modules/jellyfin/options/libraries.nix |
nixflix.jellyfin.libraries.<name>.typeOptions.*.metadataFetcherOrder¶
Order in which to use metadata fetchers
| Type | list of string |
| Default | |
| Declared in | modules/jellyfin/options/libraries.nix |
nixflix.jellyfin.libraries.<name>.typeOptions.*.metadataFetchers¶
List of metadata fetchers to enable for this type
| Type | list of string |
| Default | |
| Declared in | modules/jellyfin/options/libraries.nix |
nixflix.jellyfin.libraries.<name>.typeOptions.*.type¶
The content type (e.g., 'Movie', 'Series', 'Season', 'Episode', 'MusicAlbum', 'MusicArtist', 'Audio')
| Type | string |
| Example | |
| Declared in | modules/jellyfin/options/libraries.nix |