ISDBSongData::IsntInDB

From MediaMonkey Wiki
Revision as of 21:33, 28 January 2008 by Botijo (talk | contribs)
Jump to navigation Jump to search

CoClass SDBSongData, Interface ISDBSongData

Property Get/Let IsntInDB As Boolean


Property description

Returns True if the track is not stored in the Library. Returns False when

  1. Track is in the Library (SongID > 0)
  2. When MM does not know anything yet (SongID = -1)

Because MM has to query the database in order to set this property, setting this property to True makes MM not to do the query. This is done by device plug-ins extensively in order to avoid database queries.

Info taken from [this post by Jiri].