Skip to content

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

Typelist of (submodule)
Default
[ ]
Example
[
  {
    imageFetchers = [
      "TheMovieDb"
    ];
    metadataFetchers = [
      "TheMovieDb"
      "The Open Movie Database"
    ];
    type = "Movie";
  }
]
Declared inmodules/jellyfin/options/libraries.nix

nixflix.jellyfin.libraries.<name>.typeOptions.*.imageFetcherOrder

Order in which to use image fetchers

Typelist of string
Default
[ ]
Declared inmodules/jellyfin/options/libraries.nix

nixflix.jellyfin.libraries.<name>.typeOptions.*.imageFetchers

List of image fetchers to enable for this type

Typelist of string
Default
[ ]
Declared inmodules/jellyfin/options/libraries.nix

nixflix.jellyfin.libraries.<name>.typeOptions.*.metadataFetcherOrder

Order in which to use metadata fetchers

Typelist of string
Default
[ ]
Declared inmodules/jellyfin/options/libraries.nix

nixflix.jellyfin.libraries.<name>.typeOptions.*.metadataFetchers

List of metadata fetchers to enable for this type

Typelist of string
Default
[ ]
Declared inmodules/jellyfin/options/libraries.nix

nixflix.jellyfin.libraries.<name>.typeOptions.*.type

The content type (e.g., 'Movie', 'Series', 'Season', 'Episode', 'MusicAlbum', 'MusicArtist', 'Audio')

Typestring
Example
"Movie"
Declared inmodules/jellyfin/options/libraries.nix