Home
last modified time | relevance | path

Searched refs:CBookmark (Results 1 – 25 of 32) sorted by relevance

12

/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/video/
H A DBookmark.cpp11 CBookmark::CBookmark() in CBookmark() function in CBookmark
16 void CBookmark::Reset() in Reset()
26 bool CBookmark::IsSet() const in IsSet()
31 bool CBookmark::IsPartWay() const in IsPartWay()
H A DBookmark.h14 class CBookmark
17 CBookmark();
47 typedef std::vector<CBookmark> VECBOOKMARKS;
H A DVideoDatabase.h613 …t std::string& strFilenameAndPath, VECBOOKMARKS& bookmarks, CBookmark::EType type = CBookmark::STA…
614 …ile(const std::string& strFilenameAndPath, const CBookmark &bookmark, CBookmark::EType type = CBoo…
615 bool GetResumeBookMark(const std::string& strFilenameAndPath, CBookmark &bookmark);
617 …arkOfFile(const std::string& strFilenameAndPath, CBookmark& bookmark, CBookmark::EType type = CBoo…
618 …ClearBookMarksOfFile(const std::string& strFilenameAndPath, CBookmark::EType type = CBookmark::STA…
619 void ClearBookMarksOfFile(int idFile, CBookmark::EType type = CBookmark::STANDARD);
620 bool GetBookMarkForEpisode(const CVideoInfoTag& tag, CBookmark& bookmark);
621 void AddBookMarkForEpisode(const CVideoInfoTag& tag, const CBookmark& bookmark);
H A DVideoInfoTag.h199 virtual CBookmark GetResumePoint() const;
206 virtual bool SetResumePoint(const CBookmark &resumePoint);
271 CBookmark m_EpBookmark;
303 CBookmark m_resumePoint;
H A DVideoInfoTag.cpp84 m_EpBookmark.type = CBookmark::EPISODE; in Reset()
88 m_resumePoint.type = CBookmark::RESUME; in Reset()
1742 CBookmark CVideoInfoTag::GetResumePoint() const in GetResumePoint()
1747 bool CVideoInfoTag::SetResumePoint(const CBookmark &resumePoint) in SetResumePoint()
1755 CBookmark resumePoint; in SetResumePoint()
1759 resumePoint.type = CBookmark::RESUME; in SetResumePoint()
H A DVideoDatabase.cpp3166 CBookmark bookmark; in GetBookMarksForFile()
3174 if (type == CBookmark::EPISODE) in GetBookMarksForFile()
3277 …dBookMarkToFile(const std::string& strFilenameAndPath, const CBookmark &bookmark, CBookmark::EType… in AddBookMarkToFile()
3303 if (type != CBookmark::EPISODE) in AddBookMarkToFile()
3325 …::ClearBookMarkOfFile(const std::string& strFilenameAndPath, CBookmark& bookmark, CBookmark::EType… in ClearBookMarkOfFile()
3348 if (type == CBookmark::EPISODE) in ClearBookMarkOfFile()
3385 if (type == CBookmark::EPISODE) in ClearBookMarksOfFile()
3411 bookmark.type = (CBookmark::EType)m_pDS2->fv("type").get_asInt(); in GetBookMarkForEpisode()
3966 tag.SetResumePoint(CBookmark()); in GetResumePoint()
3969 CBookmark bookmark; in GetResumePoint()
[all …]
/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/utils/
H A DSaveFileStateJob.h11 class CBookmark; variable
18 CBookmark& bookmark,
H A DSaveFileStateJob.cpp32 CBookmark& bookmark, in DoWork()
119 videodatabase.ClearBookMarksOfFile(progressTrackingFile, CBookmark::RESUME); in DoWork()
121 videodatabase.AddBookMarkToFile(progressTrackingFile, bookmark, CBookmark::RESUME); in DoWork()
/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/video/dialogs/
H A DGUIDialogVideoBookmarks.cpp174 …choices.Add(1, (m_bookmarks[item].type == CBookmark::EPISODE ? 20405 : 20404)); // "Remove episode… in OnPopupMenu()
239 videoDatabase.GetBookMarksForFile(m_filePath, m_bookmarks, CBookmark::EPISODE, true); in OnRefreshList()
249 if (m_bookmarks[i].type == CBookmark::EPISODE) in OnRefreshList()
384 videoDatabase.ClearBookMarksOfFile(path, CBookmark::STANDARD); in ClearBookmarks()
385 videoDatabase.ClearBookMarksOfFile(path, CBookmark::RESUME); in ClearBookmarks()
386 videoDatabase.ClearBookMarksOfFile(path, CBookmark::EPISODE); in ClearBookmarks()
394 CBookmark bookmark; in AddBookmark()
454 videoDatabase.AddBookMarkToFile(path, bookmark, CBookmark::STANDARD); in AddBookmark()
/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/cores/
H A DIPlayerCallback.h16 class CBookmark; variable
24 virtual void OnPlayerCloseFile(const CFileItem &file, const CBookmark &bookmark) {}; in OnPlayerCloseFile()
/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/pvr/recordings/
H A DPVRRecording.h150 bool SetResumePoint(const CBookmark& resumePoint) override;
165 CBookmark GetResumePoint() const override;
177 CBookmark GetLocalResumePoint() const { return CVideoInfoTag::GetResumePoint(); } in GetLocalResumePoint()
H A DPVRRecordings.cpp295 db.ClearBookMarksOfFile(recording->m_strFileNameAndPath, CBookmark::RESUME); in ChangeRecordingsPlayCount()
296 recording->SetResumePoint(CBookmark()); in ChangeRecordingsPlayCount()
328 db.ClearBookMarksOfFile(recording->m_strFileNameAndPath, CBookmark::RESUME); in ResetResumePoint()
329 recording->SetResumePoint(CBookmark()); in ResetResumePoint()
H A DPVRRecording.cpp290 bool CPVRRecording::SetResumePoint(const CBookmark& resumePoint) in SetResumePoint()
314 CBookmark CPVRRecording::GetResumePoint() const in GetResumePoint()
328 CBookmark resumePoint(CVideoInfoTag::GetResumePoint()); in GetResumePoint()
371 CBookmark resumePoint; in UpdateMetadata()
/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/network/upnp/
H A DUPnP.h24 class CBookmark; variable
70 const CBookmark& bookmark,
H A DUPnP.cpp215 return SaveFileState(temp, CBookmark(), watched); in MarkWatched()
224 bool SaveFileState(const CFileItem& item, const CBookmark& bookmark, const bool updatePlayCount) in SaveFileState()
531 CUPnP::SaveFileState(const CFileItem& item, const CBookmark& bookmark, const bool updatePlayCount) in SaveFileState()
H A DUPnPServer.cpp1079 db.ClearBookMarksOfFile(file_path, CBookmark::RESUME); in OnUpdateObject()
1081 CBookmark bookmark; in OnUpdateObject()
1086 db.AddBookMarkToFile(file_path, bookmark, CBookmark::RESUME); in OnUpdateObject()
/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/
H A DApplicationStackHelper.cpp100 CBookmark bookmark; in InitializeStackStartPartAndOffset()
192 CBookmark bookmark; in InitializeStackStartPartAndOffset()
H A DApplication.h52 class CBookmark; variable
173 void OnPlayerCloseFile(const CFileItem &file, const CBookmark &bookmark) override;
H A DFileItem.h75 class CBookmark; variable
588 CBookmark GetResumePoint() const;
H A DAutorun.cpp523 CBookmark bookmark; in CanResumePlayDVD()
H A DApplication.cpp2979 CBookmark bookmark; in PlayFile()
2999 CBookmark bookmark; in PlayFile()
3012 CBookmark bookmark; in PlayFile()
3213 void CApplication::OnPlayerCloseFile(const CFileItem &file, const CBookmark &bookmarkParam) in OnPlayerCloseFile()
3218 CBookmark bookmark = bookmarkParam; in OnPlayerCloseFile()
3219 CBookmark resumeBookmark; in OnPlayerCloseFile()
/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/video/jobs/
H A DVideoLibraryResetResumePointJob.cpp61 …if (URIUtils::IsUPnP(item->GetPath()) && UPNP::CUPnP::SaveFileState(*item, CBookmark(), false /* u… in Work()
H A DVideoLibraryMarkWatchedJob.cpp98 db.ClearBookMarksOfFile(path, CBookmark::RESUME); in Work()
/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/interfaces/legacy/
H A DListItem.cpp197 CBookmark resumePoint(GetVideoInfoTag()->GetResumePoint()); in setProperty()
203 CBookmark resumePoint(GetVideoInfoTag()->GetResumePoint()); in setProperty()
/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/interfaces/json-rpc/
H A DVideoLibrary.cpp1143 videodatabase.ClearBookMarksOfFile(details.m_strFileNameAndPath, CBookmark::RESUME); in UpdateResumePoint()
1146 CBookmark bookmark; in UpdateResumePoint()
1154 videodatabase.AddBookMarkToFile(details.m_strFileNameAndPath, bookmark, CBookmark::RESUME); in UpdateResumePoint()

12