rasmuslos / AmpFin

Native Jellyfin music player for iOS & iPadOS
Other
154 stars 11 forks source link

feat: make spotlight work with large libraries #35

Closed gnattu closed 5 months ago

gnattu commented 5 months ago

This will batch the indexing with 250 items a time, and have confirmed with the backend developers that this is a safe number. Also reduced the cover size for indexing, as the spotlight does not need full size image which consumes more bandwidth and storage. This implementation can also resume from an incomplete indexing, in case a long indexing is interrupted.

rasmuslos commented 5 months ago

Looks good, thanks!