Home
last modified time | relevance | path

Searched refs:SETTINGS_TVSHOWLIST (Results 1 – 3 of 3) sorted by relevance

/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/settings/
H A DAdvancedSettings.h105 typedef std::vector<TVShowRegexp> SETTINGS_TVSHOWLIST; typedef
123 static void GetCustomTVRegexps(TiXmlElement *pRootElement, SETTINGS_TVSHOWLIST& settings);
210 SETTINGS_TVSHOWLIST m_tvshowEnumRegExps;
H A DAdvancedSettings.cpp1248 void CAdvancedSettings::GetCustomTVRegexps(TiXmlElement *pRootElement, SETTINGS_TVSHOWLIST& setting… in GetCustomTVRegexps()
/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/video/
H A DVideoInfoScanner.cpp1100SETTINGS_TVSHOWLIST expression = CServiceBroker::GetSettingsComponent()->GetAdvancedSettings()->m_… in EnumerateEpisodeItem()