@jellyfin/sdk
    Preparing search index...

    Interface ImageApiGetMusicGenreImageByIndexRequest

    Request parameters for getMusicGenreImageByIndex operation in ImageApi.

    ImageApiGetMusicGenreImageByIndexRequest

    interface ImageApiGetMusicGenreImageByIndexRequest {
        backgroundColor?: string;
        blur?: number;
        fillHeight?: number;
        fillWidth?: number;
        foregroundLayer?: string;
        format?: ImageFormat;
        height?: number;
        imageIndex: number;
        imageType: ImageType;
        maxHeight?: number;
        maxWidth?: number;
        name: string;
        percentPlayed?: number;
        quality?: number;
        tag?: string;
        unplayedCount?: number;
        width?: number;
    }
    Index

    Properties

    backgroundColor?: string

    Optional. Apply a background color for transparent images.

    ImageApiGetMusicGenreImageByIndex

    blur?: number

    Optional. Blur image.

    ImageApiGetMusicGenreImageByIndex

    fillHeight?: number

    Height of box to fill.

    ImageApiGetMusicGenreImageByIndex

    fillWidth?: number

    Width of box to fill.

    ImageApiGetMusicGenreImageByIndex

    foregroundLayer?: string

    Optional. Apply a foreground layer on top of the image.

    ImageApiGetMusicGenreImageByIndex

    format?: ImageFormat

    Determines the output format of the image - original,gif,jpg,png.

    ImageApiGetMusicGenreImageByIndex

    height?: number

    The fixed image height to return.

    ImageApiGetMusicGenreImageByIndex

    imageIndex: number

    Image index.

    ImageApiGetMusicGenreImageByIndex

    imageType: ImageType

    Image type.

    ImageApiGetMusicGenreImageByIndex

    maxHeight?: number

    The maximum image height to return.

    ImageApiGetMusicGenreImageByIndex

    maxWidth?: number

    The maximum image width to return.

    ImageApiGetMusicGenreImageByIndex

    name: string

    Music genre name.

    ImageApiGetMusicGenreImageByIndex

    percentPlayed?: number

    Optional. Percent to render for the percent played overlay.

    ImageApiGetMusicGenreImageByIndex

    quality?: number

    Optional. Quality setting, from 0-100. Defaults to 90 and should suffice in most cases.

    ImageApiGetMusicGenreImageByIndex

    tag?: string

    Optional. Supply the cache tag from the item object to receive strong caching headers.

    ImageApiGetMusicGenreImageByIndex

    unplayedCount?: number

    Optional. Unplayed count overlay to render.

    ImageApiGetMusicGenreImageByIndex

    width?: number

    The fixed image width to return.

    ImageApiGetMusicGenreImageByIndex