View Issue Details

IDProjectCategoryView StatusLast Update
0010625MMW v4Framework: Scripts/Extensionspublic2013-07-05 21:57
ReporterLudek Assigned To 
PriorityhighSeverityminorReproducibilityalways
Status closedResolutionfixed 
Product Version3.2.5 
Target Version4.1Fixed in Version4.1 
Summary0010625: SDBDevice cannot be controlled from VB/JS scripts
DescriptionThere is SDBDevice class: http://www.mediamonkey.com/wiki/index.php/SDBDevice
It can be used from device plugins (like d_itunes4.dll, d_WMDM.sll, d_iPod.dll, ...), but there doesn't seem to be a way how to use this class just for controlling a device from a VB/JS script (e.g. if a script wants to sync some custom tracks to a connected device).
Additional Informationhttp://www.mediamonkey.com/forum/viewtopic.php?f=19&t=38031
http://www.mediamonkey.com/forum/viewtopic.php?f=19&t=53121
http://www.mediamonkey.com/forum/viewtopic.php?f=19&t=38221&hilit=ActiveDeviceList
http://www.mediamonkey.com/wiki/index.php/ISDBDevice::DeviceStartEx
TagsNo tags attached.
Attached Files
Fixed in build1628

Relationships

related to 0006725 feedbackLudek ISDBDevice::OnBeforeSync and ISDBDevice::OnAfterSync events needed 
related to 0010631 closedLudek SDBDevice: OnSynchComplete 
related to 0012471 closedLudek Issue with SDB.Device.HandledDeviceList 

Activities

Ludek

2013-03-11 13:22

developer   ~0035331

Last edited: 2013-03-11 13:37

Fixed in build 1628.

Smaple script attached (SyncNowPlayingToGalaxyNexus.vbs) and also documented here:
http://www.mediamonkey.com/wiki/index.php/ISDBDevice::ActiveDeviceList
and here:
http://www.mediamonkey.com/wiki/index.php/ISDBDeviceList::DeviceHandle

Ludek

2013-03-11 14:48

developer   ~0035332

+ Fixed the ActiveDeviceList function when param is empty string, it now returns all devices instead of any

+ Added new methods:
http://www.mediamonkey.com/wiki/index.php/ISDBDevice::StartAutoSynch
http://www.mediamonkey.com/wiki/index.php/ISDBDevice::GetDeviceContent

peke

2013-03-15 02:01

developer   ~0035383

Tested in 1628 Left for script devs to confirm

peke

2013-07-05 21:57

developer   ~0036764

Verified 1646

Wiki info is correct