ISDBSongData::MusicComposer: Difference between revisions
No edit summary |
(→Property description: Added warning that it is nonfunctional) |
||
Line 3: | Line 3: | ||
===Property description=== | ===Property description=== | ||
Warning: This property is redundant and does not appear to be implemented properly under MediaMonkey version 2.5. Although it may be possible to set this property to some value, based on limited testing, the [[ISDBSongData::UpdateDB]] and [[ISDBSongData::WriteTags]] methods appear to ignore this property. Instead, any value in the [[ISDBSongData::Author]] property is saved where one would expect the value for this property to be saved. Furthermore, this property does not seem to display any values from the database or music files. Apparently, [[ISDBSongData::Author]] should always be used instead of this property. | |||
The behavior of MusicComposer under MediaMonkey version 3.x is unknown. | |||
[[Category:Scripting|{{PAGENAME}}]] | [[Category:Scripting|{{PAGENAME}}]] |
Latest revision as of 06:47, 10 October 2007
CoClass SDBSongData, Interface ISDBSongData
Property Get/Let MusicComposer As String
Property description
Warning: This property is redundant and does not appear to be implemented properly under MediaMonkey version 2.5. Although it may be possible to set this property to some value, based on limited testing, the ISDBSongData::UpdateDB and ISDBSongData::WriteTags methods appear to ignore this property. Instead, any value in the ISDBSongData::Author property is saved where one would expect the value for this property to be saved. Furthermore, this property does not seem to display any values from the database or music files. Apparently, ISDBSongData::Author should always be used instead of this property.
The behavior of MusicComposer under MediaMonkey version 3.x is unknown.