hyperamp icon indicating copy to clipboard operation
hyperamp copied to clipboard

Sorting out sort

Open bcomnes opened this issue 8 years ago • 1 comments

Our sort doesn't group albums together correctly. A lowercased filepath sort might work better than what we are doing now, assuming people organize their music the way iTunes would.

https://github.com/hypermodules/hyperamp/blob/master/main/lib/audio-library/sort.js

bcomnes avatar Nov 14 '17 16:11 bcomnes

@bcomnes We've talked about this before and I still disagree. We can't rely on file paths to drive sorting. If there's an issue with the sorting algorithm we should just fix that. Also makes no sense to me to give up on a proper album sort while also trying to do column sorts (#276).

ungoldman avatar Nov 17 '17 17:11 ungoldman