View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0009516 | MMW v4 | Framework: Scripts/Extensions | public | 2012-07-10 01:03 | 2012-10-08 23:25 |
Reporter | peke | Assigned To | |||
Priority | immediate | Severity | crash | Reproducibility | always |
Status | closed | Resolution | fixed | ||
Product Version | 4.0.6 | ||||
Target Version | 4.1 | Fixed in Version | 4.1 | ||
Summary | 0009516: Auto DJ Scripts issues | ||||
Description | Some 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 Information | Ticket: VHH-542569 | ||||
Tags | No tags attached. | ||||
Attached Files | |||||
Fixed in build | 1601 | ||||
|
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 |
|
Verified 1602 |