|
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 () |
|
Definition at line 16 of file v2video.h.