arnaud-neny / rePlayer

another multi-formats music player
Other
55 stars 4 forks source link

Speedup playlist population #21

Open Speedvicio opened 1 month ago

Speedvicio commented 1 month ago

As specified on title request ,can you speedup the playlist population removing any control that rePlayer perform on every single file? If you can, you could add a option in settings to let the user choose if perform this controls or not.

arnaud-neny commented 1 month ago

Playlist should be populated very quickly as the only "control" performed is the extension check; the remaining checks are done asynchronously and are not blocking anything. But it can be slow in the win32 version on a poor system because of the mutli-threading.