ArtistsApi
Functions
Link copied to clipboard
suspend fun getAlbumArtists(request: GetAlbumArtistsRequest = GetAlbumArtistsRequest()): Response<BaseItemDtoQueryResult>
suspend fun getAlbumArtists(minCommunityRating: Double? = null, startIndex: Int? = null, limit: Int? = null, searchTerm: String? = null, parentId: UUID? = null, fields: Collection<ItemFields>? = emptyList(), excludeItemTypes: Collection<BaseItemKind>? = emptyList(), includeItemTypes: Collection<BaseItemKind>? = emptyList(), filters: Collection<ItemFilter>? = emptyList(), isFavorite: Boolean? = null, mediaTypes: Collection<MediaType>? = emptyList(), genres: Collection<String>? = emptyList(), genreIds: Collection<UUID>? = emptyList(), officialRatings: Collection<String>? = emptyList(), tags: Collection<String>? = emptyList(), years: Collection<Int>? = emptyList(), enableUserData: Boolean? = null, imageTypeLimit: Int? = null, enableImageTypes: Collection<ImageType>? = emptyList(), person: String? = null, personIds: Collection<UUID>? = emptyList(), personTypes: Collection<String>? = emptyList(), studios: Collection<String>? = emptyList(), studioIds: Collection<UUID>? = emptyList(), userId: UUID? = null, nameStartsWithOrGreater: String? = null, nameStartsWith: String? = null, nameLessThan: String? = null, sortBy: Collection<ItemSortBy>? = emptyList(), sortOrder: Collection<SortOrder>? = emptyList(), enableImages: Boolean? = true, enableTotalRecordCount: Boolean? = true): Response<BaseItemDtoQueryResult>
Gets all album artists from a given item, folder, or the entire library.
Link copied to clipboard
Gets an artist by name.
Link copied to clipboard
suspend fun getArtists(request: GetArtistsRequest = GetArtistsRequest()): Response<BaseItemDtoQueryResult>
suspend fun getArtists(minCommunityRating: Double? = null, startIndex: Int? = null, limit: Int? = null, searchTerm: String? = null, parentId: UUID? = null, fields: Collection<ItemFields>? = emptyList(), excludeItemTypes: Collection<BaseItemKind>? = emptyList(), includeItemTypes: Collection<BaseItemKind>? = emptyList(), filters: Collection<ItemFilter>? = emptyList(), isFavorite: Boolean? = null, mediaTypes: Collection<MediaType>? = emptyList(), genres: Collection<String>? = emptyList(), genreIds: Collection<UUID>? = emptyList(), officialRatings: Collection<String>? = emptyList(), tags: Collection<String>? = emptyList(), years: Collection<Int>? = emptyList(), enableUserData: Boolean? = null, imageTypeLimit: Int? = null, enableImageTypes: Collection<ImageType>? = emptyList(), person: String? = null, personIds: Collection<UUID>? = emptyList(), personTypes: Collection<String>? = emptyList(), studios: Collection<String>? = emptyList(), studioIds: Collection<UUID>? = emptyList(), userId: UUID? = null, nameStartsWithOrGreater: String? = null, nameStartsWith: String? = null, nameLessThan: String? = null, sortBy: Collection<ItemSortBy>? = emptyList(), sortOrder: Collection<SortOrder>? = emptyList(), enableImages: Boolean? = true, enableTotalRecordCount: Boolean? = true): Response<BaseItemDtoQueryResult>
Gets all artists from a given item, folder, or the entire library.