Use a sorting algorithm the preserves numerical order

Feature description:

Use a sorting algorithm such that the list of albums “1”, “2”, “10”, “11” are displayed in that order rather than the order “1”, “10”, “11”, 2".

Problem solved:

Having albums “Text, Vol. 1”, “Text, Vol. 2”, “Text, Vol. 10”, “Text, Vol. 11” will be displayed in numerical order, which I believe for most people is more intuitive than the current ordering “Text, Vol. 1”, “Text, Vol. 10”, “Text, Vol. 11”, “Text, Vol. 2”.

Brought benefits:

See above.

Other application solutions:

 
Many file systems use that order, including MacOS and my Android.

Python has the library natsort (for example)
 

Additional description and context:

I’m using local files, not an external provider.

 

 

Screenshots / Mockup:

    

This is not possible in an efficient way at SQL level on Android.

You can and should use the album sort order tag on your files to fix the sorting to your liking.