Jellyfin Qt
QML Library for interacting with the Jellyfin multimedia server
|
#include <requesttypes.h>
Public Member Functions | |
const QString & | userId () const |
The user id supplied as query parameter. | |
void | setUserId (QString newUserId) |
const QString & | adjacentTo () const |
Optional. Return items that are siblings of a supplied item. | |
void | setAdjacentTo (QString newAdjacentTo) |
bool | adjacentToNull () const |
void | setAdjacentToNull () |
const QStringList & | albumArtistIds () const |
Optional. If specified, results will be filtered to include only those containing the specified album artist id. | |
void | setAlbumArtistIds (QStringList newAlbumArtistIds) |
bool | albumArtistIdsNull () const |
void | setAlbumArtistIdsNull () |
const QStringList & | albumIds () const |
Optional. If specified, results will be filtered based on album id. This allows multiple, pipe delimeted. | |
void | setAlbumIds (QStringList newAlbumIds) |
bool | albumIdsNull () const |
void | setAlbumIdsNull () |
const QStringList & | albums () const |
Optional. If specified, results will be filtered based on album. This allows multiple, pipe delimeted. | |
void | setAlbums (QStringList newAlbums) |
bool | albumsNull () const |
void | setAlbumsNull () |
const QStringList & | artistIds () const |
Optional. If specified, results will be filtered to include only those containing the specified artist id. | |
void | setArtistIds (QStringList newArtistIds) |
bool | artistIdsNull () const |
void | setArtistIdsNull () |
const QStringList & | artists () const |
Optional. If specified, results will be filtered based on artists. This allows multiple, pipe delimeted. | |
void | setArtists (QStringList newArtists) |
bool | artistsNull () const |
void | setArtistsNull () |
const bool & | collapseBoxSetItems () const |
Whether or not to hide items behind their boxsets. | |
void | setCollapseBoxSetItems (bool newCollapseBoxSetItems) |
bool | collapseBoxSetItemsNull () const |
void | setCollapseBoxSetItemsNull () |
const QStringList & | contributingArtistIds () const |
Optional. If specified, results will be filtered to include only those containing the specified contributing artist id. | |
void | setContributingArtistIds (QStringList newContributingArtistIds) |
bool | contributingArtistIdsNull () const |
void | setContributingArtistIdsNull () |
const QList< ImageType > & | enableImageTypes () const |
Optional. The image types to include in the output. | |
void | setEnableImageTypes (QList< ImageType > newEnableImageTypes) |
bool | enableImageTypesNull () const |
void | setEnableImageTypesNull () |
const bool & | enableImages () const |
Optional, include image information in output. | |
void | setEnableImages (bool newEnableImages) |
bool | enableImagesNull () const |
void | setEnableImagesNull () |
const bool & | enableTotalRecordCount () const |
Optional. Enable the total record count. | |
void | setEnableTotalRecordCount (bool newEnableTotalRecordCount) |
bool | enableTotalRecordCountNull () const |
void | setEnableTotalRecordCountNull () |
const bool & | enableUserData () const |
Optional, include user data. | |
void | setEnableUserData (bool newEnableUserData) |
bool | enableUserDataNull () const |
void | setEnableUserDataNull () |
const QStringList & | excludeArtistIds () const |
Optional. If specified, results will be filtered based on artist id. This allows multiple, pipe delimeted. | |
void | setExcludeArtistIds (QStringList newExcludeArtistIds) |
bool | excludeArtistIdsNull () const |
void | setExcludeArtistIdsNull () |
const QStringList & | excludeItemIds () const |
Optional. If specified, results will be filtered by exxcluding item ids. This allows multiple, comma delimeted. | |
void | setExcludeItemIds (QStringList newExcludeItemIds) |
bool | excludeItemIdsNull () const |
void | setExcludeItemIdsNull () |
const QStringList & | excludeItemTypes () const |
Optional. If specified, results will be filtered based on item type. This allows multiple, comma delimeted. | |
void | setExcludeItemTypes (QStringList newExcludeItemTypes) |
bool | excludeItemTypesNull () const |
void | setExcludeItemTypesNull () |
const QList< LocationType > & | excludeLocationTypes () const |
Optional. If specified, results will be filtered based on the LocationType. This allows multiple, comma delimeted. | |
void | setExcludeLocationTypes (QList< LocationType > newExcludeLocationTypes) |
bool | excludeLocationTypesNull () const |
void | setExcludeLocationTypesNull () |
const QList< ItemFields > & | fields () const |
Optional. Specify additional fields of information to return in the output. This allows multiple, comma delimeted. Options: Budget, Chapters, DateCreated, Genres, HomePageUrl, IndexOptions, MediaStreams, Overview, ParentId, Path, People, ProviderIds, PrimaryImageAspectRatio, Revenue, SortName, Studios, Taglines. | |
void | setFields (QList< ItemFields > newFields) |
bool | fieldsNull () const |
void | setFieldsNull () |
const QList< ItemFilter > & | filters () const |
Optional. Specify additional filters to apply. This allows multiple, comma delimeted. Options: IsFolder, IsNotFolder, IsUnplayed, IsPlayed, IsFavorite, IsResumable, Likes, Dislikes. | |
void | setFilters (QList< ItemFilter > newFilters) |
bool | filtersNull () const |
void | setFiltersNull () |
const QStringList & | genreIds () const |
Optional. If specified, results will be filtered based on genre id. This allows multiple, pipe delimeted. | |
void | setGenreIds (QStringList newGenreIds) |
bool | genreIdsNull () const |
void | setGenreIdsNull () |
const QStringList & | genres () const |
Optional. If specified, results will be filtered based on genre. This allows multiple, pipe delimeted. | |
void | setGenres (QStringList newGenres) |
bool | genresNull () const |
void | setGenresNull () |
const bool & | hasImdbId () const |
Optional filter by items that have an imdb id or not. | |
void | setHasImdbId (bool newHasImdbId) |
bool | hasImdbIdNull () const |
void | setHasImdbIdNull () |
const bool & | hasOfficialRating () const |
Optional filter by items that have official ratings. | |
void | setHasOfficialRating (bool newHasOfficialRating) |
bool | hasOfficialRatingNull () const |
void | setHasOfficialRatingNull () |
const bool & | hasOverview () const |
Optional filter by items that have an overview or not. | |
void | setHasOverview (bool newHasOverview) |
bool | hasOverviewNull () const |
void | setHasOverviewNull () |
const bool & | hasParentalRating () const |
Optional filter by items that have or do not have a parental rating. | |
void | setHasParentalRating (bool newHasParentalRating) |
bool | hasParentalRatingNull () const |
void | setHasParentalRatingNull () |
const bool & | hasSpecialFeature () const |
Optional filter by items with special features. | |
void | setHasSpecialFeature (bool newHasSpecialFeature) |
bool | hasSpecialFeatureNull () const |
void | setHasSpecialFeatureNull () |
const bool & | hasSubtitles () const |
Optional filter by items with subtitles. | |
void | setHasSubtitles (bool newHasSubtitles) |
bool | hasSubtitlesNull () const |
void | setHasSubtitlesNull () |
const bool & | hasThemeSong () const |
Optional filter by items with theme songs. | |
void | setHasThemeSong (bool newHasThemeSong) |
bool | hasThemeSongNull () const |
void | setHasThemeSongNull () |
const bool & | hasThemeVideo () const |
Optional filter by items with theme videos. | |
void | setHasThemeVideo (bool newHasThemeVideo) |
bool | hasThemeVideoNull () const |
void | setHasThemeVideoNull () |
const bool & | hasTmdbId () const |
Optional filter by items that have a tmdb id or not. | |
void | setHasTmdbId (bool newHasTmdbId) |
bool | hasTmdbIdNull () const |
void | setHasTmdbIdNull () |
const bool & | hasTrailer () const |
Optional filter by items with trailers. | |
void | setHasTrailer (bool newHasTrailer) |
bool | hasTrailerNull () const |
void | setHasTrailerNull () |
const bool & | hasTvdbId () const |
Optional filter by items that have a tvdb id or not. | |
void | setHasTvdbId (bool newHasTvdbId) |
bool | hasTvdbIdNull () const |
void | setHasTvdbIdNull () |
const QStringList & | ids () const |
Optional. If specific items are needed, specify a list of item id's to retrieve. This allows multiple, comma delimited. | |
void | setIds (QStringList newIds) |
bool | idsNull () const |
void | setIdsNull () |
const qint32 & | imageTypeLimit () const |
Optional, the max number of images to return, per image type. | |
void | setImageTypeLimit (qint32 newImageTypeLimit) |
bool | imageTypeLimitNull () const |
void | setImageTypeLimitNull () |
const QList< ImageType > & | imageTypes () const |
Optional. If specified, results will be filtered based on those containing image types. This allows multiple, comma delimited. | |
void | setImageTypes (QList< ImageType > newImageTypes) |
bool | imageTypesNull () const |
void | setImageTypesNull () |
const QStringList & | includeItemTypes () const |
Optional. If specified, results will be filtered based on the item type. This allows multiple, comma delimeted. | |
void | setIncludeItemTypes (QStringList newIncludeItemTypes) |
bool | includeItemTypesNull () const |
void | setIncludeItemTypesNull () |
const bool & | is3D () const |
Optional filter by items that are 3D, or not. | |
void | setIs3D (bool newIs3D) |
bool | is3DNull () const |
void | setIs3DNull () |
const bool & | is4K () const |
Optional filter by items that are 4K or not. | |
void | setIs4K (bool newIs4K) |
bool | is4KNull () const |
void | setIs4KNull () |
const bool & | isFavorite () const |
Optional filter by items that are marked as favorite, or not. | |
void | setIsFavorite (bool newIsFavorite) |
bool | isFavoriteNull () const |
void | setIsFavoriteNull () |
const bool & | isHd () const |
Optional filter by items that are HD or not. | |
void | setIsHd (bool newIsHd) |
bool | isHdNull () const |
void | setIsHdNull () |
const bool & | isLocked () const |
Optional filter by items that are locked. | |
void | setIsLocked (bool newIsLocked) |
bool | isLockedNull () const |
void | setIsLockedNull () |
const bool & | isMissing () const |
Optional filter by items that are missing episodes or not. | |
void | setIsMissing (bool newIsMissing) |
bool | isMissingNull () const |
void | setIsMissingNull () |
const bool & | isPlaceHolder () const |
Optional filter by items that are placeholders. | |
void | setIsPlaceHolder (bool newIsPlaceHolder) |
bool | isPlaceHolderNull () const |
void | setIsPlaceHolderNull () |
const bool & | isPlayed () const |
Optional filter by items that are played, or not. | |
void | setIsPlayed (bool newIsPlayed) |
bool | isPlayedNull () const |
void | setIsPlayedNull () |
const bool & | isUnaired () const |
Optional filter by items that are unaired episodes or not. | |
void | setIsUnaired (bool newIsUnaired) |
bool | isUnairedNull () const |
void | setIsUnairedNull () |
const qint32 & | limit () const |
Optional. The maximum number of records to return. | |
void | setLimit (qint32 newLimit) |
bool | limitNull () const |
void | setLimitNull () |
const QList< LocationType > & | locationTypes () const |
Optional. If specified, results will be filtered based on LocationType. This allows multiple, comma delimeted. | |
void | setLocationTypes (QList< LocationType > newLocationTypes) |
bool | locationTypesNull () const |
void | setLocationTypesNull () |
const qint32 & | maxHeight () const |
Optional. Filter by the maximum height of the item. | |
void | setMaxHeight (qint32 newMaxHeight) |
bool | maxHeightNull () const |
void | setMaxHeightNull () |
const QString & | maxOfficialRating () const |
Optional filter by maximum official rating (PG, PG-13, TV-MA, etc). | |
void | setMaxOfficialRating (QString newMaxOfficialRating) |
bool | maxOfficialRatingNull () const |
void | setMaxOfficialRatingNull () |
const QDateTime & | maxPremiereDate () const |
Optional. The maximum premiere date. Format = ISO. | |
void | setMaxPremiereDate (QDateTime newMaxPremiereDate) |
bool | maxPremiereDateNull () const |
void | setMaxPremiereDateNull () |
const qint32 & | maxWidth () const |
Optional. Filter by the maximum width of the item. | |
void | setMaxWidth (qint32 newMaxWidth) |
bool | maxWidthNull () const |
void | setMaxWidthNull () |
const QStringList & | mediaTypes () const |
Optional filter by MediaType. Allows multiple, comma delimited. | |
void | setMediaTypes (QStringList newMediaTypes) |
bool | mediaTypesNull () const |
void | setMediaTypesNull () |
const double & | minCommunityRating () const |
Optional filter by minimum community rating. | |
void | setMinCommunityRating (double newMinCommunityRating) |
bool | minCommunityRatingNull () const |
void | setMinCommunityRatingNull () |
const double & | minCriticRating () const |
Optional filter by minimum critic rating. | |
void | setMinCriticRating (double newMinCriticRating) |
bool | minCriticRatingNull () const |
void | setMinCriticRatingNull () |
const QDateTime & | minDateLastSaved () const |
Optional. The minimum last saved date. Format = ISO. | |
void | setMinDateLastSaved (QDateTime newMinDateLastSaved) |
bool | minDateLastSavedNull () const |
void | setMinDateLastSavedNull () |
const QDateTime & | minDateLastSavedForUser () const |
Optional. The minimum last saved date for the current user. Format = ISO. | |
void | setMinDateLastSavedForUser (QDateTime newMinDateLastSavedForUser) |
bool | minDateLastSavedForUserNull () const |
void | setMinDateLastSavedForUserNull () |
const qint32 & | minHeight () const |
Optional. Filter by the minimum height of the item. | |
void | setMinHeight (qint32 newMinHeight) |
bool | minHeightNull () const |
void | setMinHeightNull () |
const QString & | minOfficialRating () const |
Optional filter by minimum official rating (PG, PG-13, TV-MA, etc). | |
void | setMinOfficialRating (QString newMinOfficialRating) |
bool | minOfficialRatingNull () const |
void | setMinOfficialRatingNull () |
const QDateTime & | minPremiereDate () const |
Optional. The minimum premiere date. Format = ISO. | |
void | setMinPremiereDate (QDateTime newMinPremiereDate) |
bool | minPremiereDateNull () const |
void | setMinPremiereDateNull () |
const qint32 & | minWidth () const |
Optional. Filter by the minimum width of the item. | |
void | setMinWidth (qint32 newMinWidth) |
bool | minWidthNull () const |
void | setMinWidthNull () |
const QString & | nameLessThan () const |
Optional filter by items whose name is equally or lesser than a given input string. | |
void | setNameLessThan (QString newNameLessThan) |
bool | nameLessThanNull () const |
void | setNameLessThanNull () |
const QString & | nameStartsWith () const |
Optional filter by items whose name is sorted equally than a given input string. | |
void | setNameStartsWith (QString newNameStartsWith) |
bool | nameStartsWithNull () const |
void | setNameStartsWithNull () |
const QString & | nameStartsWithOrGreater () const |
Optional filter by items whose name is sorted equally or greater than a given input string. | |
void | setNameStartsWithOrGreater (QString newNameStartsWithOrGreater) |
bool | nameStartsWithOrGreaterNull () const |
void | setNameStartsWithOrGreaterNull () |
const QStringList & | officialRatings () const |
Optional. If specified, results will be filtered based on OfficialRating. This allows multiple, pipe delimeted. | |
void | setOfficialRatings (QStringList newOfficialRatings) |
bool | officialRatingsNull () const |
void | setOfficialRatingsNull () |
const QString & | parentId () const |
Specify this to localize the search to a specific item or folder. Omit to use the root. | |
void | setParentId (QString newParentId) |
bool | parentIdNull () const |
void | setParentIdNull () |
const qint32 & | parentIndexNumber () const |
Optional filter by parent index number. | |
void | setParentIndexNumber (qint32 newParentIndexNumber) |
bool | parentIndexNumberNull () const |
void | setParentIndexNumberNull () |
const QString & | person () const |
Optional. If specified, results will be filtered to include only those containing the specified person. | |
void | setPerson (QString newPerson) |
bool | personNull () const |
void | setPersonNull () |
const QStringList & | personIds () const |
Optional. If specified, results will be filtered to include only those containing the specified person id. | |
void | setPersonIds (QStringList newPersonIds) |
bool | personIdsNull () const |
void | setPersonIdsNull () |
const QStringList & | personTypes () const |
Optional. If specified, along with Person, results will be filtered to include only those containing the specified person and PersonType. Allows multiple, comma-delimited. | |
void | setPersonTypes (QStringList newPersonTypes) |
bool | personTypesNull () const |
void | setPersonTypesNull () |
const bool & | recursive () const |
When searching within folders, this determines whether or not the search will be recursive. true/false. | |
void | setRecursive (bool newRecursive) |
bool | recursiveNull () const |
void | setRecursiveNull () |
const QString & | searchTerm () const |
Optional. Filter based on a search term. | |
void | setSearchTerm (QString newSearchTerm) |
bool | searchTermNull () const |
void | setSearchTermNull () |
const QList< SeriesStatus > & | seriesStatus () const |
Optional filter by Series Status. Allows multiple, comma delimeted. | |
void | setSeriesStatus (QList< SeriesStatus > newSeriesStatus) |
bool | seriesStatusNull () const |
void | setSeriesStatusNull () |
const QString & | sortBy () const |
Optional. Specify one or more sort orders, comma delimeted. Options: Album, AlbumArtist, Artist, Budget, CommunityRating, CriticRating, DateCreated, DatePlayed, PlayCount, PremiereDate, ProductionYear, SortName, Random, Revenue, Runtime. | |
void | setSortBy (QString newSortBy) |
bool | sortByNull () const |
void | setSortByNull () |
const QString & | sortOrder () const |
Sort Order - Ascending,Descending. | |
void | setSortOrder (QString newSortOrder) |
bool | sortOrderNull () const |
void | setSortOrderNull () |
const qint32 & | startIndex () const |
Optional. The record index to start at. All items with a lower index will be dropped from the results. | |
void | setStartIndex (qint32 newStartIndex) |
bool | startIndexNull () const |
void | setStartIndexNull () |
const QStringList & | studioIds () const |
Optional. If specified, results will be filtered based on studio id. This allows multiple, pipe delimeted. | |
void | setStudioIds (QStringList newStudioIds) |
bool | studioIdsNull () const |
void | setStudioIdsNull () |
const QStringList & | studios () const |
Optional. If specified, results will be filtered based on studio. This allows multiple, pipe delimeted. | |
void | setStudios (QStringList newStudios) |
bool | studiosNull () const |
void | setStudiosNull () |
const QStringList & | tags () const |
Optional. If specified, results will be filtered based on tag. This allows multiple, pipe delimeted. | |
void | setTags (QStringList newTags) |
bool | tagsNull () const |
void | setTagsNull () |
const QList< VideoType > & | videoTypes () const |
Optional filter by VideoType (videofile, dvd, bluray, iso). Allows multiple, comma delimeted. | |
void | setVideoTypes (QList< VideoType > newVideoTypes) |
bool | videoTypesNull () const |
void | setVideoTypesNull () |
const QList< qint32 > & | years () const |
Optional. If specified, results will be filtered based on production year. This allows multiple, comma delimeted. | |
void | setYears (QList< qint32 > newYears) |
bool | yearsNull () const |
void | setYearsNull () |
const QString & Jellyfin::Loader::GetItemsByUserIdParams::adjacentTo | ( | ) | const |
Optional. Return items that are siblings of a supplied item.
bool Jellyfin::Loader::GetItemsByUserIdParams::adjacentToNull | ( | ) | const |
const QStringList & Jellyfin::Loader::GetItemsByUserIdParams::albumArtistIds | ( | ) | const |
Optional. If specified, results will be filtered to include only those containing the specified album artist id.
bool Jellyfin::Loader::GetItemsByUserIdParams::albumArtistIdsNull | ( | ) | const |
const QStringList & Jellyfin::Loader::GetItemsByUserIdParams::albumIds | ( | ) | const |
Optional. If specified, results will be filtered based on album id. This allows multiple, pipe delimeted.
bool Jellyfin::Loader::GetItemsByUserIdParams::albumIdsNull | ( | ) | const |
const QStringList & Jellyfin::Loader::GetItemsByUserIdParams::albums | ( | ) | const |
Optional. If specified, results will be filtered based on album. This allows multiple, pipe delimeted.
bool Jellyfin::Loader::GetItemsByUserIdParams::albumsNull | ( | ) | const |
const QStringList & Jellyfin::Loader::GetItemsByUserIdParams::artistIds | ( | ) | const |
Optional. If specified, results will be filtered to include only those containing the specified artist id.
bool Jellyfin::Loader::GetItemsByUserIdParams::artistIdsNull | ( | ) | const |
const QStringList & Jellyfin::Loader::GetItemsByUserIdParams::artists | ( | ) | const |
Optional. If specified, results will be filtered based on artists. This allows multiple, pipe delimeted.
bool Jellyfin::Loader::GetItemsByUserIdParams::artistsNull | ( | ) | const |
const bool & Jellyfin::Loader::GetItemsByUserIdParams::collapseBoxSetItems | ( | ) | const |
Whether or not to hide items behind their boxsets.
bool Jellyfin::Loader::GetItemsByUserIdParams::collapseBoxSetItemsNull | ( | ) | const |
const QStringList & Jellyfin::Loader::GetItemsByUserIdParams::contributingArtistIds | ( | ) | const |
Optional. If specified, results will be filtered to include only those containing the specified contributing artist id.
bool Jellyfin::Loader::GetItemsByUserIdParams::contributingArtistIdsNull | ( | ) | const |
const bool & Jellyfin::Loader::GetItemsByUserIdParams::enableImages | ( | ) | const |
Optional, include image information in output.
bool Jellyfin::Loader::GetItemsByUserIdParams::enableImagesNull | ( | ) | const |
Optional. The image types to include in the output.
bool Jellyfin::Loader::GetItemsByUserIdParams::enableImageTypesNull | ( | ) | const |
const bool & Jellyfin::Loader::GetItemsByUserIdParams::enableTotalRecordCount | ( | ) | const |
Optional. Enable the total record count.
bool Jellyfin::Loader::GetItemsByUserIdParams::enableTotalRecordCountNull | ( | ) | const |
const bool & Jellyfin::Loader::GetItemsByUserIdParams::enableUserData | ( | ) | const |
Optional, include user data.
bool Jellyfin::Loader::GetItemsByUserIdParams::enableUserDataNull | ( | ) | const |
const QStringList & Jellyfin::Loader::GetItemsByUserIdParams::excludeArtistIds | ( | ) | const |
Optional. If specified, results will be filtered based on artist id. This allows multiple, pipe delimeted.
bool Jellyfin::Loader::GetItemsByUserIdParams::excludeArtistIdsNull | ( | ) | const |
const QStringList & Jellyfin::Loader::GetItemsByUserIdParams::excludeItemIds | ( | ) | const |
Optional. If specified, results will be filtered by exxcluding item ids. This allows multiple, comma delimeted.
bool Jellyfin::Loader::GetItemsByUserIdParams::excludeItemIdsNull | ( | ) | const |
const QStringList & Jellyfin::Loader::GetItemsByUserIdParams::excludeItemTypes | ( | ) | const |
Optional. If specified, results will be filtered based on item type. This allows multiple, comma delimeted.
bool Jellyfin::Loader::GetItemsByUserIdParams::excludeItemTypesNull | ( | ) | const |
const QList< LocationType > & Jellyfin::Loader::GetItemsByUserIdParams::excludeLocationTypes | ( | ) | const |
Optional. If specified, results will be filtered based on the LocationType. This allows multiple, comma delimeted.
bool Jellyfin::Loader::GetItemsByUserIdParams::excludeLocationTypesNull | ( | ) | const |
const QList< ItemFields > & Jellyfin::Loader::GetItemsByUserIdParams::fields | ( | ) | const |
Optional. Specify additional fields of information to return in the output. This allows multiple, comma delimeted. Options: Budget, Chapters, DateCreated, Genres, HomePageUrl, IndexOptions, MediaStreams, Overview, ParentId, Path, People, ProviderIds, PrimaryImageAspectRatio, Revenue, SortName, Studios, Taglines.
bool Jellyfin::Loader::GetItemsByUserIdParams::fieldsNull | ( | ) | const |
const QList< ItemFilter > & Jellyfin::Loader::GetItemsByUserIdParams::filters | ( | ) | const |
Optional. Specify additional filters to apply. This allows multiple, comma delimeted. Options: IsFolder, IsNotFolder, IsUnplayed, IsPlayed, IsFavorite, IsResumable, Likes, Dislikes.
bool Jellyfin::Loader::GetItemsByUserIdParams::filtersNull | ( | ) | const |
const QStringList & Jellyfin::Loader::GetItemsByUserIdParams::genreIds | ( | ) | const |
Optional. If specified, results will be filtered based on genre id. This allows multiple, pipe delimeted.
bool Jellyfin::Loader::GetItemsByUserIdParams::genreIdsNull | ( | ) | const |
const QStringList & Jellyfin::Loader::GetItemsByUserIdParams::genres | ( | ) | const |
Optional. If specified, results will be filtered based on genre. This allows multiple, pipe delimeted.
bool Jellyfin::Loader::GetItemsByUserIdParams::genresNull | ( | ) | const |
const bool & Jellyfin::Loader::GetItemsByUserIdParams::hasImdbId | ( | ) | const |
Optional filter by items that have an imdb id or not.
bool Jellyfin::Loader::GetItemsByUserIdParams::hasImdbIdNull | ( | ) | const |
const bool & Jellyfin::Loader::GetItemsByUserIdParams::hasOfficialRating | ( | ) | const |
Optional filter by items that have official ratings.
bool Jellyfin::Loader::GetItemsByUserIdParams::hasOfficialRatingNull | ( | ) | const |
const bool & Jellyfin::Loader::GetItemsByUserIdParams::hasOverview | ( | ) | const |
Optional filter by items that have an overview or not.
bool Jellyfin::Loader::GetItemsByUserIdParams::hasOverviewNull | ( | ) | const |
const bool & Jellyfin::Loader::GetItemsByUserIdParams::hasParentalRating | ( | ) | const |
Optional filter by items that have or do not have a parental rating.
bool Jellyfin::Loader::GetItemsByUserIdParams::hasParentalRatingNull | ( | ) | const |
const bool & Jellyfin::Loader::GetItemsByUserIdParams::hasSpecialFeature | ( | ) | const |
Optional filter by items with special features.
bool Jellyfin::Loader::GetItemsByUserIdParams::hasSpecialFeatureNull | ( | ) | const |
const bool & Jellyfin::Loader::GetItemsByUserIdParams::hasSubtitles | ( | ) | const |
Optional filter by items with subtitles.
bool Jellyfin::Loader::GetItemsByUserIdParams::hasSubtitlesNull | ( | ) | const |
const bool & Jellyfin::Loader::GetItemsByUserIdParams::hasThemeSong | ( | ) | const |
Optional filter by items with theme songs.
bool Jellyfin::Loader::GetItemsByUserIdParams::hasThemeSongNull | ( | ) | const |
const bool & Jellyfin::Loader::GetItemsByUserIdParams::hasThemeVideo | ( | ) | const |
Optional filter by items with theme videos.
bool Jellyfin::Loader::GetItemsByUserIdParams::hasThemeVideoNull | ( | ) | const |
const bool & Jellyfin::Loader::GetItemsByUserIdParams::hasTmdbId | ( | ) | const |
Optional filter by items that have a tmdb id or not.
bool Jellyfin::Loader::GetItemsByUserIdParams::hasTmdbIdNull | ( | ) | const |
const bool & Jellyfin::Loader::GetItemsByUserIdParams::hasTrailer | ( | ) | const |
Optional filter by items with trailers.
bool Jellyfin::Loader::GetItemsByUserIdParams::hasTrailerNull | ( | ) | const |
const bool & Jellyfin::Loader::GetItemsByUserIdParams::hasTvdbId | ( | ) | const |
Optional filter by items that have a tvdb id or not.
bool Jellyfin::Loader::GetItemsByUserIdParams::hasTvdbIdNull | ( | ) | const |
const QStringList & Jellyfin::Loader::GetItemsByUserIdParams::ids | ( | ) | const |
Optional. If specific items are needed, specify a list of item id's to retrieve. This allows multiple, comma delimited.
bool Jellyfin::Loader::GetItemsByUserIdParams::idsNull | ( | ) | const |
const qint32 & Jellyfin::Loader::GetItemsByUserIdParams::imageTypeLimit | ( | ) | const |
Optional, the max number of images to return, per image type.
bool Jellyfin::Loader::GetItemsByUserIdParams::imageTypeLimitNull | ( | ) | const |
Optional. If specified, results will be filtered based on those containing image types. This allows multiple, comma delimited.
bool Jellyfin::Loader::GetItemsByUserIdParams::imageTypesNull | ( | ) | const |
const QStringList & Jellyfin::Loader::GetItemsByUserIdParams::includeItemTypes | ( | ) | const |
Optional. If specified, results will be filtered based on the item type. This allows multiple, comma delimeted.
bool Jellyfin::Loader::GetItemsByUserIdParams::includeItemTypesNull | ( | ) | const |
const bool & Jellyfin::Loader::GetItemsByUserIdParams::is3D | ( | ) | const |
Optional filter by items that are 3D, or not.
bool Jellyfin::Loader::GetItemsByUserIdParams::is3DNull | ( | ) | const |
const bool & Jellyfin::Loader::GetItemsByUserIdParams::is4K | ( | ) | const |
Optional filter by items that are 4K or not.
bool Jellyfin::Loader::GetItemsByUserIdParams::is4KNull | ( | ) | const |
const bool & Jellyfin::Loader::GetItemsByUserIdParams::isFavorite | ( | ) | const |
Optional filter by items that are marked as favorite, or not.
bool Jellyfin::Loader::GetItemsByUserIdParams::isFavoriteNull | ( | ) | const |
const bool & Jellyfin::Loader::GetItemsByUserIdParams::isHd | ( | ) | const |
Optional filter by items that are HD or not.
bool Jellyfin::Loader::GetItemsByUserIdParams::isHdNull | ( | ) | const |
const bool & Jellyfin::Loader::GetItemsByUserIdParams::isLocked | ( | ) | const |
Optional filter by items that are locked.
bool Jellyfin::Loader::GetItemsByUserIdParams::isLockedNull | ( | ) | const |
const bool & Jellyfin::Loader::GetItemsByUserIdParams::isMissing | ( | ) | const |
Optional filter by items that are missing episodes or not.
bool Jellyfin::Loader::GetItemsByUserIdParams::isMissingNull | ( | ) | const |
const bool & Jellyfin::Loader::GetItemsByUserIdParams::isPlaceHolder | ( | ) | const |
Optional filter by items that are placeholders.
bool Jellyfin::Loader::GetItemsByUserIdParams::isPlaceHolderNull | ( | ) | const |
const bool & Jellyfin::Loader::GetItemsByUserIdParams::isPlayed | ( | ) | const |
Optional filter by items that are played, or not.
bool Jellyfin::Loader::GetItemsByUserIdParams::isPlayedNull | ( | ) | const |
const bool & Jellyfin::Loader::GetItemsByUserIdParams::isUnaired | ( | ) | const |
Optional filter by items that are unaired episodes or not.
bool Jellyfin::Loader::GetItemsByUserIdParams::isUnairedNull | ( | ) | const |
const qint32 & Jellyfin::Loader::GetItemsByUserIdParams::limit | ( | ) | const |
Optional. The maximum number of records to return.
bool Jellyfin::Loader::GetItemsByUserIdParams::limitNull | ( | ) | const |
const QList< LocationType > & Jellyfin::Loader::GetItemsByUserIdParams::locationTypes | ( | ) | const |
Optional. If specified, results will be filtered based on LocationType. This allows multiple, comma delimeted.
bool Jellyfin::Loader::GetItemsByUserIdParams::locationTypesNull | ( | ) | const |
const qint32 & Jellyfin::Loader::GetItemsByUserIdParams::maxHeight | ( | ) | const |
Optional. Filter by the maximum height of the item.
bool Jellyfin::Loader::GetItemsByUserIdParams::maxHeightNull | ( | ) | const |
const QString & Jellyfin::Loader::GetItemsByUserIdParams::maxOfficialRating | ( | ) | const |
Optional filter by maximum official rating (PG, PG-13, TV-MA, etc).
bool Jellyfin::Loader::GetItemsByUserIdParams::maxOfficialRatingNull | ( | ) | const |
const QDateTime & Jellyfin::Loader::GetItemsByUserIdParams::maxPremiereDate | ( | ) | const |
Optional. The maximum premiere date. Format = ISO.
bool Jellyfin::Loader::GetItemsByUserIdParams::maxPremiereDateNull | ( | ) | const |
const qint32 & Jellyfin::Loader::GetItemsByUserIdParams::maxWidth | ( | ) | const |
Optional. Filter by the maximum width of the item.
bool Jellyfin::Loader::GetItemsByUserIdParams::maxWidthNull | ( | ) | const |
const QStringList & Jellyfin::Loader::GetItemsByUserIdParams::mediaTypes | ( | ) | const |
Optional filter by MediaType. Allows multiple, comma delimited.
bool Jellyfin::Loader::GetItemsByUserIdParams::mediaTypesNull | ( | ) | const |
const double & Jellyfin::Loader::GetItemsByUserIdParams::minCommunityRating | ( | ) | const |
Optional filter by minimum community rating.
bool Jellyfin::Loader::GetItemsByUserIdParams::minCommunityRatingNull | ( | ) | const |
const double & Jellyfin::Loader::GetItemsByUserIdParams::minCriticRating | ( | ) | const |
Optional filter by minimum critic rating.
bool Jellyfin::Loader::GetItemsByUserIdParams::minCriticRatingNull | ( | ) | const |
const QDateTime & Jellyfin::Loader::GetItemsByUserIdParams::minDateLastSaved | ( | ) | const |
Optional. The minimum last saved date. Format = ISO.
const QDateTime & Jellyfin::Loader::GetItemsByUserIdParams::minDateLastSavedForUser | ( | ) | const |
Optional. The minimum last saved date for the current user. Format = ISO.
bool Jellyfin::Loader::GetItemsByUserIdParams::minDateLastSavedForUserNull | ( | ) | const |
bool Jellyfin::Loader::GetItemsByUserIdParams::minDateLastSavedNull | ( | ) | const |
const qint32 & Jellyfin::Loader::GetItemsByUserIdParams::minHeight | ( | ) | const |
Optional. Filter by the minimum height of the item.
bool Jellyfin::Loader::GetItemsByUserIdParams::minHeightNull | ( | ) | const |
const QString & Jellyfin::Loader::GetItemsByUserIdParams::minOfficialRating | ( | ) | const |
Optional filter by minimum official rating (PG, PG-13, TV-MA, etc).
bool Jellyfin::Loader::GetItemsByUserIdParams::minOfficialRatingNull | ( | ) | const |
const QDateTime & Jellyfin::Loader::GetItemsByUserIdParams::minPremiereDate | ( | ) | const |
Optional. The minimum premiere date. Format = ISO.
bool Jellyfin::Loader::GetItemsByUserIdParams::minPremiereDateNull | ( | ) | const |
const qint32 & Jellyfin::Loader::GetItemsByUserIdParams::minWidth | ( | ) | const |
Optional. Filter by the minimum width of the item.
bool Jellyfin::Loader::GetItemsByUserIdParams::minWidthNull | ( | ) | const |
const QString & Jellyfin::Loader::GetItemsByUserIdParams::nameLessThan | ( | ) | const |
Optional filter by items whose name is equally or lesser than a given input string.
bool Jellyfin::Loader::GetItemsByUserIdParams::nameLessThanNull | ( | ) | const |
const QString & Jellyfin::Loader::GetItemsByUserIdParams::nameStartsWith | ( | ) | const |
Optional filter by items whose name is sorted equally than a given input string.
bool Jellyfin::Loader::GetItemsByUserIdParams::nameStartsWithNull | ( | ) | const |
const QString & Jellyfin::Loader::GetItemsByUserIdParams::nameStartsWithOrGreater | ( | ) | const |
Optional filter by items whose name is sorted equally or greater than a given input string.
bool Jellyfin::Loader::GetItemsByUserIdParams::nameStartsWithOrGreaterNull | ( | ) | const |
const QStringList & Jellyfin::Loader::GetItemsByUserIdParams::officialRatings | ( | ) | const |
Optional. If specified, results will be filtered based on OfficialRating. This allows multiple, pipe delimeted.
bool Jellyfin::Loader::GetItemsByUserIdParams::officialRatingsNull | ( | ) | const |
const QString & Jellyfin::Loader::GetItemsByUserIdParams::parentId | ( | ) | const |
Specify this to localize the search to a specific item or folder. Omit to use the root.
bool Jellyfin::Loader::GetItemsByUserIdParams::parentIdNull | ( | ) | const |
const qint32 & Jellyfin::Loader::GetItemsByUserIdParams::parentIndexNumber | ( | ) | const |
Optional filter by parent index number.
bool Jellyfin::Loader::GetItemsByUserIdParams::parentIndexNumberNull | ( | ) | const |
const QString & Jellyfin::Loader::GetItemsByUserIdParams::person | ( | ) | const |
Optional. If specified, results will be filtered to include only those containing the specified person.
const QStringList & Jellyfin::Loader::GetItemsByUserIdParams::personIds | ( | ) | const |
Optional. If specified, results will be filtered to include only those containing the specified person id.
bool Jellyfin::Loader::GetItemsByUserIdParams::personIdsNull | ( | ) | const |
bool Jellyfin::Loader::GetItemsByUserIdParams::personNull | ( | ) | const |
const QStringList & Jellyfin::Loader::GetItemsByUserIdParams::personTypes | ( | ) | const |
Optional. If specified, along with Person, results will be filtered to include only those containing the specified person and PersonType. Allows multiple, comma-delimited.
bool Jellyfin::Loader::GetItemsByUserIdParams::personTypesNull | ( | ) | const |
const bool & Jellyfin::Loader::GetItemsByUserIdParams::recursive | ( | ) | const |
When searching within folders, this determines whether or not the search will be recursive. true/false.
bool Jellyfin::Loader::GetItemsByUserIdParams::recursiveNull | ( | ) | const |
const QString & Jellyfin::Loader::GetItemsByUserIdParams::searchTerm | ( | ) | const |
Optional. Filter based on a search term.
bool Jellyfin::Loader::GetItemsByUserIdParams::searchTermNull | ( | ) | const |
const QList< SeriesStatus > & Jellyfin::Loader::GetItemsByUserIdParams::seriesStatus | ( | ) | const |
Optional filter by Series Status. Allows multiple, comma delimeted.
bool Jellyfin::Loader::GetItemsByUserIdParams::seriesStatusNull | ( | ) | const |
void Jellyfin::Loader::GetItemsByUserIdParams::setAdjacentTo | ( | QString | newAdjacentTo | ) |
void Jellyfin::Loader::GetItemsByUserIdParams::setAdjacentToNull | ( | ) |
void Jellyfin::Loader::GetItemsByUserIdParams::setAlbumArtistIds | ( | QStringList | newAlbumArtistIds | ) |
void Jellyfin::Loader::GetItemsByUserIdParams::setAlbumArtistIdsNull | ( | ) |
void Jellyfin::Loader::GetItemsByUserIdParams::setAlbumIds | ( | QStringList | newAlbumIds | ) |
void Jellyfin::Loader::GetItemsByUserIdParams::setAlbumIdsNull | ( | ) |
void Jellyfin::Loader::GetItemsByUserIdParams::setAlbums | ( | QStringList | newAlbums | ) |
void Jellyfin::Loader::GetItemsByUserIdParams::setAlbumsNull | ( | ) |
void Jellyfin::Loader::GetItemsByUserIdParams::setArtistIds | ( | QStringList | newArtistIds | ) |
void Jellyfin::Loader::GetItemsByUserIdParams::setArtistIdsNull | ( | ) |
void Jellyfin::Loader::GetItemsByUserIdParams::setArtists | ( | QStringList | newArtists | ) |
void Jellyfin::Loader::GetItemsByUserIdParams::setArtistsNull | ( | ) |
void Jellyfin::Loader::GetItemsByUserIdParams::setCollapseBoxSetItems | ( | bool | newCollapseBoxSetItems | ) |
void Jellyfin::Loader::GetItemsByUserIdParams::setCollapseBoxSetItemsNull | ( | ) |
void Jellyfin::Loader::GetItemsByUserIdParams::setContributingArtistIds | ( | QStringList | newContributingArtistIds | ) |
void Jellyfin::Loader::GetItemsByUserIdParams::setContributingArtistIdsNull | ( | ) |
void Jellyfin::Loader::GetItemsByUserIdParams::setEnableImages | ( | bool | newEnableImages | ) |
void Jellyfin::Loader::GetItemsByUserIdParams::setEnableImagesNull | ( | ) |
void Jellyfin::Loader::GetItemsByUserIdParams::setEnableImageTypes | ( | QList< ImageType > | newEnableImageTypes | ) |
void Jellyfin::Loader::GetItemsByUserIdParams::setEnableImageTypesNull | ( | ) |
void Jellyfin::Loader::GetItemsByUserIdParams::setEnableTotalRecordCount | ( | bool | newEnableTotalRecordCount | ) |
void Jellyfin::Loader::GetItemsByUserIdParams::setEnableTotalRecordCountNull | ( | ) |
void Jellyfin::Loader::GetItemsByUserIdParams::setEnableUserData | ( | bool | newEnableUserData | ) |
void Jellyfin::Loader::GetItemsByUserIdParams::setEnableUserDataNull | ( | ) |
void Jellyfin::Loader::GetItemsByUserIdParams::setExcludeArtistIds | ( | QStringList | newExcludeArtistIds | ) |
void Jellyfin::Loader::GetItemsByUserIdParams::setExcludeArtistIdsNull | ( | ) |
void Jellyfin::Loader::GetItemsByUserIdParams::setExcludeItemIds | ( | QStringList | newExcludeItemIds | ) |
void Jellyfin::Loader::GetItemsByUserIdParams::setExcludeItemIdsNull | ( | ) |
void Jellyfin::Loader::GetItemsByUserIdParams::setExcludeItemTypes | ( | QStringList | newExcludeItemTypes | ) |
void Jellyfin::Loader::GetItemsByUserIdParams::setExcludeItemTypesNull | ( | ) |
void Jellyfin::Loader::GetItemsByUserIdParams::setExcludeLocationTypes | ( | QList< LocationType > | newExcludeLocationTypes | ) |
void Jellyfin::Loader::GetItemsByUserIdParams::setExcludeLocationTypesNull | ( | ) |
void Jellyfin::Loader::GetItemsByUserIdParams::setFields | ( | QList< ItemFields > | newFields | ) |
void Jellyfin::Loader::GetItemsByUserIdParams::setFieldsNull | ( | ) |
void Jellyfin::Loader::GetItemsByUserIdParams::setFilters | ( | QList< ItemFilter > | newFilters | ) |
void Jellyfin::Loader::GetItemsByUserIdParams::setFiltersNull | ( | ) |
void Jellyfin::Loader::GetItemsByUserIdParams::setGenreIds | ( | QStringList | newGenreIds | ) |
void Jellyfin::Loader::GetItemsByUserIdParams::setGenreIdsNull | ( | ) |
void Jellyfin::Loader::GetItemsByUserIdParams::setGenres | ( | QStringList | newGenres | ) |
void Jellyfin::Loader::GetItemsByUserIdParams::setGenresNull | ( | ) |
void Jellyfin::Loader::GetItemsByUserIdParams::setHasImdbId | ( | bool | newHasImdbId | ) |
void Jellyfin::Loader::GetItemsByUserIdParams::setHasImdbIdNull | ( | ) |
void Jellyfin::Loader::GetItemsByUserIdParams::setHasOfficialRating | ( | bool | newHasOfficialRating | ) |
void Jellyfin::Loader::GetItemsByUserIdParams::setHasOfficialRatingNull | ( | ) |
void Jellyfin::Loader::GetItemsByUserIdParams::setHasOverview | ( | bool | newHasOverview | ) |
void Jellyfin::Loader::GetItemsByUserIdParams::setHasOverviewNull | ( | ) |
void Jellyfin::Loader::GetItemsByUserIdParams::setHasParentalRating | ( | bool | newHasParentalRating | ) |
void Jellyfin::Loader::GetItemsByUserIdParams::setHasParentalRatingNull | ( | ) |
void Jellyfin::Loader::GetItemsByUserIdParams::setHasSpecialFeature | ( | bool | newHasSpecialFeature | ) |
void Jellyfin::Loader::GetItemsByUserIdParams::setHasSpecialFeatureNull | ( | ) |
void Jellyfin::Loader::GetItemsByUserIdParams::setHasSubtitles | ( | bool | newHasSubtitles | ) |
void Jellyfin::Loader::GetItemsByUserIdParams::setHasSubtitlesNull | ( | ) |
void Jellyfin::Loader::GetItemsByUserIdParams::setHasThemeSong | ( | bool | newHasThemeSong | ) |
void Jellyfin::Loader::GetItemsByUserIdParams::setHasThemeSongNull | ( | ) |
void Jellyfin::Loader::GetItemsByUserIdParams::setHasThemeVideo | ( | bool | newHasThemeVideo | ) |
void Jellyfin::Loader::GetItemsByUserIdParams::setHasThemeVideoNull | ( | ) |
void Jellyfin::Loader::GetItemsByUserIdParams::setHasTmdbId | ( | bool | newHasTmdbId | ) |
void Jellyfin::Loader::GetItemsByUserIdParams::setHasTmdbIdNull | ( | ) |
void Jellyfin::Loader::GetItemsByUserIdParams::setHasTrailer | ( | bool | newHasTrailer | ) |
void Jellyfin::Loader::GetItemsByUserIdParams::setHasTrailerNull | ( | ) |
void Jellyfin::Loader::GetItemsByUserIdParams::setHasTvdbId | ( | bool | newHasTvdbId | ) |
void Jellyfin::Loader::GetItemsByUserIdParams::setHasTvdbIdNull | ( | ) |
void Jellyfin::Loader::GetItemsByUserIdParams::setIds | ( | QStringList | newIds | ) |
void Jellyfin::Loader::GetItemsByUserIdParams::setIdsNull | ( | ) |
void Jellyfin::Loader::GetItemsByUserIdParams::setImageTypeLimit | ( | qint32 | newImageTypeLimit | ) |
void Jellyfin::Loader::GetItemsByUserIdParams::setImageTypeLimitNull | ( | ) |
void Jellyfin::Loader::GetItemsByUserIdParams::setImageTypesNull | ( | ) |
void Jellyfin::Loader::GetItemsByUserIdParams::setIncludeItemTypes | ( | QStringList | newIncludeItemTypes | ) |
void Jellyfin::Loader::GetItemsByUserIdParams::setIncludeItemTypesNull | ( | ) |
void Jellyfin::Loader::GetItemsByUserIdParams::setIs3D | ( | bool | newIs3D | ) |
void Jellyfin::Loader::GetItemsByUserIdParams::setIs3DNull | ( | ) |
void Jellyfin::Loader::GetItemsByUserIdParams::setIs4K | ( | bool | newIs4K | ) |
void Jellyfin::Loader::GetItemsByUserIdParams::setIs4KNull | ( | ) |
void Jellyfin::Loader::GetItemsByUserIdParams::setIsFavorite | ( | bool | newIsFavorite | ) |
void Jellyfin::Loader::GetItemsByUserIdParams::setIsFavoriteNull | ( | ) |
void Jellyfin::Loader::GetItemsByUserIdParams::setIsHd | ( | bool | newIsHd | ) |
void Jellyfin::Loader::GetItemsByUserIdParams::setIsHdNull | ( | ) |
void Jellyfin::Loader::GetItemsByUserIdParams::setIsLocked | ( | bool | newIsLocked | ) |
void Jellyfin::Loader::GetItemsByUserIdParams::setIsLockedNull | ( | ) |
void Jellyfin::Loader::GetItemsByUserIdParams::setIsMissing | ( | bool | newIsMissing | ) |
void Jellyfin::Loader::GetItemsByUserIdParams::setIsMissingNull | ( | ) |
void Jellyfin::Loader::GetItemsByUserIdParams::setIsPlaceHolder | ( | bool | newIsPlaceHolder | ) |
void Jellyfin::Loader::GetItemsByUserIdParams::setIsPlaceHolderNull | ( | ) |
void Jellyfin::Loader::GetItemsByUserIdParams::setIsPlayed | ( | bool | newIsPlayed | ) |
void Jellyfin::Loader::GetItemsByUserIdParams::setIsPlayedNull | ( | ) |
void Jellyfin::Loader::GetItemsByUserIdParams::setIsUnaired | ( | bool | newIsUnaired | ) |
void Jellyfin::Loader::GetItemsByUserIdParams::setIsUnairedNull | ( | ) |
void Jellyfin::Loader::GetItemsByUserIdParams::setLimit | ( | qint32 | newLimit | ) |
void Jellyfin::Loader::GetItemsByUserIdParams::setLimitNull | ( | ) |
void Jellyfin::Loader::GetItemsByUserIdParams::setLocationTypes | ( | QList< LocationType > | newLocationTypes | ) |
void Jellyfin::Loader::GetItemsByUserIdParams::setLocationTypesNull | ( | ) |
void Jellyfin::Loader::GetItemsByUserIdParams::setMaxHeight | ( | qint32 | newMaxHeight | ) |
void Jellyfin::Loader::GetItemsByUserIdParams::setMaxHeightNull | ( | ) |
void Jellyfin::Loader::GetItemsByUserIdParams::setMaxOfficialRating | ( | QString | newMaxOfficialRating | ) |
void Jellyfin::Loader::GetItemsByUserIdParams::setMaxOfficialRatingNull | ( | ) |
void Jellyfin::Loader::GetItemsByUserIdParams::setMaxPremiereDate | ( | QDateTime | newMaxPremiereDate | ) |
void Jellyfin::Loader::GetItemsByUserIdParams::setMaxPremiereDateNull | ( | ) |
void Jellyfin::Loader::GetItemsByUserIdParams::setMaxWidth | ( | qint32 | newMaxWidth | ) |
void Jellyfin::Loader::GetItemsByUserIdParams::setMaxWidthNull | ( | ) |
void Jellyfin::Loader::GetItemsByUserIdParams::setMediaTypes | ( | QStringList | newMediaTypes | ) |
void Jellyfin::Loader::GetItemsByUserIdParams::setMediaTypesNull | ( | ) |
void Jellyfin::Loader::GetItemsByUserIdParams::setMinCommunityRating | ( | double | newMinCommunityRating | ) |
void Jellyfin::Loader::GetItemsByUserIdParams::setMinCommunityRatingNull | ( | ) |
void Jellyfin::Loader::GetItemsByUserIdParams::setMinCriticRating | ( | double | newMinCriticRating | ) |
void Jellyfin::Loader::GetItemsByUserIdParams::setMinCriticRatingNull | ( | ) |
void Jellyfin::Loader::GetItemsByUserIdParams::setMinDateLastSaved | ( | QDateTime | newMinDateLastSaved | ) |
void Jellyfin::Loader::GetItemsByUserIdParams::setMinDateLastSavedForUser | ( | QDateTime | newMinDateLastSavedForUser | ) |
void Jellyfin::Loader::GetItemsByUserIdParams::setMinDateLastSavedForUserNull | ( | ) |
void Jellyfin::Loader::GetItemsByUserIdParams::setMinDateLastSavedNull | ( | ) |
void Jellyfin::Loader::GetItemsByUserIdParams::setMinHeight | ( | qint32 | newMinHeight | ) |
void Jellyfin::Loader::GetItemsByUserIdParams::setMinHeightNull | ( | ) |
void Jellyfin::Loader::GetItemsByUserIdParams::setMinOfficialRating | ( | QString | newMinOfficialRating | ) |
void Jellyfin::Loader::GetItemsByUserIdParams::setMinOfficialRatingNull | ( | ) |
void Jellyfin::Loader::GetItemsByUserIdParams::setMinPremiereDate | ( | QDateTime | newMinPremiereDate | ) |
void Jellyfin::Loader::GetItemsByUserIdParams::setMinPremiereDateNull | ( | ) |
void Jellyfin::Loader::GetItemsByUserIdParams::setMinWidth | ( | qint32 | newMinWidth | ) |
void Jellyfin::Loader::GetItemsByUserIdParams::setMinWidthNull | ( | ) |
void Jellyfin::Loader::GetItemsByUserIdParams::setNameLessThan | ( | QString | newNameLessThan | ) |
void Jellyfin::Loader::GetItemsByUserIdParams::setNameLessThanNull | ( | ) |
void Jellyfin::Loader::GetItemsByUserIdParams::setNameStartsWith | ( | QString | newNameStartsWith | ) |
void Jellyfin::Loader::GetItemsByUserIdParams::setNameStartsWithNull | ( | ) |
void Jellyfin::Loader::GetItemsByUserIdParams::setNameStartsWithOrGreater | ( | QString | newNameStartsWithOrGreater | ) |
void Jellyfin::Loader::GetItemsByUserIdParams::setNameStartsWithOrGreaterNull | ( | ) |
void Jellyfin::Loader::GetItemsByUserIdParams::setOfficialRatings | ( | QStringList | newOfficialRatings | ) |
void Jellyfin::Loader::GetItemsByUserIdParams::setOfficialRatingsNull | ( | ) |
void Jellyfin::Loader::GetItemsByUserIdParams::setParentId | ( | QString | newParentId | ) |
void Jellyfin::Loader::GetItemsByUserIdParams::setParentIdNull | ( | ) |
void Jellyfin::Loader::GetItemsByUserIdParams::setParentIndexNumber | ( | qint32 | newParentIndexNumber | ) |
void Jellyfin::Loader::GetItemsByUserIdParams::setParentIndexNumberNull | ( | ) |
void Jellyfin::Loader::GetItemsByUserIdParams::setPerson | ( | QString | newPerson | ) |
void Jellyfin::Loader::GetItemsByUserIdParams::setPersonIds | ( | QStringList | newPersonIds | ) |
void Jellyfin::Loader::GetItemsByUserIdParams::setPersonIdsNull | ( | ) |
void Jellyfin::Loader::GetItemsByUserIdParams::setPersonNull | ( | ) |
void Jellyfin::Loader::GetItemsByUserIdParams::setPersonTypes | ( | QStringList | newPersonTypes | ) |
void Jellyfin::Loader::GetItemsByUserIdParams::setPersonTypesNull | ( | ) |
void Jellyfin::Loader::GetItemsByUserIdParams::setRecursive | ( | bool | newRecursive | ) |
void Jellyfin::Loader::GetItemsByUserIdParams::setRecursiveNull | ( | ) |
void Jellyfin::Loader::GetItemsByUserIdParams::setSearchTerm | ( | QString | newSearchTerm | ) |
void Jellyfin::Loader::GetItemsByUserIdParams::setSearchTermNull | ( | ) |
void Jellyfin::Loader::GetItemsByUserIdParams::setSeriesStatus | ( | QList< SeriesStatus > | newSeriesStatus | ) |
void Jellyfin::Loader::GetItemsByUserIdParams::setSeriesStatusNull | ( | ) |
void Jellyfin::Loader::GetItemsByUserIdParams::setSortBy | ( | QString | newSortBy | ) |
void Jellyfin::Loader::GetItemsByUserIdParams::setSortByNull | ( | ) |
void Jellyfin::Loader::GetItemsByUserIdParams::setSortOrder | ( | QString | newSortOrder | ) |
void Jellyfin::Loader::GetItemsByUserIdParams::setSortOrderNull | ( | ) |
void Jellyfin::Loader::GetItemsByUserIdParams::setStartIndex | ( | qint32 | newStartIndex | ) |
void Jellyfin::Loader::GetItemsByUserIdParams::setStartIndexNull | ( | ) |
void Jellyfin::Loader::GetItemsByUserIdParams::setStudioIds | ( | QStringList | newStudioIds | ) |
void Jellyfin::Loader::GetItemsByUserIdParams::setStudioIdsNull | ( | ) |
void Jellyfin::Loader::GetItemsByUserIdParams::setStudios | ( | QStringList | newStudios | ) |
void Jellyfin::Loader::GetItemsByUserIdParams::setStudiosNull | ( | ) |
void Jellyfin::Loader::GetItemsByUserIdParams::setTags | ( | QStringList | newTags | ) |
void Jellyfin::Loader::GetItemsByUserIdParams::setTagsNull | ( | ) |
void Jellyfin::Loader::GetItemsByUserIdParams::setUserId | ( | QString | newUserId | ) |
void Jellyfin::Loader::GetItemsByUserIdParams::setVideoTypesNull | ( | ) |
void Jellyfin::Loader::GetItemsByUserIdParams::setYears | ( | QList< qint32 > | newYears | ) |
void Jellyfin::Loader::GetItemsByUserIdParams::setYearsNull | ( | ) |
const QString & Jellyfin::Loader::GetItemsByUserIdParams::sortBy | ( | ) | const |
Optional. Specify one or more sort orders, comma delimeted. Options: Album, AlbumArtist, Artist, Budget, CommunityRating, CriticRating, DateCreated, DatePlayed, PlayCount, PremiereDate, ProductionYear, SortName, Random, Revenue, Runtime.
bool Jellyfin::Loader::GetItemsByUserIdParams::sortByNull | ( | ) | const |
const QString & Jellyfin::Loader::GetItemsByUserIdParams::sortOrder | ( | ) | const |
Sort Order - Ascending,Descending.
bool Jellyfin::Loader::GetItemsByUserIdParams::sortOrderNull | ( | ) | const |
const qint32 & Jellyfin::Loader::GetItemsByUserIdParams::startIndex | ( | ) | const |
Optional. The record index to start at. All items with a lower index will be dropped from the results.
bool Jellyfin::Loader::GetItemsByUserIdParams::startIndexNull | ( | ) | const |
const QStringList & Jellyfin::Loader::GetItemsByUserIdParams::studioIds | ( | ) | const |
Optional. If specified, results will be filtered based on studio id. This allows multiple, pipe delimeted.
bool Jellyfin::Loader::GetItemsByUserIdParams::studioIdsNull | ( | ) | const |
const QStringList & Jellyfin::Loader::GetItemsByUserIdParams::studios | ( | ) | const |
Optional. If specified, results will be filtered based on studio. This allows multiple, pipe delimeted.
bool Jellyfin::Loader::GetItemsByUserIdParams::studiosNull | ( | ) | const |
const QStringList & Jellyfin::Loader::GetItemsByUserIdParams::tags | ( | ) | const |
Optional. If specified, results will be filtered based on tag. This allows multiple, pipe delimeted.
bool Jellyfin::Loader::GetItemsByUserIdParams::tagsNull | ( | ) | const |
const QString & Jellyfin::Loader::GetItemsByUserIdParams::userId | ( | ) | const |
The user id supplied as query parameter.
Optional filter by VideoType (videofile, dvd, bluray, iso). Allows multiple, comma delimeted.
bool Jellyfin::Loader::GetItemsByUserIdParams::videoTypesNull | ( | ) | const |
const QList< qint32 > & Jellyfin::Loader::GetItemsByUserIdParams::years | ( | ) | const |
Optional. If specified, results will be filtered based on production year. This allows multiple, comma delimeted.
bool Jellyfin::Loader::GetItemsByUserIdParams::yearsNull | ( | ) | const |