YUView icon indicating copy to clipboard operation
YUView copied to clipboard

WIP: working on support for autosave with multiple instances

Open nolyn opened this issue 3 years ago • 2 comments

Added class holding information of each instance. uuid, pid, playlist. Instances are stored as list in QSettings.

nolyn avatar Apr 18 '21 18:04 nolyn

Having several instances should work now. Linux and Mac should work. Tested only linux. For windows some code for retrieving process ids is required.

Restoring is still very basic: when several instances crashed one can open as many YUView as before, each will restore one playlist. Don't think this scenario is likely anyway.

nolyn avatar Apr 21 '21 19:04 nolyn

windows build failed in "Wix Windows". There is some windows only code I found for getting pid, not tested. Mabye that's causing this. Strange it doesn't fail in the build step though

nolyn avatar Apr 21 '21 19:04 nolyn