View Issue Details

IDProjectCategoryView StatusLast Update
0007205MMW v4Framework: Scripts/Extensionspublic2011-05-23 22:43
Reporterpeke Assigned To 
PriorityurgentSeveritymajorReproducibilityalways
Status closedResolutionfixed 
Product Version4.0 
Target Version4.0Fixed in Version4.0 
Summary0007205: MM4: Missing Automatization Objects
DescriptionWith additional features in MM4 there is several things missing/inaccessible:
1. CoClass SDBCollections
List of Collections
ISDBCollections members
Name Type
Count Property Get as Long
Item Property Get as SDBCollection
Sort Method

2. CoClass SDBCollection
Object of Collection properties
ISDBCollection members
Name Type
Comment Property Get as string (Let in future versions)
ID Property Get as long
Name Property Get as string (Let in future versions)
....... More to Be added in Future versions
TagsNo tags attached.
Fixed in build1359

Activities

peke

2011-01-20 03:30

developer   ~0022474

Reminder sent to: jiri

Can you triage as 1. and 2. should be added to avoid complex code like one used in "!Lastfm.options.vbs" of last.fm scrobbler plugin.

jiri

2011-01-20 09:05

administrator   ~0022479

A list of collections might be useful for script developers. Their native order and visibility would be useful as well.

Ludek

2011-03-29 15:19

developer   ~0023963

Last edited: 2011-03-29 20:14

Other problems are reported here:
http://www.mediamonkey.com/forum/viewtopic.php?f=6&t=56815
video properties should be added to scripting interface.

Ludek

2011-03-29 19:58

developer   ~0023967

Last edited: 2011-03-29 20:14

Video properties for SDBSongData added in build 1359 and documented here:
http://www.mediamonkey.com/wiki/index.php/SDBSongData#ISDBSongData_members [^]

Both SDBCollections, SDBCollection objects added as described in build 1359.
SDBCollections can be retrieved via SDB.Collections

Documented here:
http://www.mediamonkey.com/wiki/index.php/ISDBApplication::Collections
http://www.mediamonkey.com/wiki/index.php/SDBCollections
http://www.mediamonkey.com/wiki/index.php/SDBCollection

peke

2011-05-23 22:43

developer   ~0025590

Verified 1378