Home
last modified time | relevance | path

Searched refs:GetBaseMoviePath (Results 1 – 4 of 4) sorted by relevance

/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/test/
H A DTestFileItem.cpp108 TEST_P(TestFileItemBasePath, GetBaseMoviePath) in TEST_P() argument
112 std::string path = CURL(item.GetBaseMoviePath(GetParam().use_folder)).Get(); in TEST_P()
/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/
H A DFileItem.h450 std::string GetBaseMoviePath(bool useFolderNames) const;
H A DFileItem.cpp3415 strMovieName = GetBaseMoviePath(bUseFolderNames); in GetMovieName()
3422 std::string CFileItem::GetBaseMoviePath(bool bUseFolderNames) const in GetBaseMoviePath() function in CFileItem
/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/video/
H A DVideoInfoScanner.cpp1163 std::string strBasePath = item->GetBaseMoviePath(true); in EnumerateEpisodeItem()
1305 movieDetails.m_basePath = pItem->GetBaseMoviePath(videoFolder); in AddVideo()