SDBApplication
- SDBAlbum
- SDBAlbumArtItem
- SDBAlbumArtList
- SDBAlbums
- SDBApplication
- SDBArtist
- SDBArtists
- SDBCommonDialog
- SDBDatabase
- SDBDBIterator
- SDBDevice
- SDBDeviceList
- SDBDropTarget
- SDBDropTargetLast
- SDBDropTargetNext
- SDBDropTargetRip
- SDBFileSystem
- SDBHWEvents
- SDBImage
- SDBIniFile
- SDBMedia
- SDBMenuItem
- SDBPlayer
- SDBPlaylist
- SDBPlaylists
- SDBProgress
- SDBRegistry
- SDBScriptControl
- SDBSongData
- SDBSongIterator
- SDBSongList
- SDBStringList
- SDBTextFile
- SDBTimer
- SDBTools
- SDBTrackSynchStatus
- SDBTracksWindow
- SDBTree
- SDBTreeNode
- SDBUI
- SDBUIActiveX
- SDBUIButton
- SDBUICheckBox
- SDBUICommon
- SDBUIDockablePanel
- SDBUIDropDown
- SDBUIEdit
- SDBUIForm
- SDBUIGroupBox
- SDBUILabel
- SDBUIListBox
- SDBUIMaskEdit
- SDBUIMultiLineEdit
- SDBUIPanel
- SDBUIRadioButton
- SDBUISpinEdit
- SDBUITrackBar
- SDBUITranspPanel
- SDBUITreeList
- SDBUITreeListItem
- SDBWebSearch
CoClass SDBApplication
This is the main MediaMonkey scripting object that you initially have accessible as global SDB variable in your scripts launched from MediaMonkey. All your communication with MediaMonkey should start here, you can get references to other objects from properties of this object.
Object is exposed to ActiveX under name SongsDB.SDBApplication.
Plugins can get to object using exported DLL Procedure:
C++: extern "C" __declspec(dllexport) void MMSetInterfaceCookie(DWORD cookie)
Delphi: procedure MMSetInterfaceCookie( MMInterfCookie : cardinal); cdecl;
Another global variable also accessibl in scripts is Script, pointing to SDBScriptControl object.
See also this page which presents the below information organized in a more functional way.
ISDBApplication members
Name | Type | Description | Supported in MM5? |
---|---|---|---|
AllVisibleSongList | Property Get | No | |
ApplicationPath | Property Get | Yes | |
EqualizerPath | Property Get | From 3.1 beta 1 | Yes |
IconsPath | Property Get | From 3.1 beta 1 | Yes |
PluginsPath | Property Get | From 3.1 beta 1 | Yes |
CurrentAddonInstallRoot | Property Get | From 4.0 | Yes |
ScriptsPath | Property Get | From 3.1 beta 1 | Yes |
SkinsPath | Property Get | From 3.1 beta 1 | Yes |
CommonDialog | Property Get | No | |
CreateTimer | Method | ||
CurrentSongList | Property Get | No | |
CursorType | Property Get/Let | ||
Database | Property Get | Yes | |
Device | Property Get | No | |
Format | Method | Yes | |
IniFile | Property Get | No | |
IsKnownFiletype | Method | From 3.0 | Partial |
IsRunning | Property Get | Yes | |
InPartyMode | Property Get | From 4.1 | Partial |
RunningAsService | Property Get | From 4.1 | Yes |
Localize | Method | Partial | |
LocalizedFormat | Method | Partial | |
LocalizeGen | Method | Partial | |
MainTracksWindow | Property Get | No | |
MainTree | Property Get | Yes | |
MessageBox | Method | Partial | |
MyMusicPath | Property Get | Yes | |
NewSongData | Property Get | Yes | |
NewSongList | Property Get | Yes | |
NewStringList | Property Get | From 3.0 | Yes |
Objects | Property Get/Let | ||
Player | Property Get | ||
PlaylistByTitle | Property Get | ||
PlaylistByID | Property Get | From 4.0 | |
ProcessMessages | Method | ||
Progress | Property Get | ||
RefreshScriptItems | Method | From 3.0 | |
RegisterIcon | Method | ||
RegisterIconHandle | Method | ||
Registry | Property Get | ||
SelectedSongList | Property Get | ||
SelectFolder | Method | ||
ShutdownAfterDisconnect | Property Get/Let | ||
TemporaryFolder | Property Get | ||
toASCII | Method | ||
Tools | Property Get | ||
UI | Property Get | ||
VersionBuild | Property Get | ||
VersionHi | Property Get | ||
VersionLo | Property Get | ||
VersionRelease | Property Get | ||
VersionString | Property Get | ||
ComServerUIActive | Property Get/Let | ||
WebControl | Property Get | ||
Downloader | Property Get | From 4.0 | |
Collections | Property Get | From 4.0 | |
VisibleCollectionsCount | Property Get | From 4.0 | |
VisibleCollectionID | Property Get | From 4.0 |