colinbdclark / bubbles

An experimental authoring environment for creating video art using web technologies.
MIT License
8 stars 0 forks source link

Video files can't be opened when the latest stable version of Electron is used #55

Closed colinbdclark closed 4 years ago

colinbdclark commented 4 years ago

With versions of Electron >6.x, Bubbles silently fails to open any video files. It looks like Electron changed their showOpenFileDialog() API significantly. It now returns a Promise instead of taking a callback, and they changed the format of the dialog properties and file filters.

Bubbles should be updated to support the latest version of Electron and its API.