Jellyfin Qt
QML Library for interacting with the Jellyfin multimedia server
|
#include <requesttypes.h>
Public Member Functions | |
const QStringList & | channelIds () const |
The channels to return guide information for. | |
void | setChannelIds (QStringList newChannelIds) |
bool | channelIdsNull () const |
void | setChannelIdsNull () |
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 |
Retrieve 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 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 QStringList & | genreIds () const |
The genre ids to return guide information for. | |
void | setGenreIds (QStringList newGenreIds) |
bool | genreIdsNull () const |
void | setGenreIdsNull () |
const QStringList & | genres () const |
The genres to return guide information for. | |
void | setGenres (QStringList newGenres) |
bool | genresNull () const |
void | setGenresNull () |
const bool & | hasAired () const |
Optional. Filter by programs that have completed airing, or not. | |
void | setHasAired (bool newHasAired) |
bool | hasAiredNull () const |
void | setHasAiredNull () |
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 bool & | isAiring () const |
Optional. Filter by programs that are currently airing, or not. | |
void | setIsAiring (bool newIsAiring) |
bool | isAiringNull () const |
void | setIsAiringNull () |
const bool & | isKids () const |
Optional. Filter for kids. | |
void | setIsKids (bool newIsKids) |
bool | isKidsNull () const |
void | setIsKidsNull () |
const bool & | isMovie () const |
Optional. Filter for movies. | |
void | setIsMovie (bool newIsMovie) |
bool | isMovieNull () const |
void | setIsMovieNull () |
const bool & | isNews () const |
Optional. Filter for news. | |
void | setIsNews (bool newIsNews) |
bool | isNewsNull () const |
void | setIsNewsNull () |
const bool & | isSeries () const |
Optional. Filter for series. | |
void | setIsSeries (bool newIsSeries) |
bool | isSeriesNull () const |
void | setIsSeriesNull () |
const bool & | isSports () const |
Optional. Filter for sports. | |
void | setIsSports (bool newIsSports) |
bool | isSportsNull () const |
void | setIsSportsNull () |
const QString & | librarySeriesId () const |
Optional. Filter by library series id. | |
void | setLibrarySeriesId (QString newLibrarySeriesId) |
bool | librarySeriesIdNull () const |
void | setLibrarySeriesIdNull () |
const qint32 & | limit () const |
Optional. The maximum number of records to return. | |
void | setLimit (qint32 newLimit) |
bool | limitNull () const |
void | setLimitNull () |
const QDateTime & | maxEndDate () const |
Optional. The maximum premiere end date. | |
void | setMaxEndDate (QDateTime newMaxEndDate) |
bool | maxEndDateNull () const |
void | setMaxEndDateNull () |
const QDateTime & | maxStartDate () const |
Optional. The maximum premiere start date. | |
void | setMaxStartDate (QDateTime newMaxStartDate) |
bool | maxStartDateNull () const |
void | setMaxStartDateNull () |
const QDateTime & | minEndDate () const |
Optional. The minimum premiere end date. | |
void | setMinEndDate (QDateTime newMinEndDate) |
bool | minEndDateNull () const |
void | setMinEndDateNull () |
const QDateTime & | minStartDate () const |
Optional. The minimum premiere start date. | |
void | setMinStartDate (QDateTime newMinStartDate) |
bool | minStartDateNull () const |
void | setMinStartDateNull () |
const QString & | seriesTimerId () const |
Optional. Filter by series timer id. | |
void | setSeriesTimerId (QString newSeriesTimerId) |
bool | seriesTimerIdNull () const |
void | setSeriesTimerIdNull () |
const QString & | sortBy () const |
Optional. Specify one or more sort orders, comma delimited. Options: Name, StartDate. | |
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 QString & | userId () const |
Optional. Filter by user id. | |
void | setUserId (QString newUserId) |
bool | userIdNull () const |
void | setUserIdNull () |
const QStringList & Jellyfin::Loader::GetLiveTvProgramsParams::channelIds | ( | ) | const |
The channels to return guide information for.
bool Jellyfin::Loader::GetLiveTvProgramsParams::channelIdsNull | ( | ) | const |
const bool & Jellyfin::Loader::GetLiveTvProgramsParams::enableImages | ( | ) | const |
Optional. Include image information in output.
bool Jellyfin::Loader::GetLiveTvProgramsParams::enableImagesNull | ( | ) | const |
Optional. The image types to include in the output.
bool Jellyfin::Loader::GetLiveTvProgramsParams::enableImageTypesNull | ( | ) | const |
const bool & Jellyfin::Loader::GetLiveTvProgramsParams::enableTotalRecordCount | ( | ) | const |
Retrieve total record count.
bool Jellyfin::Loader::GetLiveTvProgramsParams::enableTotalRecordCountNull | ( | ) | const |
const bool & Jellyfin::Loader::GetLiveTvProgramsParams::enableUserData | ( | ) | const |
Optional. Include user data.
bool Jellyfin::Loader::GetLiveTvProgramsParams::enableUserDataNull | ( | ) | const |
const QList< ItemFields > & Jellyfin::Loader::GetLiveTvProgramsParams::fields | ( | ) | const |
Optional. Specify additional fields of information to return in the output.
bool Jellyfin::Loader::GetLiveTvProgramsParams::fieldsNull | ( | ) | const |
const QStringList & Jellyfin::Loader::GetLiveTvProgramsParams::genreIds | ( | ) | const |
The genre ids to return guide information for.
bool Jellyfin::Loader::GetLiveTvProgramsParams::genreIdsNull | ( | ) | const |
const QStringList & Jellyfin::Loader::GetLiveTvProgramsParams::genres | ( | ) | const |
The genres to return guide information for.
bool Jellyfin::Loader::GetLiveTvProgramsParams::genresNull | ( | ) | const |
const bool & Jellyfin::Loader::GetLiveTvProgramsParams::hasAired | ( | ) | const |
Optional. Filter by programs that have completed airing, or not.
bool Jellyfin::Loader::GetLiveTvProgramsParams::hasAiredNull | ( | ) | const |
const qint32 & Jellyfin::Loader::GetLiveTvProgramsParams::imageTypeLimit | ( | ) | const |
Optional. The max number of images to return, per image type.
bool Jellyfin::Loader::GetLiveTvProgramsParams::imageTypeLimitNull | ( | ) | const |
const bool & Jellyfin::Loader::GetLiveTvProgramsParams::isAiring | ( | ) | const |
Optional. Filter by programs that are currently airing, or not.
bool Jellyfin::Loader::GetLiveTvProgramsParams::isAiringNull | ( | ) | const |
const bool & Jellyfin::Loader::GetLiveTvProgramsParams::isKids | ( | ) | const |
Optional. Filter for kids.
bool Jellyfin::Loader::GetLiveTvProgramsParams::isKidsNull | ( | ) | const |
const bool & Jellyfin::Loader::GetLiveTvProgramsParams::isMovie | ( | ) | const |
Optional. Filter for movies.
bool Jellyfin::Loader::GetLiveTvProgramsParams::isMovieNull | ( | ) | const |
const bool & Jellyfin::Loader::GetLiveTvProgramsParams::isNews | ( | ) | const |
Optional. Filter for news.
bool Jellyfin::Loader::GetLiveTvProgramsParams::isNewsNull | ( | ) | const |
const bool & Jellyfin::Loader::GetLiveTvProgramsParams::isSeries | ( | ) | const |
Optional. Filter for series.
bool Jellyfin::Loader::GetLiveTvProgramsParams::isSeriesNull | ( | ) | const |
const bool & Jellyfin::Loader::GetLiveTvProgramsParams::isSports | ( | ) | const |
Optional. Filter for sports.
bool Jellyfin::Loader::GetLiveTvProgramsParams::isSportsNull | ( | ) | const |
const QString & Jellyfin::Loader::GetLiveTvProgramsParams::librarySeriesId | ( | ) | const |
Optional. Filter by library series id.
bool Jellyfin::Loader::GetLiveTvProgramsParams::librarySeriesIdNull | ( | ) | const |
const qint32 & Jellyfin::Loader::GetLiveTvProgramsParams::limit | ( | ) | const |
Optional. The maximum number of records to return.
bool Jellyfin::Loader::GetLiveTvProgramsParams::limitNull | ( | ) | const |
const QDateTime & Jellyfin::Loader::GetLiveTvProgramsParams::maxEndDate | ( | ) | const |
Optional. The maximum premiere end date.
bool Jellyfin::Loader::GetLiveTvProgramsParams::maxEndDateNull | ( | ) | const |
const QDateTime & Jellyfin::Loader::GetLiveTvProgramsParams::maxStartDate | ( | ) | const |
Optional. The maximum premiere start date.
bool Jellyfin::Loader::GetLiveTvProgramsParams::maxStartDateNull | ( | ) | const |
const QDateTime & Jellyfin::Loader::GetLiveTvProgramsParams::minEndDate | ( | ) | const |
Optional. The minimum premiere end date.
bool Jellyfin::Loader::GetLiveTvProgramsParams::minEndDateNull | ( | ) | const |
const QDateTime & Jellyfin::Loader::GetLiveTvProgramsParams::minStartDate | ( | ) | const |
Optional. The minimum premiere start date.
bool Jellyfin::Loader::GetLiveTvProgramsParams::minStartDateNull | ( | ) | const |
const QString & Jellyfin::Loader::GetLiveTvProgramsParams::seriesTimerId | ( | ) | const |
Optional. Filter by series timer id.
bool Jellyfin::Loader::GetLiveTvProgramsParams::seriesTimerIdNull | ( | ) | const |
void Jellyfin::Loader::GetLiveTvProgramsParams::setChannelIds | ( | QStringList | newChannelIds | ) |
void Jellyfin::Loader::GetLiveTvProgramsParams::setChannelIdsNull | ( | ) |
void Jellyfin::Loader::GetLiveTvProgramsParams::setEnableImages | ( | bool | newEnableImages | ) |
void Jellyfin::Loader::GetLiveTvProgramsParams::setEnableImagesNull | ( | ) |
void Jellyfin::Loader::GetLiveTvProgramsParams::setEnableImageTypes | ( | QList< ImageType > | newEnableImageTypes | ) |
void Jellyfin::Loader::GetLiveTvProgramsParams::setEnableImageTypesNull | ( | ) |
void Jellyfin::Loader::GetLiveTvProgramsParams::setEnableTotalRecordCount | ( | bool | newEnableTotalRecordCount | ) |
void Jellyfin::Loader::GetLiveTvProgramsParams::setEnableTotalRecordCountNull | ( | ) |
void Jellyfin::Loader::GetLiveTvProgramsParams::setEnableUserData | ( | bool | newEnableUserData | ) |
void Jellyfin::Loader::GetLiveTvProgramsParams::setEnableUserDataNull | ( | ) |
void Jellyfin::Loader::GetLiveTvProgramsParams::setFields | ( | QList< ItemFields > | newFields | ) |
void Jellyfin::Loader::GetLiveTvProgramsParams::setFieldsNull | ( | ) |
void Jellyfin::Loader::GetLiveTvProgramsParams::setGenreIds | ( | QStringList | newGenreIds | ) |
void Jellyfin::Loader::GetLiveTvProgramsParams::setGenreIdsNull | ( | ) |
void Jellyfin::Loader::GetLiveTvProgramsParams::setGenres | ( | QStringList | newGenres | ) |
void Jellyfin::Loader::GetLiveTvProgramsParams::setGenresNull | ( | ) |
void Jellyfin::Loader::GetLiveTvProgramsParams::setHasAired | ( | bool | newHasAired | ) |
void Jellyfin::Loader::GetLiveTvProgramsParams::setHasAiredNull | ( | ) |
void Jellyfin::Loader::GetLiveTvProgramsParams::setImageTypeLimit | ( | qint32 | newImageTypeLimit | ) |
void Jellyfin::Loader::GetLiveTvProgramsParams::setImageTypeLimitNull | ( | ) |
void Jellyfin::Loader::GetLiveTvProgramsParams::setIsAiring | ( | bool | newIsAiring | ) |
void Jellyfin::Loader::GetLiveTvProgramsParams::setIsAiringNull | ( | ) |
void Jellyfin::Loader::GetLiveTvProgramsParams::setIsKids | ( | bool | newIsKids | ) |
void Jellyfin::Loader::GetLiveTvProgramsParams::setIsKidsNull | ( | ) |
void Jellyfin::Loader::GetLiveTvProgramsParams::setIsMovie | ( | bool | newIsMovie | ) |
void Jellyfin::Loader::GetLiveTvProgramsParams::setIsMovieNull | ( | ) |
void Jellyfin::Loader::GetLiveTvProgramsParams::setIsNews | ( | bool | newIsNews | ) |
void Jellyfin::Loader::GetLiveTvProgramsParams::setIsNewsNull | ( | ) |
void Jellyfin::Loader::GetLiveTvProgramsParams::setIsSeries | ( | bool | newIsSeries | ) |
void Jellyfin::Loader::GetLiveTvProgramsParams::setIsSeriesNull | ( | ) |
void Jellyfin::Loader::GetLiveTvProgramsParams::setIsSports | ( | bool | newIsSports | ) |
void Jellyfin::Loader::GetLiveTvProgramsParams::setIsSportsNull | ( | ) |
void Jellyfin::Loader::GetLiveTvProgramsParams::setLibrarySeriesId | ( | QString | newLibrarySeriesId | ) |
void Jellyfin::Loader::GetLiveTvProgramsParams::setLibrarySeriesIdNull | ( | ) |
void Jellyfin::Loader::GetLiveTvProgramsParams::setLimit | ( | qint32 | newLimit | ) |
void Jellyfin::Loader::GetLiveTvProgramsParams::setLimitNull | ( | ) |
void Jellyfin::Loader::GetLiveTvProgramsParams::setMaxEndDate | ( | QDateTime | newMaxEndDate | ) |
void Jellyfin::Loader::GetLiveTvProgramsParams::setMaxEndDateNull | ( | ) |
void Jellyfin::Loader::GetLiveTvProgramsParams::setMaxStartDate | ( | QDateTime | newMaxStartDate | ) |
void Jellyfin::Loader::GetLiveTvProgramsParams::setMaxStartDateNull | ( | ) |
void Jellyfin::Loader::GetLiveTvProgramsParams::setMinEndDate | ( | QDateTime | newMinEndDate | ) |
void Jellyfin::Loader::GetLiveTvProgramsParams::setMinEndDateNull | ( | ) |
void Jellyfin::Loader::GetLiveTvProgramsParams::setMinStartDate | ( | QDateTime | newMinStartDate | ) |
void Jellyfin::Loader::GetLiveTvProgramsParams::setMinStartDateNull | ( | ) |
void Jellyfin::Loader::GetLiveTvProgramsParams::setSeriesTimerId | ( | QString | newSeriesTimerId | ) |
void Jellyfin::Loader::GetLiveTvProgramsParams::setSeriesTimerIdNull | ( | ) |
void Jellyfin::Loader::GetLiveTvProgramsParams::setSortBy | ( | QString | newSortBy | ) |
void Jellyfin::Loader::GetLiveTvProgramsParams::setSortByNull | ( | ) |
void Jellyfin::Loader::GetLiveTvProgramsParams::setSortOrder | ( | QString | newSortOrder | ) |
void Jellyfin::Loader::GetLiveTvProgramsParams::setSortOrderNull | ( | ) |
void Jellyfin::Loader::GetLiveTvProgramsParams::setStartIndex | ( | qint32 | newStartIndex | ) |
void Jellyfin::Loader::GetLiveTvProgramsParams::setStartIndexNull | ( | ) |
void Jellyfin::Loader::GetLiveTvProgramsParams::setUserId | ( | QString | newUserId | ) |
void Jellyfin::Loader::GetLiveTvProgramsParams::setUserIdNull | ( | ) |
const QString & Jellyfin::Loader::GetLiveTvProgramsParams::sortBy | ( | ) | const |
Optional. Specify one or more sort orders, comma delimited. Options: Name, StartDate.
bool Jellyfin::Loader::GetLiveTvProgramsParams::sortByNull | ( | ) | const |
const QString & Jellyfin::Loader::GetLiveTvProgramsParams::sortOrder | ( | ) | const |
Sort Order - Ascending,Descending.
bool Jellyfin::Loader::GetLiveTvProgramsParams::sortOrderNull | ( | ) | const |
const qint32 & Jellyfin::Loader::GetLiveTvProgramsParams::startIndex | ( | ) | const |
Optional. The record index to start at. All items with a lower index will be dropped from the results.
bool Jellyfin::Loader::GetLiveTvProgramsParams::startIndexNull | ( | ) | const |
const QString & Jellyfin::Loader::GetLiveTvProgramsParams::userId | ( | ) | const |
Optional. Filter by user id.
bool Jellyfin::Loader::GetLiveTvProgramsParams::userIdNull | ( | ) | const |