INTERACT FORUM
More => Old Versions => JRiver Media Center 20 for Windows => Topic started by: Matt on July 23, 2013, 03:25:35 pm
-
Negative numbers are sorted backwards in Peak Level (R128). For example, it will go +5,+4,+3,+2,+1, +0,-5,-4,-3, etc or -0, -1, -2, -3, -4, -5, +0, +1, +2, +3, +4, +5, etc.
I'm not sure why, but I have both -0.0 and +0.0 values entered for songs. Due to the sorting bug, they aren't sorted together.
It's a string field.
Our string sorter has smart number handling for basic integers, but not for negatives and floating point. I'll put it on the list.
-
It's been a long time, but next build:
Changed: The string sorter handles negative numbers in the special number handling code.