View Issue Details

IDProjectCategoryView StatusLast Update
0009516MMW v4Framework: Scripts/Extensionspublic2012-10-08 23:25
Reporterpeke Assigned To 
PriorityimmediateSeveritycrashReproducibilityalways
Status closedResolutionfixed 
Product Version4.0.6 
Target Version4.1Fixed in Version4.1 
Summary0009516: Auto DJ Scripts issues
DescriptionSome script developer reported issues with Auto-DJ scripts.

1. Null is not accepted return Value for GenerateNewTrack

2. There is no Rescan of Auto-DJ Criteria after each script execution to see If criteria is met and don't execute more GenerateNewTrack calls especially when Setings is set for 2 and more tracks.

3. using example script I get error Unknown Name

4. No Debug log msgs are sent to DBGView so that dev can see what caused error and when.
Additional InformationTicket:
VHH-542569
TagsNo tags attached.
Attached Files
AutoDJ_Simple.rar (394 bytes)
Fixed in build1601

Activities

Ludek

2012-07-10 11:20

developer   ~0031548

Note that all the issues are casued by the non-standard auto-dj script that is not created according the Auto-DJ sample script.

a) It is missing the InitConfigSheet and CloseConfigSheet procedures (causing issues 3&4)

b) GenerateNewTrack doesn't return a track, but returns null and the script adds the track by its own (causing issues 1&2).

Fixed in build 1601.
i.e. MM accepts such a scripts now

peke

2012-10-08 23:25

developer   ~0032371

Verified 1602