Home
last modified time | relevance | path

Searched refs:GetGenresLabel (Results 1 – 6 of 6) sorted by relevance

/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/pvr/recordings/
H A DPVRRecording.h332 const std::string GetGenresLabel() const;
H A DPVRRecording.cpp578 const std::string CPVRRecording::GetGenresLabel() const in GetGenresLabel() function in CPVRRecording
/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/pvr/epg/
H A DEpgInfoTag.h240 const std::string GetGenresLabel() const;
H A DEpgInfoTag.cpp363 const std::string CPVREpgInfoTag::GetGenresLabel() const in GetGenresLabel() function in CPVREpgInfoTag
/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/pvr/addons/
H A DPVRClient.cpp302 strncpy(addonRecording.strGenreDescription, xbmcRecording.GetGenresLabel().c_str(), in WriteClientRecordingInfo()
739 m_strGenreDescription(kodiTag->GetGenresLabel()) in CAddonEpgTag()
/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/pvr/guilib/guiinfo/
H A DPVRGUIInfo.cpp529 strValue = epgTag->GetGenresLabel(); in GetListItemAndPlayerLabel()