Jellyfin Qt
QML Library for interacting with the Jellyfin multimedia server
|
#include <requesttypes.h>
Public Member Functions | |
const QString & | searchTerm () const |
The search term to filter on. | |
void | setSearchTerm (QString newSearchTerm) |
const QStringList & | excludeItemTypes () const |
If specified, results with these item types are filtered out. This allows multiple, comma delimeted. | |
void | setExcludeItemTypes (QStringList newExcludeItemTypes) |
bool | excludeItemTypesNull () const |
void | setExcludeItemTypesNull () |
const bool & | includeArtists () const |
Optional filter whether to include artists. | |
void | setIncludeArtists (bool newIncludeArtists) |
bool | includeArtistsNull () const |
void | setIncludeArtistsNull () |
const bool & | includeGenres () const |
Optional filter whether to include genres. | |
void | setIncludeGenres (bool newIncludeGenres) |
bool | includeGenresNull () const |
void | setIncludeGenresNull () |
const QStringList & | includeItemTypes () const |
If specified, only results with the specified item types are returned. This allows multiple, comma delimeted. | |
void | setIncludeItemTypes (QStringList newIncludeItemTypes) |
bool | includeItemTypesNull () const |
void | setIncludeItemTypesNull () |
const bool & | includeMedia () const |
Optional filter whether to include media. | |
void | setIncludeMedia (bool newIncludeMedia) |
bool | includeMediaNull () const |
void | setIncludeMediaNull () |
const bool & | includePeople () const |
Optional filter whether to include people. | |
void | setIncludePeople (bool newIncludePeople) |
bool | includePeopleNull () const |
void | setIncludePeopleNull () |
const bool & | includeStudios () const |
Optional filter whether to include studios. | |
void | setIncludeStudios (bool newIncludeStudios) |
bool | includeStudiosNull () const |
void | setIncludeStudiosNull () |
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 qint32 & | limit () const |
Optional. The maximum number of records to return. | |
void | setLimit (qint32 newLimit) |
bool | limitNull () const |
void | setLimitNull () |
const QStringList & | mediaTypes () const |
If specified, only results with the specified media types are returned. This allows multiple, comma delimeted. | |
void | setMediaTypes (QStringList newMediaTypes) |
bool | mediaTypesNull () const |
void | setMediaTypesNull () |
const QString & | parentId () const |
If specified, only children of the parent are returned. | |
void | setParentId (QString newParentId) |
bool | parentIdNull () const |
void | setParentIdNull () |
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. Supply a user id to search within a user's library or omit to search all. | |
void | setUserId (QString newUserId) |
bool | userIdNull () const |
void | setUserIdNull () |
const QStringList & Jellyfin::Loader::GetParams::excludeItemTypes | ( | ) | const |
If specified, results with these item types are filtered out. This allows multiple, comma delimeted.
bool Jellyfin::Loader::GetParams::excludeItemTypesNull | ( | ) | const |
const bool & Jellyfin::Loader::GetParams::includeArtists | ( | ) | const |
Optional filter whether to include artists.
bool Jellyfin::Loader::GetParams::includeArtistsNull | ( | ) | const |
const bool & Jellyfin::Loader::GetParams::includeGenres | ( | ) | const |
Optional filter whether to include genres.
bool Jellyfin::Loader::GetParams::includeGenresNull | ( | ) | const |
const QStringList & Jellyfin::Loader::GetParams::includeItemTypes | ( | ) | const |
If specified, only results with the specified item types are returned. This allows multiple, comma delimeted.
bool Jellyfin::Loader::GetParams::includeItemTypesNull | ( | ) | const |
const bool & Jellyfin::Loader::GetParams::includeMedia | ( | ) | const |
Optional filter whether to include media.
bool Jellyfin::Loader::GetParams::includeMediaNull | ( | ) | const |
const bool & Jellyfin::Loader::GetParams::includePeople | ( | ) | const |
Optional filter whether to include people.
bool Jellyfin::Loader::GetParams::includePeopleNull | ( | ) | const |
const bool & Jellyfin::Loader::GetParams::includeStudios | ( | ) | const |
Optional filter whether to include studios.
bool Jellyfin::Loader::GetParams::includeStudiosNull | ( | ) | const |
const bool & Jellyfin::Loader::GetParams::isKids | ( | ) | const |
Optional filter for kids.
bool Jellyfin::Loader::GetParams::isKidsNull | ( | ) | const |
const bool & Jellyfin::Loader::GetParams::isMovie | ( | ) | const |
Optional filter for movies.
bool Jellyfin::Loader::GetParams::isMovieNull | ( | ) | const |
const bool & Jellyfin::Loader::GetParams::isNews | ( | ) | const |
Optional filter for news.
bool Jellyfin::Loader::GetParams::isNewsNull | ( | ) | const |
const bool & Jellyfin::Loader::GetParams::isSeries | ( | ) | const |
Optional filter for series.
bool Jellyfin::Loader::GetParams::isSeriesNull | ( | ) | const |
const bool & Jellyfin::Loader::GetParams::isSports | ( | ) | const |
Optional filter for sports.
bool Jellyfin::Loader::GetParams::isSportsNull | ( | ) | const |
const qint32 & Jellyfin::Loader::GetParams::limit | ( | ) | const |
Optional. The maximum number of records to return.
bool Jellyfin::Loader::GetParams::limitNull | ( | ) | const |
const QStringList & Jellyfin::Loader::GetParams::mediaTypes | ( | ) | const |
If specified, only results with the specified media types are returned. This allows multiple, comma delimeted.
bool Jellyfin::Loader::GetParams::mediaTypesNull | ( | ) | const |
const QString & Jellyfin::Loader::GetParams::parentId | ( | ) | const |
If specified, only children of the parent are returned.
bool Jellyfin::Loader::GetParams::parentIdNull | ( | ) | const |
const QString & Jellyfin::Loader::GetParams::searchTerm | ( | ) | const |
The search term to filter on.
void Jellyfin::Loader::GetParams::setExcludeItemTypes | ( | QStringList | newExcludeItemTypes | ) |
void Jellyfin::Loader::GetParams::setExcludeItemTypesNull | ( | ) |
void Jellyfin::Loader::GetParams::setIncludeArtists | ( | bool | newIncludeArtists | ) |
void Jellyfin::Loader::GetParams::setIncludeArtistsNull | ( | ) |
void Jellyfin::Loader::GetParams::setIncludeGenres | ( | bool | newIncludeGenres | ) |
void Jellyfin::Loader::GetParams::setIncludeGenresNull | ( | ) |
void Jellyfin::Loader::GetParams::setIncludeItemTypes | ( | QStringList | newIncludeItemTypes | ) |
void Jellyfin::Loader::GetParams::setIncludeItemTypesNull | ( | ) |
void Jellyfin::Loader::GetParams::setIncludeMedia | ( | bool | newIncludeMedia | ) |
void Jellyfin::Loader::GetParams::setIncludeMediaNull | ( | ) |
void Jellyfin::Loader::GetParams::setIncludePeople | ( | bool | newIncludePeople | ) |
void Jellyfin::Loader::GetParams::setIncludePeopleNull | ( | ) |
void Jellyfin::Loader::GetParams::setIncludeStudios | ( | bool | newIncludeStudios | ) |
void Jellyfin::Loader::GetParams::setIncludeStudiosNull | ( | ) |
void Jellyfin::Loader::GetParams::setIsKids | ( | bool | newIsKids | ) |
void Jellyfin::Loader::GetParams::setIsKidsNull | ( | ) |
void Jellyfin::Loader::GetParams::setIsMovie | ( | bool | newIsMovie | ) |
void Jellyfin::Loader::GetParams::setIsMovieNull | ( | ) |
void Jellyfin::Loader::GetParams::setIsNews | ( | bool | newIsNews | ) |
void Jellyfin::Loader::GetParams::setIsNewsNull | ( | ) |
void Jellyfin::Loader::GetParams::setIsSeries | ( | bool | newIsSeries | ) |
void Jellyfin::Loader::GetParams::setIsSeriesNull | ( | ) |
void Jellyfin::Loader::GetParams::setIsSports | ( | bool | newIsSports | ) |
void Jellyfin::Loader::GetParams::setIsSportsNull | ( | ) |
void Jellyfin::Loader::GetParams::setLimit | ( | qint32 | newLimit | ) |
void Jellyfin::Loader::GetParams::setLimitNull | ( | ) |
void Jellyfin::Loader::GetParams::setMediaTypes | ( | QStringList | newMediaTypes | ) |
void Jellyfin::Loader::GetParams::setMediaTypesNull | ( | ) |
void Jellyfin::Loader::GetParams::setParentId | ( | QString | newParentId | ) |
void Jellyfin::Loader::GetParams::setParentIdNull | ( | ) |
void Jellyfin::Loader::GetParams::setSearchTerm | ( | QString | newSearchTerm | ) |
void Jellyfin::Loader::GetParams::setStartIndex | ( | qint32 | newStartIndex | ) |
void Jellyfin::Loader::GetParams::setStartIndexNull | ( | ) |
void Jellyfin::Loader::GetParams::setUserId | ( | QString | newUserId | ) |
void Jellyfin::Loader::GetParams::setUserIdNull | ( | ) |
const qint32 & Jellyfin::Loader::GetParams::startIndex | ( | ) | const |
Optional. The record index to start at. All items with a lower index will be dropped from the results.
bool Jellyfin::Loader::GetParams::startIndexNull | ( | ) | const |
const QString & Jellyfin::Loader::GetParams::userId | ( | ) | const |
Optional. Supply a user id to search within a user's library or omit to search all.
bool Jellyfin::Loader::GetParams::userIdNull | ( | ) | const |