View Issue Details

IDProjectCategoryView StatusLast Update
0018167MMW 5Extensions frameworkpublic2021-11-12 01:40
ReporterLudek Assigned To 
PriorityurgentSeveritymajorReproducibilityalways
Status closedResolutionfixed 
Product Version5.0 
Target Version5.0.2Fixed in Version5.0.2 
Summary0018167: Scripting: app.db.getTracklist does not respect SQL order
DescriptionUse 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
TagsNo tags attached.
Fixed in build2500

Activities

Ludek

2021-07-25 13:32

developer   ~0064286

Fixed in 5.0.2.2500

peke

2021-11-12 01:40

developer   ~0065883

Verify 2518

All working Normally.