Home
last modified time | relevance | path

Searched refs:SetGenre (Results 1 – 25 of 35) sorted by relevance

12

/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/music/tags/test/
H A DTestTagLoaderTagLib.cpp154 TEST_F(TestTagLoaderTagLib, SetGenre) in TEST_F() argument
162 CTagLoaderTagLib::SetGenre(tag, genres); in TEST_F()
168 CTagLoaderTagLib::SetGenre(tag2, named_genre); in TEST_F()
/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/music/tags/
H A DMusicInfoTagLoaderCDDA.cpp98 tag.SetGenre( cddb.getGenre() ); in Load()
138 tag.SetGenre( strGenre ); in Load()
H A DTagLoaderTagLib.cpp160 SetGenre(tag, GetASFStringList(it->second)); in ParseTag()
273 tag.SetGenre(id3v1->genre().to8Bit(true), true); in ParseTag()
300 else if (it->first == "TCON") SetGenre(tag, GetID3v2StringList(it->second)); in ParseTag()
528 SetGenre(tag, StringListToVectorString(it->second.toStringList())); in ParseTag()
666 SetGenre(tag, StringListToVectorString(it->second)); in ParseTag()
857 SetGenre(tag, StringListToVectorString(it->second.toStringList())); in ParseTag()
974 SetGenre(tag, StringListToVectorString(it->second)); in ParseTag()
1068 void CTagLoaderTagLib::SetGenre(CMusicInfoTag &tag, const std::vector<std::string> &values) in SetGenre() function in CTagLoaderTagLib
1087 tag.SetGenre(genres[0], true); in SetGenre()
1089 tag.SetGenre(genres, true); in SetGenre()
H A DMusicInfoTag.cpp415 void CMusicInfoTag::SetGenre(const std::string& strGenre, bool bTrim /* = false*/) in SetGenre() function in CMusicInfoTag
418SetGenre(StringUtils::Split(strGenre, CServiceBroker::GetSettingsComponent()->GetAdvancedSettings(… in SetGenre()
423 void CMusicInfoTag::SetGenre(const std::vector<std::string>& genres, bool bTrim /* = false*/) in SetGenre() function in CMusicInfoTag
786 SetGenre(artist.genre); in SetArtist()
815 SetGenre(album.genre); in SetAlbum()
842 SetGenre(song.genre); in SetSong()
H A DMusicInfoTag.h105 void SetGenre(const std::string& strGenre, bool bTrim = false);
106 void SetGenre(const std::vector<std::string>& genres, bool bTrim = false);
H A DTagLoaderTagLib.h44 static void SetGenre(MUSIC_INFO::CMusicInfoTag& tag, const std::vector<std::string>& values);
H A DMusicInfoTagLoaderFFmpeg.cpp100 tag.SetGenre(avtag->value); in Load()
/dports/audio/mous/mous-2.0.1/sdk/plugin/
H A DITagParser.h45 virtual void SetGenre(const std::string& genre) { } in SetGenre() function
/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/cdrip/
H A DEncoder.h36 void SetGenre(const std::string& str) { m_impl->m_strGenre = str; } in SetGenre() function
H A DCDDARipJob.cpp205 encoder->SetGenre(StringUtils::Join(m_tag.GetGenre(), itemSeparator)); in SetupEncoder()
/dports/audio/mous/mous-2.0.1/plugins/taglib/
H A DTagLibParser.h50 virtual void SetGenre(const string& genre);
H A DTagLibParser.cpp210 void TagLibParser::SetGenre(const string& genre) in SetGenre() function in TagLibParser
/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/pvr/recordings/
H A DPVRRecording.h308 void SetGenre(int iGenreType, int iGenreSubType, const std::string& strGenre);
H A DPVRRecording.cpp103 SetGenre(recording.iGenreType, recording.iGenreSubType, recording.strGenreDescription); in CPVRRecording()
561 void CPVRRecording::SetGenre(int iGenreType, int iGenreSubType, const std::string& strGenre) in SetGenre() function in CPVRRecording
/dports/audio/vimpc/vimpc-0.09.2/src/
H A Dsong.hpp117 void SetGenre(const char * genre);
H A Dsong.cpp288 void Song::SetGenre(const char * genre) in SetGenre() function in Song
/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/pvr/epg/
H A DEpgInfoTag.h444 void SetGenre(int iGenreType, int iGenreSubType, const char* strGenre);
H A DEpgInfoTag.cpp95 SetGenre(data.iGenreType, data.iGenreSubType, data.strGenreDescription); in CPVREpgInfoTag()
378 void CPVREpgInfoTag::SetGenre(int iGenreType, int iGenreSubType, const char* strGenre) in SetGenre() function in CPVREpgInfoTag
/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/addons/
H A DAudioDecoder.cpp130 tag.SetGenre(cTag->genre); in Load()
/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/addons/kodi-dev-kit/include/kodi/addon-instance/
H A DAudioDecoder.h133 void SetGenre(const std::string& genre) in SetGenre() function
/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/filesystem/
H A DShoutcastFile.cpp123 m_masterTag->SetGenre(icyGenre); in Open()
/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/video/
H A DVideoInfoTag.h124 void SetGenre(std::vector<std::string> genre);
/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/video/tags/
H A DVideoTagLoaderFFmpeg.cpp216 tag.SetGenre(StringUtils::Split(avtag->value, " / ")); in LoadMP4()
/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/interfaces/legacy/
H A DListItem.cpp384 videotag.SetGenre(getStringArray(alt, key, value)); in setInfo()
518 musictag.SetGenre(value); in setInfo()
/dports/audio/mous/mous-2.0.1/apps/qt5/
H A DFrmTagEditor.cpp193 m_CurrentParser->SetGenre(text); in SlotBtnSave()

12