Difference between revisions of "ISDBSongData::WriteTags"
Jump to navigation
Jump to search
MoDementia (talk | contribs) |
m |
||
Line 4: | Line 4: | ||
Updates tags of file according to properties of the track. | Updates tags of file according to properties of the track. | ||
+ | |||
+ | 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::UpdateDB]] | ||
+ | *[[ISDBSongList::UpdateAll]] | ||
+ | |||
{{Property Summary|SongData|WriteTags|Method||||||}} | {{Property Summary|SongData|WriteTags|Method||||||}} | ||
[[Category:Scripting|{{PAGENAME}}]] | [[Category:Scripting|{{PAGENAME}}]] |
Revision as of 20:47, 11 October 2011
CoClass SDBSongData, Interface ISDBSongData
Sub WriteTags
Method description
Updates tags of file according to properties of the track.
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).
Related Topics
Scripting Object | SDBSongData |
Value Name | WriteTags |
Value Type | Method |