joyrider3774 / PlayniteSound

An extension for playnite to play audio during events
https://joyrider3774.github.io/PlayniteSound/
MIT License
21 stars 6 forks source link

ScreenSaver compatibility #53

Closed mikebarrett19 closed 1 year ago

mikebarrett19 commented 1 year ago

When using PlayniteSound and enabling "Pause music when Playnite deactivates or minimizes", Playnite ScreenSaver will pause the music when starting. I'm not sure how viable it would be but I would love for music to continue to play when screensaver starts but still pausing when going to chrome or whatever. Maybe only pausing to non child processes? Thanks!

cnapolit commented 1 year ago

This is more a ScreenSaver behavior issue rather than Sounds. It's better imo that Sounds always listens went told to start/stop by other plugins/uri requests and those plugins regulate how they interact. I have given a bit of thought for allowing control over the pausing behavior for ScreenSaver, so I'll try to expose that at some point. I created a ticket for this feature here: https://github.com/cnapolit/ScreenSaver/issues/65

mikebarrett19 commented 1 year ago

Oh makes sense. Thank you!