I really need help with this bug<https://bugs.kde.org/show_bug.cgi?id=254404>!
Here's what I can see: CollectionTreeView calls createMetaQueryFromItems,
which does not seem to return tracks in the visible order. Do I sort the
tracks myself? How? FileView creates a directory loader, which calls
qStableSort(with Meta::Track::lessThan, so they're always sorted in
ascending order, regardless of the way they're displayed.
IPodPlaylistProvider, CollectionTreeItemModel::dropMimeData and
mp3tunesservice use intermediate QMap, so they aren't sorted by visible
order.

I would really appreciate some guidance as to how I should approach this
problem.

---
Anmol

//Resent with a subject to make it past spam filters
_______________________________________________
Amarok-devel mailing list
Amarok-devel@kde.org
https://mail.kde.org/mailman/listinfo/amarok-devel

Reply via email to