View Issue Details

IDProjectCategoryView StatusLast Update
0021603MMW 5Main Panelpublic2025-05-14 16:33
Reporterlowlander Assigned To 
PriorityurgentSeveritymajorReproducibilityalways
Status feedbackResolutionreopened 
Product Version2024.2 
Target Version2024.2Fixed in Version2024.2 
Summary0021603: List by (Album) uses Rating when sorting by Summary
DescriptionIn the List by (Album) Rating is used in the sort mix. This results in files being sorted on rating in the Album instead of Track#. Hitting F5 fixes the problem.
Additional InformationTicket 10428
TagsNo tags attached.
Attached Files
image.png (138,045 bytes)   
image.png (138,045 bytes)   
Fixed in build3154

Relationships

related to 0018210 closedmichal Allow users to customize which fields are displayed in the Summary column/Simplified List 

Activities

Ludek

2025-05-07 14:36

developer   ~0078703

I was unable to replicate, assigned to Michal to try/review (as author of album rating)

Ludek

2025-05-07 14:40

developer   ~0078704

Ahh, ok, the key to replicate is sort on 'Summary' column..

Ludek

2025-05-09 22:12

developer   ~0078717

Last edited: 2025-05-09 22:16

Debugging this and it is sorted according to default Summary columns which are ['album', 'albumArtist', 'date', 'rating']

For me it looks like intended behaviour according to Michal's code and rather the situation after F5 pressing is a bug?
Assigned to Michal to review as author of the code for Summary column customization ( 0018210 )
image-2.png (5,969 bytes)   
image-2.png (5,969 bytes)   

michal

2025-05-12 16:22

developer   ~0078724

Sorting by Summary is in fact sorting by all columns present in Summary, so this is intended.
But F5 should preserve sorting, it is bug indeed. It seems problem is in grouping handling, it internally resets sorting to the default one on F5. Assigned to Petr, as he knows the related code a lot more.

petr

2025-05-13 10:36

developer   ~0078727

Fixed

peke

2025-05-14 16:12

developer   ~0078744

Verified 3154

lowlander

2025-05-14 16:30

developer   ~0078745

This is not fixed for me on 3154.
image-3.png (308,653 bytes)

michal

2025-05-14 16:33

developer   ~0078746

lowlander: sorting by Summary = sorting by all columns in summary, F5 was buggy, as it changed sorting to wrong one before.