@jellyfin/sdk
    Preparing search index...

    Interface SongInfo

    SongInfo

    interface SongInfo {
        Album?: string | null;
        AlbumArtists?: string[] | null;
        Artists?: string[] | null;
        IndexNumber?: number | null;
        IsAutomated?: boolean;
        MetadataCountryCode?: string | null;
        MetadataLanguage?: string | null;
        Name?: string | null;
        OriginalTitle?: string | null;
        ParentIndexNumber?: number | null;
        Path?: string | null;
        PremiereDate?: string | null;
        ProviderIds?: { [key: string]: string | null } | null;
        Year?: number | null;
    }
    Index

    Properties

    Album?: string | null

    SongInfo

    AlbumArtists?: string[] | null

    SongInfo

    Artists?: string[] | null

    SongInfo

    IndexNumber?: number | null

    SongInfo

    IsAutomated?: boolean

    SongInfo

    MetadataCountryCode?: string | null

    Gets or sets the metadata country code.

    SongInfo

    MetadataLanguage?: string | null

    Gets or sets the metadata language.

    SongInfo

    Name?: string | null

    Gets or sets the name.

    SongInfo

    OriginalTitle?: string | null

    Gets or sets the original title.

    SongInfo

    ParentIndexNumber?: number | null

    SongInfo

    Path?: string | null

    Gets or sets the path.

    SongInfo

    PremiereDate?: string | null

    SongInfo

    ProviderIds?: { [key: string]: string | null } | null

    Gets or sets the provider ids.

    SongInfo

    Year?: number | null

    Gets or sets the year.

    SongInfo