mixxxdj / mixxx

Mixxx is Free DJ software that gives you everything you need to perform live mixes.
http://mixxx.org
Other
4.47k stars 1.27k forks source link

Some columns in external playlists (iTunes, Traktor, ...) cannot be sorted (initially) #11491

Closed fwcd closed 1 year ago

fwcd commented 1 year ago

Bug Description

To reproduce:

warning [Main] BaseSqlTableModel::setSort invalid column: 14

Now, interestingly, once the user sorts by artist or title, the sort by BPM will work correctly and the issue seems to be 'fixed' for the rest of the session. So there's probably something strange in the way the table is initialized.

This issue also seems to be rather old, it occurs on recent 2.4 and main builds all the way back to at least f67460db13 (probably longer).

Version

2.4-alpha-1426-g45eb0bbddf

OS

macOS 13.3.1

fwcd commented 1 year ago

Sorting by the # column is also broken and doesn't do anything at all even after the 'fix'.

Edit: This will be fixed by #11498

fwcd commented 1 year ago

Fixed with