MythTV
master
|
#include <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) |
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) |
static V2CutList * | GetVideoCommBreak (int Id, const QString &OffsetType) |
Public Member Functions | |
V2Video () | |
~V2Video () override=default | |
![]() | |
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 () |
![]() | |
template<class T > | |
static HTTPServicePtr | Create () |
Additional Inherited Members | |
![]() | |
bool | HAS_PARAMv2 (const QString &p) |
![]() | |
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 184 of file v2video.cpp.
|
staticslot |
Definition at line 267 of file v2video.cpp.
|
staticslot |
Definition at line 383 of file v2video.cpp.
|
staticslot |
Definition at line 399 of file v2video.cpp.
Definition at line 455 of file v2video.cpp.
|
slot |
Definition at line 473 of file v2video.cpp.
|
staticslot |
Definition at line 813 of file v2video.cpp.
|
staticslot |
Definition at line 860 of file v2video.cpp.
|
staticslot |
Definition at line 904 of file v2video.cpp.
|
staticslot |
Definition at line 967 of file v2video.cpp.
|
staticslot |
Definition at line 1011 of file v2video.cpp.
|
staticslot |
Definition at line 1072 of file v2video.cpp.