HDR-Merge icon indicating copy to clipboard operation
HDR-Merge copied to clipboard

Completion sound only works on windows

Open supertobi opened this issue 7 years ago • 2 comments

https://github.com/gregzaal/HDR-Merge/blob/1d7208c3a0344546292112efd97752da9836180b/hdr_brackets.py#L264

This will not work on Linux/MacOS or any Windows, that is not installed in the standard directory. I think the best solution is to deliver your one sound file.

supertobi avatar Jul 23 '18 13:07 supertobi

True, though the next line if os.path.exists(sf): means the script will continue if that file doesn't exist.

gregzaal avatar Jul 23 '18 14:07 gregzaal

I think a better option on Linux would be to send a completion notification via D-Bus.

ldo avatar Apr 28 '23 00:04 ldo