ISDBSongData::Author: Difference between revisions

From MediaMonkey Wiki
Jump to navigation Jump to search
m (→‎Property description: Changed wording of my previous edit)
m (→‎Property description: Changed wording of my previous edit)
Line 3: Line 3:
===Property description===
===Property description===


There is a redundant property, [[ISDBSongData::MusicComposer]], in Media Monkey 2.5. Based on limited testing it appears that Author is the property to use. The [[ISDBSongData::UpdateDB]] and [[ISDBSongData::WriteTags]] use the value from Author, 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 does not.
There is a redundant property, [[ISDBSongData::MusicComposer]], in Media Monkey 2.5. Based on limited testing it appears that this property (Author) is the property to use. The [[ISDBSongData::UpdateDB]] and [[ISDBSongData::WriteTags]] methods seem to use the value from Author rather than the value in the [[ISDBSongData::MusicComposer]] property. Also, this value can be used to display data already in the database, while [[ISDBSongData::MusicComposer]] apparently does not.


The situation under MediaMonkey version 3.x is unknown.
The situation under MediaMonkey version 3.x is unknown.

Revision as of 16:54, 10 October 2007

CoClass SDBSongData, Interface ISDBSongData

Property Get/Let Author As String


Property description

There is a redundant property, ISDBSongData::MusicComposer, in Media Monkey 2.5. Based on limited testing it appears that this property (Author) is the property to use. The ISDBSongData::UpdateDB and ISDBSongData::WriteTags methods seem to use the value from Author rather than the value in the ISDBSongData::MusicComposer property. Also, this value can be used to display data already in the database, while ISDBSongData::MusicComposer apparently does not.

The situation under MediaMonkey version 3.x is unknown.