nukeop / nuclear

Streaming music player that finds free music for you
https://nuclearplayer.com
GNU Affero General Public License v3.0
12.11k stars 1.06k forks source link

Scan localFolders in a Web Worker ? #652

Open c-jacquin opened 4 years ago

c-jacquin commented 4 years ago

What do you think about it @nukeop ?

nukeop commented 4 years ago

Wouldn't the sandbox prevent you from doing that? And if you send an ipc message to the electron process, if it's blocked it blocks the ui too anyway.