SDBApplication: Difference between revisions
Jump to navigation
Jump to search
Line 25: | Line 25: | ||
|[[ISDBApplication::IsKnownFiletype|IsKnownFiletype]] |Method | | |[[ISDBApplication::IsKnownFiletype|IsKnownFiletype]] |Method | | ||
|[[ISDBApplication::IsRunning|IsRunning]] |Property Get | | |[[ISDBApplication::IsRunning|IsRunning]] |Property Get | | ||
|[[ISDBApplication::InPartyMode|InPartyMode]] |Property Get | From 4.1 | |||
|[[ISDBApplication::Localize|Localize]] |Method | | |[[ISDBApplication::Localize|Localize]] |Method | | ||
|[[ISDBApplication::LocalizedFormat|LocalizedFormat]] |Method | | |[[ISDBApplication::LocalizedFormat|LocalizedFormat]] |Method | | ||
Line 38: | Line 39: | ||
|[[ISDBApplication::Player|Player]] |Property Get | | |[[ISDBApplication::Player|Player]] |Property Get | | ||
|[[ISDBApplication::PlaylistByTitle|PlaylistByTitle]] |Property Get | | |[[ISDBApplication::PlaylistByTitle|PlaylistByTitle]] |Property Get | | ||
|[[ISDBApplication::PlaylistByID|PlaylistByID]] |Property Get | From | |[[ISDBApplication::PlaylistByID|PlaylistByID]] |Property Get | From 4.0 | ||
|[[ISDBApplication::ProcessMessages|ProcessMessages]] |Method | | |[[ISDBApplication::ProcessMessages|ProcessMessages]] |Method | | ||
|[[ISDBApplication::Progress|Progress]] |Property Get | | |[[ISDBApplication::Progress|Progress]] |Property Get | | ||
Line 59: | Line 60: | ||
|[[ISDBApplication::ComServerUIActive|ComServerUIActive]] |Property Get/Let | | |[[ISDBApplication::ComServerUIActive|ComServerUIActive]] |Property Get/Let | | ||
|[[ISDBApplication::WebControl|WebControl]] |Property Get | | |[[ISDBApplication::WebControl|WebControl]] |Property Get | | ||
|[[ISDBApplication::Downloader|Downloader]] |Property Get | From | |[[ISDBApplication::Downloader|Downloader]] |Property Get | From 4.0 | ||
|[[ISDBApplication::Collections|Collections]] |Property Get | From | |[[ISDBApplication::Collections|Collections]] |Property Get | From 4.0 | ||
|[[ISDBApplication::VisibleCollectionsCount|VisibleCollectionsCount]] |Property Get | From | |[[ISDBApplication::VisibleCollectionsCount|VisibleCollectionsCount]] |Property Get | From 4.0 | ||
|[[ISDBApplication::VisibleCollectionID|VisibleCollectionID]] |Property Get | From | |[[ISDBApplication::VisibleCollectionID|VisibleCollectionID]] |Property Get | From 4.0 | ||
}} | }} | ||
Revision as of 21:25, 29 October 2012
- 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 '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 | |
EqualizerPath | Property Get | |
IconsPath | Property Get | |
PluginsPath | Property Get | |
CurrentAddonInstallRoot | Property Get | From 4.0 |
ScriptsPath | Property Get | |
SkinsPath | 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 | |
IsKnownFiletype | Method | |
IsRunning | Property Get | |
InPartyMode | Property Get | From 4.1 |
Localize | Method | |
LocalizedFormat | Method | |
LocalizeGen | Method | |
MainTracksWindow | Property Get | |
MainTree | Property Get | |
MessageBox | Method | |
MyMusicPath | Property Get | |
NewSongData | Property Get | |
NewSongList | Property Get | |
NewStringList | Property Get | |
Objects | Property Get/Let | |
Player | Property Get | |
PlaylistByTitle | Property Get | |
PlaylistByID | Property Get | From 4.0 |
ProcessMessages | Method | |
Progress | Property Get | |
RefreshScriptItems | Method | |
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 |
ISDBApplicationEvents members
Name | Type | Description |
---|---|---|
OnBeforeTracksMove | Event | |
OnChangedSelection | Event | |
OnCompletePlaybackEnd | Event | From v4.0 |
OnDownloadFinished | Event | From v4.0 |
OnFilterChange | Event | |
OnIdle | Event | |
OnNowPlayingModified | Event | |
OnNowPlayingSelectionChanged | Event | |
OnOptionsChange | Event | |
OnPause | Event | |
OnPlay | Event | |
OnPlaybackEnd | Event | |
OnRepeatClicked | Event | |
OnSeek | Event | |
OnShuffleClicked | Event | |
OnShutdown | Event | |
OnStop | Event | |
OnTrackAdded | Event | |
OnTrackConverted | Event | |
OnTrackDeleting | Event | |
OnTrackEnd | Event | |
OnTrackListFilled | Event | |
OnTrackListFilling | Event | |
OnTrackListModified | Event | From v4.0 |
OnTrackListSelectionChanged | Event | |
OnTrackProperties | Event | |
OnTrackSkipped | Event | From v4.0 |
OnPartyModeEnabled | Event | From v4.1 |