@jellyfin/sdk
    Preparing search index...

    Interface LyricMetadata

    LyricMetadata model.

    LyricMetadata

    interface LyricMetadata {
        Album?: null | string;
        Artist?: null | string;
        Author?: null | string;
        By?: null | string;
        Creator?: null | string;
        IsSynced?: null | boolean;
        Length?: null | number;
        Offset?: null | number;
        Title?: null | string;
        Version?: null | string;
    }
    Index

    Properties

    Album?: null | string

    Gets or sets the album this song is on.

    LyricMetadata

    Artist?: null | string

    Gets or sets the song artist.

    LyricMetadata

    Author?: null | string

    Gets or sets the author of the lyric data.

    LyricMetadata

    By?: null | string

    Gets or sets who the LRC file was created by.

    LyricMetadata

    Creator?: null | string

    Gets or sets the software used to create the LRC file.

    LyricMetadata

    IsSynced?: null | boolean

    Gets or sets a value indicating whether this lyric is synced.

    LyricMetadata

    Length?: null | number

    Gets or sets the length of the song in ticks.

    LyricMetadata

    Offset?: null | number

    Gets or sets the lyric offset compared to audio in ticks.

    LyricMetadata

    Title?: null | string

    Gets or sets the title of the song.

    LyricMetadata

    Version?: null | string

    Gets or sets the version of the creator used.

    LyricMetadata