---
title: "Gets the library options info."
method: GET
path: "/Libraries/AvailableOptions"
tags: ["Library"]
---

# Gets the library options info.

`GET /Libraries/AvailableOptions`

## Query parameters

- `libraryContentType` string, nullable — Library content type.
- `isNewLibrary` boolean — Whether this is a new library.

## Response `200`

Library options info returned.

- LibraryOptionsResultDto — Library options result dto.
  - `MetadataSavers` LibraryOptionInfoDto[], nullable — Gets or sets the metadata savers.
    - `Name` string, nullable — Gets or sets name.
    - `DefaultEnabled` boolean — Gets or sets a value indicating whether default enabled.
  - `MetadataReaders` LibraryOptionInfoDto[], nullable — Gets or sets the metadata readers.
    - `Name` string, nullable — Gets or sets name.
    - `DefaultEnabled` boolean — Gets or sets a value indicating whether default enabled.
  - `SubtitleFetchers` LibraryOptionInfoDto[], nullable — Gets or sets the subtitle fetchers.
    - `Name` string, nullable — Gets or sets name.
    - `DefaultEnabled` boolean — Gets or sets a value indicating whether default enabled.
  - `TypeOptions` LibraryTypeOptionsDto[], nullable — Gets or sets the type options.
    - `Type` string, nullable — Gets or sets the type.
    - `MetadataFetchers` LibraryOptionInfoDto[], nullable — Gets or sets the metadata fetchers.
      - `Name` string, nullable — Gets or sets name.
      - `DefaultEnabled` boolean — Gets or sets a value indicating whether default enabled.
    - `ImageFetchers` LibraryOptionInfoDto[], nullable — Gets or sets the image fetchers.
      - `Name` string, nullable — Gets or sets name.
      - `DefaultEnabled` boolean — Gets or sets a value indicating whether default enabled.
    - `SupportedImageTypes` ImageType[], nullable — Gets or sets the supported image types.
    - `DefaultImageOptions` ImageOption[], nullable — Gets or sets the default image options.
      - `Type` 'Primary' | 'Art' | 'Backdrop' | 'Banner' | 'Logo' | 'Thumb' | 'Disc' | 'Box' | 'Screenshot' | 'Menu' | 'Chapter' | 'BoxRear' | 'Profile' — Enum ImageType.
      - `Limit` integer — Gets or sets the limit.
      - `MinWidth` integer — Gets or sets the minimum width.

## Other responses

- `401` — Unauthorized
- `403` — Forbidden

---

[API](https://skmtc.net/jellyfin/apis/jellyfin-api.md) · [All operations](https://skmtc.net/jellyfin/apis/jellyfin-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/jellyfin/jellyfin-api/versions/eb6f75af7066/schema)
