ISDBSongData::UpdateDB: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
mNo edit summary |
||
Line 4: | Line 4: | ||
Writes changes that were made to track's properties back to the Library. | Writes changes that were made to track's properties back to the Library. | ||
However, the prefered way is to use ISDBSongList's [[ISDBSongList::UpdateAll|UpdateAll]] method, which saves changed to the database AND the file's tags (the latter only if this is set in MM's options). | |||
=== Related Topics === | |||
*[[ISDBSongData::UpdateArtist]] | |||
*[[ISDBSongData::UpdateAlbum]] | |||
*[[ISDBSongData::WriteTags]] | |||
*[[ISDBSongList::UpdateAll]] | |||
[[Category:Scripting|{{PAGENAME}}]] | [[Category:Scripting|{{PAGENAME}}]] |
Latest revision as of 20:42, 11 October 2011
CoClass SDBSongData, Interface ISDBSongData
Sub UpdateDB
Method description
Writes changes that were made to track's properties back to the Library.
However, the prefered way is to use ISDBSongList's UpdateAll method, which saves changed to the database AND the file's tags (the latter only if this is set in MM's options).