ISDBSongData::Author: Difference between revisions

From MediaMonkey Wiki
Jump to navigation Jump to search
No edit summary
 
(→‎Property description: Documented relation with MusicComposer)
Line 2: Line 2:


===Property description===
===Property description===
This property has a redundant property, [[ISDBSongData::MusicComposer]], under Media Monkey 2.5. Based on limited testing it appears that Author is the property to use. The [[ISDBSongData::UpdateDB]] and [[ISDBSongData::WriteTags]] write the value from this property, not the value in the [[ISDBSongData::MusicComposer]] property. Also, this value can be used to display data already in the database, while [[ISDBSongData::MusicComposer]] apparently can not.
The situation under MediaMonkey version 3.x is unknown.





Revision as of 06:56, 10 October 2007

CoClass SDBSongData, Interface ISDBSongData

Property Get/Let Author As String


Property description

This property has a redundant property, ISDBSongData::MusicComposer, under Media Monkey 2.5. Based on limited testing it appears that Author is the property to use. The ISDBSongData::UpdateDB and ISDBSongData::WriteTags write the value from this property, not the value in the ISDBSongData::MusicComposer property. Also, this value can be used to display data already in the database, while ISDBSongData::MusicComposer apparently can not.

The situation under MediaMonkey version 3.x is unknown.