@jellyfin/sdk
    Preparing search index...

    Variable ItemSortByConst

    ItemSortBy: {
        AiredEpisodeOrder: "AiredEpisodeOrder";
        AirTime: "AirTime";
        Album: "Album";
        AlbumArtist: "AlbumArtist";
        Artist: "Artist";
        CommunityRating: "CommunityRating";
        CriticRating: "CriticRating";
        DateCreated: "DateCreated";
        DateLastContentAdded: "DateLastContentAdded";
        DatePlayed: "DatePlayed";
        Default: "Default";
        IndexNumber: "IndexNumber";
        IsFavoriteOrLiked: "IsFavoriteOrLiked";
        IsFolder: "IsFolder";
        IsPlayed: "IsPlayed";
        IsUnplayed: "IsUnplayed";
        Name: "Name";
        OfficialRating: "OfficialRating";
        ParentIndexNumber: "ParentIndexNumber";
        PlayCount: "PlayCount";
        PremiereDate: "PremiereDate";
        ProductionYear: "ProductionYear";
        Random: "Random";
        Runtime: "Runtime";
        SeriesDatePlayed: "SeriesDatePlayed";
        SeriesSortName: "SeriesSortName";
        SortName: "SortName";
        StartDate: "StartDate";
        Studio: "Studio";
        VideoBitRate: "VideoBitRate";
    } = ...

    These represent sort orders.

    Type Declaration

    • ReadonlyAiredEpisodeOrder: "AiredEpisodeOrder"
    • ReadonlyAirTime: "AirTime"
    • ReadonlyAlbum: "Album"
    • ReadonlyAlbumArtist: "AlbumArtist"
    • ReadonlyArtist: "Artist"
    • ReadonlyCommunityRating: "CommunityRating"
    • ReadonlyCriticRating: "CriticRating"
    • ReadonlyDateCreated: "DateCreated"
    • ReadonlyDateLastContentAdded: "DateLastContentAdded"
    • ReadonlyDatePlayed: "DatePlayed"
    • ReadonlyDefault: "Default"
    • ReadonlyIndexNumber: "IndexNumber"
    • ReadonlyIsFavoriteOrLiked: "IsFavoriteOrLiked"
    • ReadonlyIsFolder: "IsFolder"
    • ReadonlyIsPlayed: "IsPlayed"
    • ReadonlyIsUnplayed: "IsUnplayed"
    • ReadonlyName: "Name"
    • ReadonlyOfficialRating: "OfficialRating"
    • ReadonlyParentIndexNumber: "ParentIndexNumber"
    • ReadonlyPlayCount: "PlayCount"
    • ReadonlyPremiereDate: "PremiereDate"
    • ReadonlyProductionYear: "ProductionYear"
    • ReadonlyRandom: "Random"
    • ReadonlyRuntime: "Runtime"
    • ReadonlySeriesDatePlayed: "SeriesDatePlayed"
    • ReadonlySeriesSortName: "SeriesSortName"
    • ReadonlySortName: "SortName"
    • ReadonlyStartDate: "StartDate"
    • ReadonlyStudio: "Studio"
    • ReadonlyVideoBitRate: "VideoBitRate"