taglib-ts
    Preparing search index...

    Interface TagsToWrite

    Fields accepted by writeTags. All fields are optional; any field that is undefined is left unchanged in the tag.

    interface TagsToWrite {
        album?: string;
        artist?: string;
        comment?: string;
        genre?: string;
        title?: string;
        track?: number;
        year?: number;
    }
    Index

    Properties

    album?: string

    Album name.

    artist?: string

    Primary artist or performer.

    comment?: string

    Free-form comment.

    genre?: string

    Genre string.

    title?: string

    Track title.

    track?: number

    Track number (use 0 to clear).

    year?: number

    Release year (use 0 to clear).