madmaxoft / SkauTan

Music player for Skautské Tancování
https://skautske-tancovani.cz/
The Unlicense
1 stars 2 forks source link

DlgSongs: Add folder in the background #204

Open madmaxoft opened 5 years ago

madmaxoft commented 5 years ago

When adding a folder in DlgSongs, the recursive traversal may take a lot of time, freezing the GUI thread. Instead, the entire recursion should be done (in multiple) BackgroundTasks.

madmaxoft commented 4 years ago

This is biting real hard when adding songs from an external drive.