Home
last modified time | relevance | path

Searched refs:SetDateNew (Results 1 – 7 of 7) sorted by relevance

/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/music/tags/
H A DMusicInfoTag.h143 void SetDateNew(const std::string& strDateNew);
144 void SetDateNew(const CDateTime& dateNew);
H A DMusicInfoTag.cpp626 void MUSIC_INFO::CMusicInfoTag::SetDateNew(const std::string& strDateNew) in SetDateNew() function in MUSIC_INFO::CMusicInfoTag
631 void MUSIC_INFO::CMusicInfoTag::SetDateNew(const CDateTime& dateNew) in SetDateNew() function in MUSIC_INFO::CMusicInfoTag
790 SetDateNew(artist.dateNew); in SetArtist()
828 SetDateNew(album.dateNew); in SetAlbum()
867 SetDateNew(song.dateNew); in SetSong()
/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/music/
H A DAlbum.h112 void SetDateNew(const std::string& strDateNew);
H A DArtist.h93 void SetDateNew(const std::string& strDateNew);
H A DArtist.cpp235 void CArtist::SetDateNew(const std::string& strDateNew) in SetDateNew() function in CArtist
H A DAlbum.cpp430 void CAlbum::SetDateNew(const std::string& strDateNew) in SetDateNew() function in CAlbum
H A DMusicDatabase.cpp2884 item->GetMusicInfoTag()->SetDateNew(record->at(song_dateNew).get_asString()); in GetFileItemFromDataset()
2989 album.SetDateNew(record->at(offset + album_dateNew).get_asString()); in GetAlbumFromDataset()
3052 artist.SetDateNew(record->at(offset + artist_dateNew).get_asString()); in GetArtistFromDataset()