ISDBSongData::Author

From MediaMonkey Wiki
Revision as of 08:09, 20 December 2007 by Peke (talk | contribs)
Jump to navigation Jump to search
|Album |- |AlbumArt |- |AlbumArtistName |- |AlbumName |- |Artist |- |ArtistName |- |Author |- |Band |- |Bitrate |- |Bookmark |- |BPM |- |Cached |- |CachedPath |- |CalculateGapData |- |Channels |- |Comment |- |Conductor |- |Copyright |- |Custom1 |- |Custom2 |- |Custom3 |- |DateAdded |- |DiscNumber |- |DiscNumberStr |- |Encoder |- |FileLength |- |FileModified |- |GaplessBytes |- |Genre |- |GetCopy |- |Grouping |- |ID |- |InvolvedPeople |- |isBookmarkable |- |IsntInDB |- |ISRC |- |LastPlayed |- |Leveling |- |LevelingAlbum |- |Lyricist |- |Lyrics |- |Media |- |MediaLabel |- |MetadataFromFilename |- |Mood |- |MusicComposer |- |Occasion |- |OriginalArtist |- |OriginalLyricist |- |OriginalTitle |- |OriginalYear |- |ParseText |- |Path |- |PeakValue |- |PlayCounter |- |PlaylistOrder |- |PostGap |- |PreGap |- |Preview |- |PreviewPath |- |Publisher |- |Quality |- |Rating |- |RatingString |- |ReadTags |- |RenameByMask |- |SampleRate |- |SongID |- |SongLength |- |SongLengthString |- |Tempo |- |Title |- |TotalSamples |- |TrackOrder |- |TrackOrderStr |- |UpdateAlbum |- |UpdateArtist |- |UpdateDB |- |VBR |- |WriteTags |- |Year |-

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.