-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
screensaver no longer activates while music is playing #15
Comments
This was done on purpose, but I can see why you would want this. dagwieers@395d861#diff-878caff499ba6c39d1071c0d7e8c736bR289-R292 |
Hi Dag, Thank you for replying so quickly. In my use case, I am delivering video to the television over HDMI and audio directly to external speakers via the speaker jack, so it's desirable to let the screensaver activate and turn off the television while audio continues to play. I assume many users are sending both audio and video to the television, in which case you would not want the screensaver to activate during music playback. So maybe this should be a configuration option? Thanks again, |
Well, it depends if you're playing audio or video content. I guess with video content there is no need to activate the screensaver (and I don't even know if that is possible). But for playing audio apparently there is. And when playing audio some people may want/need audio while screensaver is on, while others don't because e.g. they use some sort of visualization option. So there is a bit of complexity in how we would present this in the preferences.
|
BTW I have a projector connected to an A/V receiver connected to Kodi. So my audio is also diverted. When the screensaver kicks in (when it is idle) I do want to mute the audio, because Kodi from time to time has notifications (addon-updates, etc.) and I don't want loud noises in the living room during the night :-) And by muting the audio, the A/V receiver also goes into standby mode. |
Hello Dag, |
As I already explained, the muting is necessary if you have both an A/V-receiver (for audio) and a screen (TV or projector). In that case turning off the screen will not turn off the audio, and if you have Kodi running, any notification of Kodi (updates, events) make sounds. So in the middle of the night, your surround system may be making GUI sounds for no good reason. But if you don't need it, you can change the setting. |
I'd be very happy to have these options as well! 🙌 |
@arnodirlam We accept contributions 😉 |
I would suggest to simply add one extra switch on/off option under the 'Options' dialog in the settings menu with something like 'Force display off during audio playback', because: - When idle: I have simply adjusted the conditional in the run function to:
locally. But this is taking the dirt road (I only need video off as I do not use GUI sounds at all) and far from an actual solution/contribution which considers all other options (mute, power off, log off, etc). |
May I chime in to say that an additional "dim when audio playing" option would be great:
|
In either 0.10.1 or 0.10.2, the behavior of this screensaver changed.
Previously, the screensaver would start while music was playing, as expected. Now, the screensaver doesn't activate and the display remains powered on. This happens both when the configured activation time has elapsed and when I choose "Preview" in the screensaver settings.
I'd really prefer that the old behavior be restored if possible.
The text was updated successfully, but these errors were encountered: