zyrouge / symphony

🎵 Lightweight, elegant music player for Android 9+.
https://zyrouge.github.io/symphony/
GNU Affero General Public License v3.0
1.27k stars 81 forks source link

[Bug] Incorrect number of tracks while indexing progress. #634

Closed Wjxfi closed 2 weeks ago

Wjxfi commented 2 weeks ago

Description

Incorrect number of tracks while indexing progress. Like that: 1,2,3,230,233. after slow update or stop is followed by explosive growth, not displayed before, can not instantly appear 200-300 tracks. this happens in almost every update. Happens after comprehensive update.

Steps to Reproduce

Update.

Expected Behavior

true progress without stops and explosive growth.

Screenshots

No response

Additional Context

No response

Device

No response

OS

Android 14.

Version

v2024.11.113

Contribution Guidelines

zyrouge commented 2 weeks ago

This is controlled by how Compose handles updates and how fast the scanner can use multiple threads to index the storage. This more or less does not have a fix.