vpoluyaktov / abb_ia

Download a collection of .mp3 files from Internet Archive site (http://archive.org) and create an audiobook in .m4b format
Apache License 2.0
13 stars 1 forks source link

Allow users to change the default sorting settings #13

Closed vpoluyaktov closed 6 months ago

vpoluyaktov commented 7 months ago

Issue Description

Currently, the default sorting order is hardcoded to be Descending based on the Title. However, users may want to sort the search result differently. To make the app more user-friendly and customizable, we need to let users change the default sorting order on the app's Settings page.

Proposed Solution

By adding this feature, users of the "Audiobook Builder" app can customize how their audiobooks are sorted, making their experience more personalized and efficient.

vpoluyaktov commented 6 months ago

Fixed by https://github.com/vpoluyaktov/abb_ia/commit/bdc6e7daec3e05d6c1d86c6167ce67cfb745d05b

vpoluyaktov commented 6 months ago

Closing the issue