gateship-one / odyssey

Odyssey music player
GNU General Public License v3.0
232 stars 39 forks source link

Issue #192 (Track Sort) Workaround #264

Open rdy2go opened 1 month ago

rdy2go commented 1 month ago

Workaround for Issue #192

The query of MediaStore.Audio.Media.TRACK is in some low versions with API-Level 29 (Android Q) a string (Should be an int). Therefore the normal "oderBy" does not Work as desired.

Reference Stackoverflow: Problem sorting Mediastore track number containing String values