Difegue / Stylophone

A pretty cool™️ MPD client in .NET. Based on MpcNET.
https://tvc-16.science/stylophone-27.html
MIT License
130 stars 10 forks source link

Group albums alphabetically in the Library view #4

Open Difegue opened 4 years ago

Difegue commented 4 years ago

image

Making grouped listviews is easy in UWP/WinRT, but then you lose out on Incremental/Lazy loading which is kinda essential here considering library data is pulled from MPD in realtime.

See https://github.com/microsoft/microsoft-ui-xaml/issues/2685 .