digimezzo / dopamine

The audio player that keeps it simple
https://digimezzo.github.io/site/
GNU General Public License v3.0
1.4k stars 108 forks source link

Indexing should happen in the background #527

Closed digimezzo closed 6 months ago

digimezzo commented 7 months ago

Indexing makes the UI stutter because it happens in the same thread as the UI. Make indexing run in the background. In Electron, that is possible by using hidden renderers.