SDBApplication: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
== | == CoClass SDBApplication == | ||
This is the main MediaMonkey scripting object that you initially have accessible as 'SDB' variable in your scripts. All your communication with MediaMonkey should start here, you can get references to other objects from properties of this object. | This is the main MediaMonkey scripting object that you initially have accessible as 'SDB' variable in your scripts. All your communication with MediaMonkey should start here, you can get references to other objects from properties of this object. | ||
Line 62: | Line 62: | ||
|[[ISDBApplicationEvents::OnTrackProperties|OnTrackProperties]] |Event | | |[[ISDBApplicationEvents::OnTrackProperties|OnTrackProperties]] |Event | | ||
}} | }} | ||
[[Category:Scripting|{{PAGENAME}}]] | |||
[[Category:Automation objects|{{PAGENAME}}]] | |||
[[Category:CoClass SDBApplication|{{PAGENAME}}]] |
Revision as of 17:27, 21 March 2007
CoClass SDBApplication
This is the main MediaMonkey scripting object that you initially have accessible as 'SDB' variable in your scripts. All your communication with MediaMonkey should start here, you can get references to other objects from properties of this object.
ISDBApplication members
Name | Type | Description |
---|---|---|
AllVisibleSongList | Property Get | |
ApplicationPath | Property Get | |
CommonDialog | Property Get | |
CreateTimer | Method | |
CurrentSongList | Property Get | |
CursorType | Property Get/Let | |
Database | Property Get | |
Device | Property Get | |
Format | Method | |
IniFile | Property Get | |
IsRunning | Property Get | |
Localize | Method | |
LocalizedFormat | Method | |
LocalizeGen | Method | |
MainTracksWindow | Property Get | |
MainTree | Property Get | |
MessageBox | Method | |
MyMusicPath | Property Get | |
NewSongData | Property Get | |
NewSongList | Property Get | |
Objects | Property Get/Let | |
Player | Property Get | |
PlaylistByTitle | Property Get | |
ProcessMessages | Method | |
Progress | Property Get | |
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 | |
VersionHi | Property Get | |
VersionLo | Property Get | |
VersionRelease | Property Get | |
VersionString | Property Get | |
WebControl | Property Get |
ISDBApplicationEvents members
Name | Type | Description |
---|---|---|
OnBeforeTracksMove | Event | |
OnChangedSelection | Event | |
OnPause | Event | |
OnPlay | Event | |
OnSeek | Event | |
OnShutdown | Event | |
OnStop | Event | |
OnTrackAdded | Event | |
OnTrackConverted | Event | |
OnTrackProperties | Event |