MythTV
master
|
#include <mythbackend/servicesv2/v2video.h>
Public Slots | |
static V2VideoMetadataInfo * | GetVideo (int Id) |
static V2VideoMetadataInfo * | GetVideoByFileName (const QString &FileName) |
static long | GetSavedBookmark (int Id) |
static long | GetLastPlayPos (int Id) |
static V2VideoMetadataInfoList * | GetVideoList (const QString &Folder, const QString &Sort, bool Descending, int StartIndex, int Count, bool CollapseSubDirs) |
static V2VideoLookupList * | LookupVideo (const QString &Title, const QString &Subtitle, const QString &Inetref, int Season, int Episode, const QString &GrabberType, bool AllowGeneric) |
static bool | RemoveVideoFromDB (int Id) |
static bool | AddVideo (const QString &FileName, const QString &HostName) |
static bool | UpdateVideoWatchedStatus (int Id, bool Watched) |
bool | UpdateVideoMetadata (int Id, const QString &Title, const QString &SubTitle, const QString &TagLine, const QString &Director, const QString &Studio, const QString &Plot, const QString &Rating, const QString &Inetref, int CollectionRef, const QString &HomePage, int Year, QDate ReleaseDate, float UserRating, int Length, int PlayCount, int Season, int Episode, int ShowLevel, const QString &FileName, const QString &Hash, const QString &CoverFile, int ChildID, bool Browse, bool Watched, bool Processed, const QString &PlayCommand, int Category, const QString &Trailer, const QString &Host, const QString &Screenshot, const QString &Banner, const QString &Fanart, QDate InsertDate, const QString &ContentType, const QString &Genres, const QString &Cast, const QString &Countries) |
static bool | SetSavedBookmark (int Id, long Offset) |
static bool | SetLastPlayPos (int Id, long Offset) |
static V2BlurayInfo * | GetBluray (const QString &Path) |
static V2VideoStreamInfoList * | GetStreamInfo (const QString &StorageGroup, const QString &FileName) |
static V2CutList * | GetVideoCutList (int Id, const QString &OffsetType, bool IncludeFps) |
static V2CutList * | GetVideoCommBreak (int Id, const QString &OffsetType, bool IncludeFps) |
Public Member Functions | |
V2Video () | |
~V2Video () override=default | |
Public Member Functions inherited from MythHTTPService | |
MythHTTPService (MythHTTPMetaService *MetaService) | |
~MythHTTPService () override=default | |
virtual HTTPResponse | HTTPRequest (const HTTPRequest2 &Request) |
Respond to a valid HTTPRequest. More... | |
QString & | Name () |
Static Public Member Functions | |
static void | RegisterCustomTypes () |
Static Public Member Functions inherited from MythHTTPService | |
template<class T > | |
static HTTPServicePtr | Create () |
Additional Inherited Members | |
Protected Member Functions inherited from MythHTTPService | |
bool | HAS_PARAMv2 (const QString &p) |
Protected Attributes inherited from MythHTTPService | |
QString | m_name |
MythHTTPMetaService * | m_staticMetaService { nullptr } |
HTTPRequest2 | m_request {nullptr} |
V2Video::V2Video | ( | ) |
Definition at line 50 of file v2video.cpp.
|
overridedefault |
|
static |
|
staticslot |
Definition at line 55 of file v2video.cpp.
|
staticslot |
Definition at line 70 of file v2video.cpp.
|
staticslot |
Definition at line 93 of file v2video.cpp.
|
staticslot |
Definition at line 140 of file v2video.cpp.
|
staticslot |
Definition at line 202 of file v2video.cpp.
|
staticslot |
Definition at line 376 of file v2video.cpp.
|
staticslot |
Definition at line 497 of file v2video.cpp.
|
staticslot |
Definition at line 513 of file v2video.cpp.
Definition at line 569 of file v2video.cpp.
|
slot |
Definition at line 587 of file v2video.cpp.
|
staticslot |
Definition at line 914 of file v2video.cpp.
|
staticslot |
Definition at line 961 of file v2video.cpp.
|
staticslot |
Definition at line 1005 of file v2video.cpp.
|
staticslot |
Definition at line 1068 of file v2video.cpp.
|
staticslot |
Definition at line 1112 of file v2video.cpp.
|
staticslot |
Definition at line 1174 of file v2video.cpp.