|
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) |
| V2VideoMetadataInfoList * | GetVideoList (const QString &Folder, const QString &Sort, const QString &TitleRegEx, int Category, 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) |
| static V2VideoCategoryList * | GetCategoryList () |
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 53 of file v2video.cpp.
|
overridedefault |
|
staticslot |
Definition at line 556 of file v2video.cpp.
|
staticslot |
Definition at line 1048 of file v2video.cpp.
|
staticslot |
Definition at line 1274 of file v2video.cpp.
|
staticslot |
Definition at line 143 of file v2video.cpp.
|
staticslot |
Definition at line 96 of file v2video.cpp.
|
staticslot |
Definition at line 1110 of file v2video.cpp.
|
staticslot |
Definition at line 58 of file v2video.cpp.
|
staticslot |
Definition at line 73 of file v2video.cpp.
|
staticslot |
Definition at line 1217 of file v2video.cpp.
|
staticslot |
Definition at line 1155 of file v2video.cpp.
|
slot |
Definition at line 205 of file v2video.cpp.
|
staticslot |
Definition at line 419 of file v2video.cpp.
|
static |
|
staticslot |
Definition at line 540 of file v2video.cpp.
|
staticslot |
Definition at line 1004 of file v2video.cpp.
|
staticslot |
Definition at line 957 of file v2video.cpp.
|
slot |
Definition at line 630 of file v2video.cpp.
Definition at line 612 of file v2video.cpp.