Functions
Link copied to clipboard
suspend fun getGenres(request: ERROR CLASS: Symbol not found for GetGenresRequest = GetGenresRequest()): Response<ERROR CLASS: Symbol not found for BaseItemDtoQueryResult>
suspend fun getGenres(startIndex: Int? = null, limit: Int? = null, searchTerm: String? = null, parentId: ERROR CLASS: Symbol not found for UUID?? = null, fields: Collection<ERROR CLASS: Symbol not found for ItemFields>? = emptyList(), excludeItemTypes: Collection<ERROR CLASS: Symbol not found for BaseItemKind>? = emptyList(), includeItemTypes: Collection<ERROR CLASS: Symbol not found for BaseItemKind>? = emptyList(), isFavorite: Boolean? = null, imageTypeLimit: Int? = null, enableImageTypes: Collection<ERROR CLASS: Symbol not found for ImageType>? = emptyList(), userId: ERROR CLASS: Symbol not found for UUID?? = null, nameStartsWithOrGreater: String? = null, nameStartsWith: String? = null, nameLessThan: String? = null, sortBy: Collection<ERROR CLASS: Symbol not found for ItemSortBy>? = emptyList(), sortOrder: Collection<ERROR CLASS: Symbol not found for SortOrder>? = emptyList(), enableImages: Boolean? = true, enableTotalRecordCount: Boolean? = true): Response<ERROR CLASS: Symbol not found for BaseItemDtoQueryResult>
Gets all genres from a given item, folder, or the entire library.