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

    Type Alias AlbumResourceWritable

    type AlbumResourceWritable = {
        id?: number;
        title?: string | null;
        disambiguation?: string | null;
        overview?: string | null;
        artistId?: number;
        foreignAlbumId?: string | null;
        monitored?: boolean;
        anyReleaseOk?: boolean;
        profileId?: number;
        duration?: number;
        albumType?: string | null;
        secondaryTypes?: string[] | null;
        ratings?: Lidarr.Ratings;
        releaseDate?: string | null;
        releases?: AlbumReleaseResourceWritable[] | null;
        genres?: string[] | null;
        media?: MediumResource[] | null;
        artist?: ArtistResourceWritable;
        images?: Lidarr.MediaCoverWritable[] | null;
        links?: Lidarr.Links[] | null;
        lastSearchTime?: string | null;
        statistics?: AlbumStatisticsResourceWritable;
        addOptions?: AddAlbumOptions;
        remoteCover?: string | null;
    }
    Index

    Properties

    id?: number
    title?: string | null
    disambiguation?: string | null
    overview?: string | null
    artistId?: number
    foreignAlbumId?: string | null
    monitored?: boolean
    anyReleaseOk?: boolean
    profileId?: number
    duration?: number
    albumType?: string | null
    secondaryTypes?: string[] | null
    ratings?: Lidarr.Ratings
    releaseDate?: string | null
    releases?: AlbumReleaseResourceWritable[] | null
    genres?: string[] | null
    media?: MediumResource[] | null
    images?: Lidarr.MediaCoverWritable[] | null
    links?: Lidarr.Links[] | null
    lastSearchTime?: string | null
    addOptions?: AddAlbumOptions
    remoteCover?: string | null