Tsarr Documentation - v1.8.0
    Preparing search index...

    Type Alias ArtistResourceWritable

    type ArtistResourceWritable = {
        id?: number;
        status?: ArtistStatusType;
        artistName?: string | null;
        foreignArtistId?: string | null;
        mbId?: string | null;
        tadbId?: number;
        discogsId?: number;
        allMusicId?: string | null;
        overview?: string | null;
        artistType?: string | null;
        disambiguation?: string | null;
        links?: Lidarr.Links[] | null;
        nextAlbum?: AlbumResourceWritable;
        lastAlbum?: AlbumResourceWritable;
        images?: Lidarr.MediaCoverWritable[] | null;
        members?: Member[] | null;
        remotePoster?: string | null;
        path?: string | null;
        qualityProfileId?: number;
        metadataProfileId?: number;
        monitored?: boolean;
        monitorNewItems?: Lidarr.NewItemMonitorTypes;
        rootFolderPath?: string | null;
        folder?: string | null;
        genres?: string[] | null;
        cleanName?: string | null;
        sortName?: string | null;
        tags?: number[] | null;
        added?: string;
        addOptions?: AddArtistOptions;
        ratings?: Lidarr.Ratings;
        statistics?: ArtistStatisticsResourceWritable;
    }
    Index

    Properties

    id?: number
    artistName?: string | null
    foreignArtistId?: string | null
    mbId?: string | null
    tadbId?: number
    discogsId?: number
    allMusicId?: string | null
    overview?: string | null
    artistType?: string | null
    disambiguation?: string | null
    links?: Lidarr.Links[] | null
    images?: Lidarr.MediaCoverWritable[] | null
    members?: Member[] | null
    remotePoster?: string | null
    path?: string | null
    qualityProfileId?: number
    metadataProfileId?: number
    monitored?: boolean
    monitorNewItems?: Lidarr.NewItemMonitorTypes
    rootFolderPath?: string | null
    folder?: string | null
    genres?: string[] | null
    cleanName?: string | null
    sortName?: string | null
    tags?: number[] | null
    added?: string
    addOptions?: AddArtistOptions
    ratings?: Lidarr.Ratings