CappielloAntonio / tempo

An open source and lightweight music client for Subsonic, designed and built natively for Android.
GNU General Public License v3.0
865 stars 39 forks source link

[Feature Request] Make searched Items sortable #168

Closed DoM1niC closed 4 months ago

DoM1niC commented 4 months ago

Summary

Make searched Items sortable

Description

Add a small row to filter searched elements better to find the correct one like added from date or other attributes ascending and descending from the file or metedata.

Use Case

If you search a track and the list is very huge to find the correct one.

CappielloAntonio commented 4 months ago

Feature difficult to implement as the items are never passed to me in their entirety so as not to weigh down and slow down the app. In search, it is the server that, starting from a search string, returns me the results. The only other accepted parameter is the count of returned items.