Jellyfin Qt
QML Library for interacting with the Jellyfin multimedia server
|
#include <requesttypes.h>
Public Member Functions | |
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 |
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 & | excludeItemTypes () const |
Optional. If specified, results will be filtered out based on item type. This allows multiple, comma delimited. | |
void | setExcludeItemTypes (QStringList newExcludeItemTypes) |
bool | excludeItemTypesNull () const |
void | setExcludeItemTypesNull () |
const QList< ItemFields > & | fields () const |
Optional. Specify additional fields of information to return in the output. | |
void | setFields (QList< ItemFields > newFields) |
bool | fieldsNull () const |
void | setFieldsNull () |
const QList< ItemFilter > & | filters () const |
Optional. Specify additional filters to apply. | |
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 delimited. | |
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 delimited. | |
void | setGenres (QStringList newGenres) |
bool | genresNull () const |
void | setGenresNull () |
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 QStringList & | includeItemTypes () const |
Optional. If specified, results will be filtered based on item type. This allows multiple, comma delimited. | |
void | setIncludeItemTypes (QStringList newIncludeItemTypes) |
bool | includeItemTypesNull () const |
void | setIncludeItemTypesNull () |
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 qint32 & | limit () const |
Optional. The maximum number of records to return. | |
void | setLimit (qint32 newLimit) |
bool | limitNull () const |
void | setLimitNull () |
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 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 delimited. | |
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 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 ids. | |
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 QString & | searchTerm () const |
Optional. Search term. | |
void | setSearchTerm (QString newSearchTerm) |
bool | searchTermNull () const |
void | setSearchTermNull () |
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 delimited. | |
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 delimited. | |
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 delimited. | |
void | setTags (QStringList newTags) |
bool | tagsNull () const |
void | setTagsNull () |
const QString & | userId () const |
User id. | |
void | setUserId (QString newUserId) |
bool | userIdNull () const |
void | setUserIdNull () |
const QList< qint32 > & | years () const |
Optional. If specified, results will be filtered based on production year. This allows multiple, comma delimited. | |
void | setYears (QList< qint32 > newYears) |
bool | yearsNull () const |
void | setYearsNull () |
const bool & Jellyfin::Loader::GetArtistsParams::enableImages | ( | ) | const |
Optional, include image information in output.
bool Jellyfin::Loader::GetArtistsParams::enableImagesNull | ( | ) | const |
Optional. The image types to include in the output.
bool Jellyfin::Loader::GetArtistsParams::enableImageTypesNull | ( | ) | const |
const bool & Jellyfin::Loader::GetArtistsParams::enableTotalRecordCount | ( | ) | const |
Total record count.
bool Jellyfin::Loader::GetArtistsParams::enableTotalRecordCountNull | ( | ) | const |
const bool & Jellyfin::Loader::GetArtistsParams::enableUserData | ( | ) | const |
Optional, include user data.
bool Jellyfin::Loader::GetArtistsParams::enableUserDataNull | ( | ) | const |
const QStringList & Jellyfin::Loader::GetArtistsParams::excludeItemTypes | ( | ) | const |
Optional. If specified, results will be filtered out based on item type. This allows multiple, comma delimited.
bool Jellyfin::Loader::GetArtistsParams::excludeItemTypesNull | ( | ) | const |
const QList< ItemFields > & Jellyfin::Loader::GetArtistsParams::fields | ( | ) | const |
Optional. Specify additional fields of information to return in the output.
bool Jellyfin::Loader::GetArtistsParams::fieldsNull | ( | ) | const |
const QList< ItemFilter > & Jellyfin::Loader::GetArtistsParams::filters | ( | ) | const |
Optional. Specify additional filters to apply.
bool Jellyfin::Loader::GetArtistsParams::filtersNull | ( | ) | const |
const QStringList & Jellyfin::Loader::GetArtistsParams::genreIds | ( | ) | const |
Optional. If specified, results will be filtered based on genre id. This allows multiple, pipe delimited.
bool Jellyfin::Loader::GetArtistsParams::genreIdsNull | ( | ) | const |
const QStringList & Jellyfin::Loader::GetArtistsParams::genres | ( | ) | const |
Optional. If specified, results will be filtered based on genre. This allows multiple, pipe delimited.
bool Jellyfin::Loader::GetArtistsParams::genresNull | ( | ) | const |
const qint32 & Jellyfin::Loader::GetArtistsParams::imageTypeLimit | ( | ) | const |
Optional, the max number of images to return, per image type.
bool Jellyfin::Loader::GetArtistsParams::imageTypeLimitNull | ( | ) | const |
const QStringList & Jellyfin::Loader::GetArtistsParams::includeItemTypes | ( | ) | const |
Optional. If specified, results will be filtered based on item type. This allows multiple, comma delimited.
bool Jellyfin::Loader::GetArtistsParams::includeItemTypesNull | ( | ) | const |
const bool & Jellyfin::Loader::GetArtistsParams::isFavorite | ( | ) | const |
Optional filter by items that are marked as favorite, or not.
bool Jellyfin::Loader::GetArtistsParams::isFavoriteNull | ( | ) | const |
const qint32 & Jellyfin::Loader::GetArtistsParams::limit | ( | ) | const |
Optional. The maximum number of records to return.
bool Jellyfin::Loader::GetArtistsParams::limitNull | ( | ) | const |
const QStringList & Jellyfin::Loader::GetArtistsParams::mediaTypes | ( | ) | const |
Optional filter by MediaType. Allows multiple, comma delimited.
bool Jellyfin::Loader::GetArtistsParams::mediaTypesNull | ( | ) | const |
const double & Jellyfin::Loader::GetArtistsParams::minCommunityRating | ( | ) | const |
Optional filter by minimum community rating.
bool Jellyfin::Loader::GetArtistsParams::minCommunityRatingNull | ( | ) | const |
const QString & Jellyfin::Loader::GetArtistsParams::nameLessThan | ( | ) | const |
Optional filter by items whose name is equally or lesser than a given input string.
bool Jellyfin::Loader::GetArtistsParams::nameLessThanNull | ( | ) | const |
const QString & Jellyfin::Loader::GetArtistsParams::nameStartsWith | ( | ) | const |
Optional filter by items whose name is sorted equally than a given input string.
bool Jellyfin::Loader::GetArtistsParams::nameStartsWithNull | ( | ) | const |
const QString & Jellyfin::Loader::GetArtistsParams::nameStartsWithOrGreater | ( | ) | const |
Optional filter by items whose name is sorted equally or greater than a given input string.
bool Jellyfin::Loader::GetArtistsParams::nameStartsWithOrGreaterNull | ( | ) | const |
const QStringList & Jellyfin::Loader::GetArtistsParams::officialRatings | ( | ) | const |
Optional. If specified, results will be filtered based on OfficialRating. This allows multiple, pipe delimited.
bool Jellyfin::Loader::GetArtistsParams::officialRatingsNull | ( | ) | const |
const QString & Jellyfin::Loader::GetArtistsParams::parentId | ( | ) | const |
Specify this to localize the search to a specific item or folder. Omit to use the root.
bool Jellyfin::Loader::GetArtistsParams::parentIdNull | ( | ) | const |
const QString & Jellyfin::Loader::GetArtistsParams::person | ( | ) | const |
Optional. If specified, results will be filtered to include only those containing the specified person.
const QStringList & Jellyfin::Loader::GetArtistsParams::personIds | ( | ) | const |
Optional. If specified, results will be filtered to include only those containing the specified person ids.
bool Jellyfin::Loader::GetArtistsParams::personIdsNull | ( | ) | const |
bool Jellyfin::Loader::GetArtistsParams::personNull | ( | ) | const |
const QStringList & Jellyfin::Loader::GetArtistsParams::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::GetArtistsParams::personTypesNull | ( | ) | const |
const QString & Jellyfin::Loader::GetArtistsParams::searchTerm | ( | ) | const |
Optional. Search term.
bool Jellyfin::Loader::GetArtistsParams::searchTermNull | ( | ) | const |
void Jellyfin::Loader::GetArtistsParams::setEnableImages | ( | bool | newEnableImages | ) |
void Jellyfin::Loader::GetArtistsParams::setEnableImagesNull | ( | ) |
void Jellyfin::Loader::GetArtistsParams::setEnableImageTypes | ( | QList< ImageType > | newEnableImageTypes | ) |
void Jellyfin::Loader::GetArtistsParams::setEnableImageTypesNull | ( | ) |
void Jellyfin::Loader::GetArtistsParams::setEnableTotalRecordCount | ( | bool | newEnableTotalRecordCount | ) |
void Jellyfin::Loader::GetArtistsParams::setEnableTotalRecordCountNull | ( | ) |
void Jellyfin::Loader::GetArtistsParams::setEnableUserData | ( | bool | newEnableUserData | ) |
void Jellyfin::Loader::GetArtistsParams::setEnableUserDataNull | ( | ) |
void Jellyfin::Loader::GetArtistsParams::setExcludeItemTypes | ( | QStringList | newExcludeItemTypes | ) |
void Jellyfin::Loader::GetArtistsParams::setExcludeItemTypesNull | ( | ) |
void Jellyfin::Loader::GetArtistsParams::setFields | ( | QList< ItemFields > | newFields | ) |
void Jellyfin::Loader::GetArtistsParams::setFieldsNull | ( | ) |
void Jellyfin::Loader::GetArtistsParams::setFilters | ( | QList< ItemFilter > | newFilters | ) |
void Jellyfin::Loader::GetArtistsParams::setFiltersNull | ( | ) |
void Jellyfin::Loader::GetArtistsParams::setGenreIds | ( | QStringList | newGenreIds | ) |
void Jellyfin::Loader::GetArtistsParams::setGenreIdsNull | ( | ) |
void Jellyfin::Loader::GetArtistsParams::setGenres | ( | QStringList | newGenres | ) |
void Jellyfin::Loader::GetArtistsParams::setGenresNull | ( | ) |
void Jellyfin::Loader::GetArtistsParams::setImageTypeLimit | ( | qint32 | newImageTypeLimit | ) |
void Jellyfin::Loader::GetArtistsParams::setImageTypeLimitNull | ( | ) |
void Jellyfin::Loader::GetArtistsParams::setIncludeItemTypes | ( | QStringList | newIncludeItemTypes | ) |
void Jellyfin::Loader::GetArtistsParams::setIncludeItemTypesNull | ( | ) |
void Jellyfin::Loader::GetArtistsParams::setIsFavorite | ( | bool | newIsFavorite | ) |
void Jellyfin::Loader::GetArtistsParams::setIsFavoriteNull | ( | ) |
void Jellyfin::Loader::GetArtistsParams::setLimit | ( | qint32 | newLimit | ) |
void Jellyfin::Loader::GetArtistsParams::setLimitNull | ( | ) |
void Jellyfin::Loader::GetArtistsParams::setMediaTypes | ( | QStringList | newMediaTypes | ) |
void Jellyfin::Loader::GetArtistsParams::setMediaTypesNull | ( | ) |
void Jellyfin::Loader::GetArtistsParams::setMinCommunityRating | ( | double | newMinCommunityRating | ) |
void Jellyfin::Loader::GetArtistsParams::setMinCommunityRatingNull | ( | ) |
void Jellyfin::Loader::GetArtistsParams::setNameLessThan | ( | QString | newNameLessThan | ) |
void Jellyfin::Loader::GetArtistsParams::setNameLessThanNull | ( | ) |
void Jellyfin::Loader::GetArtistsParams::setNameStartsWith | ( | QString | newNameStartsWith | ) |
void Jellyfin::Loader::GetArtistsParams::setNameStartsWithNull | ( | ) |
void Jellyfin::Loader::GetArtistsParams::setNameStartsWithOrGreater | ( | QString | newNameStartsWithOrGreater | ) |
void Jellyfin::Loader::GetArtistsParams::setNameStartsWithOrGreaterNull | ( | ) |
void Jellyfin::Loader::GetArtistsParams::setOfficialRatings | ( | QStringList | newOfficialRatings | ) |
void Jellyfin::Loader::GetArtistsParams::setOfficialRatingsNull | ( | ) |
void Jellyfin::Loader::GetArtistsParams::setParentId | ( | QString | newParentId | ) |
void Jellyfin::Loader::GetArtistsParams::setParentIdNull | ( | ) |
void Jellyfin::Loader::GetArtistsParams::setPerson | ( | QString | newPerson | ) |
void Jellyfin::Loader::GetArtistsParams::setPersonIds | ( | QStringList | newPersonIds | ) |
void Jellyfin::Loader::GetArtistsParams::setPersonIdsNull | ( | ) |
void Jellyfin::Loader::GetArtistsParams::setPersonNull | ( | ) |
void Jellyfin::Loader::GetArtistsParams::setPersonTypes | ( | QStringList | newPersonTypes | ) |
void Jellyfin::Loader::GetArtistsParams::setPersonTypesNull | ( | ) |
void Jellyfin::Loader::GetArtistsParams::setSearchTerm | ( | QString | newSearchTerm | ) |
void Jellyfin::Loader::GetArtistsParams::setSearchTermNull | ( | ) |
void Jellyfin::Loader::GetArtistsParams::setStartIndex | ( | qint32 | newStartIndex | ) |
void Jellyfin::Loader::GetArtistsParams::setStartIndexNull | ( | ) |
void Jellyfin::Loader::GetArtistsParams::setStudioIds | ( | QStringList | newStudioIds | ) |
void Jellyfin::Loader::GetArtistsParams::setStudioIdsNull | ( | ) |
void Jellyfin::Loader::GetArtistsParams::setStudios | ( | QStringList | newStudios | ) |
void Jellyfin::Loader::GetArtistsParams::setStudiosNull | ( | ) |
void Jellyfin::Loader::GetArtistsParams::setTags | ( | QStringList | newTags | ) |
void Jellyfin::Loader::GetArtistsParams::setTagsNull | ( | ) |
void Jellyfin::Loader::GetArtistsParams::setUserId | ( | QString | newUserId | ) |
void Jellyfin::Loader::GetArtistsParams::setUserIdNull | ( | ) |
void Jellyfin::Loader::GetArtistsParams::setYears | ( | QList< qint32 > | newYears | ) |
void Jellyfin::Loader::GetArtistsParams::setYearsNull | ( | ) |
const qint32 & Jellyfin::Loader::GetArtistsParams::startIndex | ( | ) | const |
Optional. The record index to start at. All items with a lower index will be dropped from the results.
bool Jellyfin::Loader::GetArtistsParams::startIndexNull | ( | ) | const |
const QStringList & Jellyfin::Loader::GetArtistsParams::studioIds | ( | ) | const |
Optional. If specified, results will be filtered based on studio id. This allows multiple, pipe delimited.
bool Jellyfin::Loader::GetArtistsParams::studioIdsNull | ( | ) | const |
const QStringList & Jellyfin::Loader::GetArtistsParams::studios | ( | ) | const |
Optional. If specified, results will be filtered based on studio. This allows multiple, pipe delimited.
bool Jellyfin::Loader::GetArtistsParams::studiosNull | ( | ) | const |
const QStringList & Jellyfin::Loader::GetArtistsParams::tags | ( | ) | const |
Optional. If specified, results will be filtered based on tag. This allows multiple, pipe delimited.
bool Jellyfin::Loader::GetArtistsParams::tagsNull | ( | ) | const |
const QString & Jellyfin::Loader::GetArtistsParams::userId | ( | ) | const |
User id.
bool Jellyfin::Loader::GetArtistsParams::userIdNull | ( | ) | const |
const QList< qint32 > & Jellyfin::Loader::GetArtistsParams::years | ( | ) | const |
Optional. If specified, results will be filtered based on production year. This allows multiple, comma delimited.
bool Jellyfin::Loader::GetArtistsParams::yearsNull | ( | ) | const |