To add another item in the looping playlist of a custom audio file.
It might be difficult as Electron restricts loading of sources using file:// but we could read the data in and pass it as a blob via IPC.
Niche feature but pretty easy to implement so why not!