View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0018167 | MMW 5 | Extensions framework | public | 2021-07-25 12:59 | 2021-11-12 01:40 |
Reporter | Ludek | Assigned To | |||
Priority | urgent | Severity | major | Reproducibility | always |
Status | closed | Resolution | fixed | ||
Product Version | 5.0 | ||||
Target Version | 5.0.2 | Fixed in Version | 5.0.2 | ||
Summary | 0018167: Scripting: app.db.getTracklist does not respect SQL order | ||||
Description | Use sample code like this: var tracklist = app.db.getTracklist("SELECT * FROM Songs WHERE PlayCounter > 0 ORDER BY SongTitle", -1); tracklist.whenLoaded().then(function () { console.log("tracklist asJSON:", tracklist.asJSON); app.player.addTracksAsync(tracklist, {}); }); => the resulted tracklist isn't sorted by title! More details here: https://www.mediamonkey.com/forum/viewtopic.php?p=484742#p484742 | ||||
Tags | No tags attached. | ||||
Fixed in build | 2500 | ||||