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

    Type Alias ParsedTrackInfo

    type ParsedTrackInfo = {
        title?: string | null;
        cleanTitle?: string | null;
        artistTitle?: string | null;
        albumTitle?: string | null;
        artistTitleInfo?: ArtistTitleInfo;
        artistMBId?: string | null;
        albumMBId?: string | null;
        releaseMBId?: string | null;
        recordingMBId?: string | null;
        trackMBId?: string | null;
        discNumber?: number;
        discCount?: number;
        country?: Lidarr.IsoCountry;
        year?: number;
        label?: string | null;
        catalogNumber?: string | null;
        disambiguation?: string | null;
        duration?: string;
        quality?: Lidarr.QualityModel;
        mediaInfo?: Lidarr.MediaInfoModel;
        trackNumbers?: number[] | null;
        releaseGroup?: string | null;
        releaseHash?: string | null;
    }
    Index

    Properties

    title?: string | null
    cleanTitle?: string | null
    artistTitle?: string | null
    albumTitle?: string | null
    artistTitleInfo?: ArtistTitleInfo
    artistMBId?: string | null
    albumMBId?: string | null
    releaseMBId?: string | null
    recordingMBId?: string | null
    trackMBId?: string | null
    discNumber?: number
    discCount?: number
    country?: Lidarr.IsoCountry
    year?: number
    label?: string | null
    catalogNumber?: string | null
    disambiguation?: string | null
    duration?: string
    trackNumbers?: number[] | null
    releaseGroup?: string | null
    releaseHash?: string | null