Kodi Documentation 22.0
Kodi is an open source media player and entertainment hub.
Loading...
Searching...
No Matches
JSONRPC::CVideoLibrary Member List

This is the complete list of members for JSONRPC::CVideoLibrary, including all inherited members.

Clean(const std::string &method, ITransportLayer *transport, IClient *client, const CVariant &parameterObject, CVariant &result)JSONRPC::CVideoLibrarystatic
CopyStringArray(const CVariant &jsonStringArray, std::vector< std::string > &stringArray)JSONRPC::CJSONUtilsinlineprotectedstatic
Export(const std::string &method, ITransportLayer *transport, IClient *client, const CVariant &parameterObject, CVariant &result)JSONRPC::CVideoLibrarystatic
FillDetails(const ISerializable *info, const std::shared_ptr< CFileItem > &item, std::set< std::string > &fields, CVariant &result, CThumbLoader *thumbLoader=nullptr)JSONRPC::CFileItemHandlerprotectedstatic
FillFileItem(const std::string &strFilename, std::shared_ptr< CFileItem > &item, const CVariant &parameterObject=CVariant(CVariant::VariantTypeArray))JSONRPC::CVideoLibrarystatic
FillFileItemList(const CVariant &parameterObject, CFileItemList &list)JSONRPC::CVideoLibrarystatic
GetAvailableArt(const std::string &method, ITransportLayer *transport, IClient *client, const CVariant &parameterObject, CVariant &result)JSONRPC::CVideoLibrarystatic
GetAvailableArtTypes(const std::string &method, ITransportLayer *transport, IClient *client, const CVariant &parameterObject, CVariant &result)JSONRPC::CVideoLibrarystatic
GetDetailsFromJsonParameters(const CVariant &parameterObject)JSONRPC::CVideoLibrarystatic
GetEpisodeDetails(const std::string &method, ITransportLayer *transport, IClient *client, const CVariant &parameterObject, CVariant &result)JSONRPC::CVideoLibrarystatic
GetEpisodes(const std::string &method, ITransportLayer *transport, IClient *client, const CVariant &parameterObject, CVariant &result)JSONRPC::CVideoLibrarystatic
GetGenres(const std::string &method, ITransportLayer *transport, IClient *client, const CVariant &parameterObject, CVariant &result)JSONRPC::CVideoLibrarystatic
GetInProgressTVShows(const std::string &method, ITransportLayer *transport, IClient *client, const CVariant &parameterObject, CVariant &result)JSONRPC::CVideoLibrarystatic
GetMovieDetails(const std::string &method, ITransportLayer *transport, IClient *client, const CVariant &parameterObject, CVariant &result)JSONRPC::CVideoLibrarystatic
GetMovies(const std::string &method, ITransportLayer *transport, IClient *client, const CVariant &parameterObject, CVariant &result)JSONRPC::CVideoLibrarystatic
GetMovieSetDetails(const std::string &method, ITransportLayer *transport, IClient *client, const CVariant &parameterObject, CVariant &result)JSONRPC::CVideoLibrarystatic
GetMovieSets(const std::string &method, ITransportLayer *transport, IClient *client, const CVariant &parameterObject, CVariant &result)JSONRPC::CVideoLibrarystatic
GetMusicVideoDetails(const std::string &method, ITransportLayer *transport, IClient *client, const CVariant &parameterObject, CVariant &result)JSONRPC::CVideoLibrarystatic
GetMusicVideos(const std::string &method, ITransportLayer *transport, IClient *client, const CVariant &parameterObject, CVariant &result)JSONRPC::CVideoLibrarystatic
GetParameter(const CVariant &parameterObject, const std::string &key, unsigned int position)JSONRPC::CJSONUtilsinlineprotectedstatic
GetParameter(const CVariant &parameterObject, const std::string &key, unsigned int position, const CVariant &fallback)JSONRPC::CJSONUtilsinlineprotectedstatic
GetRecentlyAddedEpisodes(const std::string &method, ITransportLayer *transport, IClient *client, const CVariant &parameterObject, CVariant &result)JSONRPC::CVideoLibrarystatic
GetRecentlyAddedMovies(const std::string &method, ITransportLayer *transport, IClient *client, const CVariant &parameterObject, CVariant &result)JSONRPC::CVideoLibrarystatic
GetRecentlyAddedMusicVideos(const std::string &method, ITransportLayer *transport, IClient *client, const CVariant &parameterObject, CVariant &result)JSONRPC::CVideoLibrarystatic
GetSeasonDetails(const std::string &method, ITransportLayer *transport, IClient *client, const CVariant &parameterObject, CVariant &result)JSONRPC::CVideoLibrarystatic
GetSeasons(const std::string &method, ITransportLayer *transport, IClient *client, const CVariant &parameterObject, CVariant &result)JSONRPC::CVideoLibrarystatic
GetString(const CVariant &value, const char *defaultValue)JSONRPC::CJSONUtilsinlineprotectedstatic
GetTags(const std::string &method, ITransportLayer *transport, IClient *client, const CVariant &parameterObject, CVariant &result)JSONRPC::CVideoLibrarystatic
GetTVShowDetails(const std::string &method, ITransportLayer *transport, IClient *client, const CVariant &parameterObject, CVariant &result)JSONRPC::CVideoLibrarystatic
GetTVShows(const std::string &method, ITransportLayer *transport, IClient *client, const CVariant &parameterObject, CVariant &result)JSONRPC::CVideoLibrarystatic
GetXspFiltering(const std::string &type, const CVariant &filter, std::string &xsp)JSONRPC::CJSONUtilsinlineprotectedstatic
HandleFileItem(const char *ID, bool allowFile, const char *resultname, const std::shared_ptr< CFileItem > &item, const CVariant &parameterObject, const CVariant &validFields, CVariant &result, bool append=true, CThumbLoader *thumbLoader=nullptr)JSONRPC::CFileItemHandlerprotectedstatic
HandleFileItem(const char *ID, bool allowFile, const char *resultname, const std::shared_ptr< CFileItem > &item, const CVariant &parameterObject, const std::set< std::string > &validFields, CVariant &result, bool append=true, CThumbLoader *thumbLoader=nullptr)JSONRPC::CFileItemHandlerprotectedstatic
HandleFileItemList(const char *ID, bool allowFile, const char *resultname, CFileItemList &items, const CVariant &parameterObject, CVariant &result, bool sortLimit=true)JSONRPC::CFileItemHandlerprotectedstatic
HandleFileItemList(const char *ID, bool allowFile, const char *resultname, CFileItemList &items, const CVariant &parameterObject, CVariant &result, int size, bool sortLimit=true)JSONRPC::CFileItemHandlerprotectedstatic
HandleLimits(const CVariant &parameterObject, CVariant &result, int size, int &start, int &end)JSONRPC::CJSONUtilsinlineprotectedstatic
HasType(JSONSchemaType typeObject, JSONSchemaType type)JSONRPC::CJSONUtilsinlineprotectedstatic
IsParameterType(const CVariant &parameterObject, const char *key, unsigned int position, JSONSchemaType valueType)JSONRPC::CJSONUtilsinlineprotectedstatic
IsType(const CVariant &value, JSONSchemaType valueType)JSONRPC::CJSONUtilsinlineprotectedstatic
IsValueMember(const CVariant &value, const std::string &key)JSONRPC::CJSONUtilsinlineprotectedstatic
MillisecondsToTimeObject(int time, CVariant &result)JSONRPC::CJSONUtilsinlinestatic
ParameterExists(const CVariant &parameterObject, const std::string &key, unsigned int position)JSONRPC::CJSONUtilsinlineprotectedstatic
ParameterNotNull(const CVariant &parameterObject, const std::string &key)JSONRPC::CJSONUtilsinlineprotectedstatic
ParseLimits(const CVariant &parameterObject, int &limitStart, int &limitEnd)JSONRPC::CJSONUtilsinlineprotectedstatic
ParseSorting(const CVariant &parameterObject, SortBy &sortBy, SortOrder &sortOrder, SortAttribute &sortAttributes)JSONRPC::CJSONUtilsinlineprotectedstatic
RefreshEpisode(const std::string &method, ITransportLayer *transport, IClient *client, const CVariant &parameterObject, CVariant &result)JSONRPC::CVideoLibrarystatic
RefreshMovie(const std::string &method, ITransportLayer *transport, IClient *client, const CVariant &parameterObject, CVariant &result)JSONRPC::CVideoLibrarystatic
RefreshMusicVideo(const std::string &method, ITransportLayer *transport, IClient *client, const CVariant &parameterObject, CVariant &result)JSONRPC::CVideoLibrarystatic
RefreshTVShow(const std::string &method, ITransportLayer *transport, IClient *client, const CVariant &parameterObject, CVariant &result)JSONRPC::CVideoLibrarystatic
RemoveEpisode(const std::string &method, ITransportLayer *transport, IClient *client, const CVariant &parameterObject, CVariant &result)JSONRPC::CVideoLibrarystatic
RemoveMovie(const std::string &method, ITransportLayer *transport, IClient *client, const CVariant &parameterObject, CVariant &result)JSONRPC::CVideoLibrarystatic
RemoveMusicVideo(const std::string &method, ITransportLayer *transport, IClient *client, const CVariant &parameterObject, CVariant &result)JSONRPC::CVideoLibrarystatic
RemoveTVShow(const std::string &method, ITransportLayer *transport, IClient *client, const CVariant &parameterObject, CVariant &result)JSONRPC::CVideoLibrarystatic
Scan(const std::string &method, ITransportLayer *transport, IClient *client, const CVariant &parameterObject, CVariant &result)JSONRPC::CVideoLibrarystatic
SchemaValueTypeToJson(JSONSchemaType valueType, CVariant &jsonObject)JSONRPC::CJSONUtilsinlineprotectedstatic
SchemaValueTypeToString(JSONSchemaType valueType)JSONRPC::CJSONUtilsinlineprotectedstatic
SetDefaultValue(CVariant &value, JSONSchemaType valueType)JSONRPC::CJSONUtilsinlineprotectedstatic
SetEpisodeDetails(const std::string &method, ITransportLayer *transport, IClient *client, const CVariant &parameterObject, CVariant &result)JSONRPC::CVideoLibrarystatic
SetFromDBDate(const CVariant &jsonDate, CDateTime &date)JSONRPC::CJSONUtilsprotectedstatic
SetFromDBDateTime(const CVariant &jsonDate, CDateTime &date)JSONRPC::CJSONUtilsprotectedstatic
SetMovieDetails(const std::string &method, ITransportLayer *transport, IClient *client, const CVariant &parameterObject, CVariant &result)JSONRPC::CVideoLibrarystatic
SetMovieSetDetails(const std::string &method, ITransportLayer *transport, IClient *client, const CVariant &parameterObject, CVariant &result)JSONRPC::CVideoLibrarystatic
SetMusicVideoDetails(const std::string &method, ITransportLayer *transport, IClient *client, const CVariant &parameterObject, CVariant &result)JSONRPC::CVideoLibrarystatic
SetSeasonDetails(const std::string &method, ITransportLayer *transport, IClient *client, const CVariant &parameterObject, CVariant &result)JSONRPC::CVideoLibrarystatic
SetTVShowDetails(const std::string &method, ITransportLayer *transport, IClient *client, const CVariant &parameterObject, CVariant &result)JSONRPC::CVideoLibrarystatic
StringToSchemaValueType(const std::string &valueType)JSONRPC::CJSONUtilsinlineprotectedstatic
StringToTransportLayer(const std::string &transport)JSONRPC::CJSONUtilsinlineprotectedstatic
UpdateResumePoint(const CVariant &parameterObject, CVideoInfoTag &details, CVideoDatabase &videodatabase)JSONRPC::CVideoLibrarystatic
ValueTypeToString(CVariant::VariantType valueType)JSONRPC::CJSONUtilsinlineprotectedstatic