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