@jellyfin/sdk
    Preparing search index...

    Variable ExternalIdMediaTypeConst

    ExternalIdMediaType: {
        Album: "Album";
        AlbumArtist: "AlbumArtist";
        Artist: "Artist";
        Book: "Book";
        BoxSet: "BoxSet";
        Episode: "Episode";
        Movie: "Movie";
        OtherArtist: "OtherArtist";
        Person: "Person";
        Recording: "Recording";
        ReleaseGroup: "ReleaseGroup";
        Season: "Season";
        Series: "Series";
        Track: "Track";
    } = ...

    The specific media type of an MediaBrowser.Model.Providers.ExternalIdInfo.

    Type Declaration

    • ReadonlyAlbum: "Album"
    • ReadonlyAlbumArtist: "AlbumArtist"
    • ReadonlyArtist: "Artist"
    • ReadonlyBook: "Book"
    • ReadonlyBoxSet: "BoxSet"
    • ReadonlyEpisode: "Episode"
    • ReadonlyMovie: "Movie"
    • ReadonlyOtherArtist: "OtherArtist"
    • ReadonlyPerson: "Person"
    • ReadonlyRecording: "Recording"
    • ReadonlyReleaseGroup: "ReleaseGroup"
    • ReadonlySeason: "Season"
    • ReadonlySeries: "Series"
    • ReadonlyTrack: "Track"