easyeffects icon indicating copy to clipboard operation
easyeffects copied to clipboard

[Request] Add binary name option for excluding

Open hunkyburrito opened this issue 6 months ago • 1 comments

I have several different electron programs that produce audio streams and all of them show an application.name of Chromium. If I exclude one from easyeffects, all other electron programs get excluded as well.

My proposed solution is to use the application.process.binary instead since each electron program has their own unique binary.

hunkyburrito avatar May 29 '25 17:05 hunkyburrito

My proposed solution is to use the application.process.binary instead since each electron program has their own unique binary.

Using it instead of the node name or application id is not a good idea because on apps like OBS that create multiple streams the user may want to block just a few streams and not all of them. What we can do is also check for the binary name tag together with the others. In this case instead of using the exclude button in EasyEffects streams list the user would have to manually add the binary name to the block list.

wwmm avatar May 30 '25 00:05 wwmm

What we can do is also check for the binary name tag together with the others

Implemented.

wwmm avatar Sep 28 '25 01:09 wwmm