ISDBSongData::IsntInDB

From MediaMonkey Wiki
Revision as of 17:39, 30 September 2009 by Botijo (talk | contribs) (→‎Property description: Reworked the description so that it makes a little bit more sense.)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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. Defaults to False. Returns False when

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

In order for this property to be updated, MM needs to query the database. If the user sets this property to False, MM will not do a query to the database. This is done by device plug-ins extensively in order to avoid expensive database queries.

Info taken from [this post by Jiri].