Prevent Sleep Only When Streaming!!!

If you have a suggestion for a feature, post it here
Post Reply
dunbargomes
Posts: 1
Joined: Sun Dec 30, 2018 2:25 am

Prevent Sleep Only When Streaming!!!

Post by dunbargomes »

Currently there is an option in UMS to prevent operating system from sleeping. However this prevents the computer from sleeping all the time, even if UMS is not being utilized.

I propose an enhancement to this to "Prevent Sleep Only when Streaming". This would allow better management of power features when things are idle.
Last edited by mik_s on Wed Jul 31, 2019 1:40 pm, edited 1 time in total.
Reason: remove spam
User avatar
valib
Developer
Posts: 699
Joined: Fri Feb 08, 2013 3:11 am

Re: Prevent Sleep Only When Streaming!!!

Post by valib »

This feature is already implemented. See the UMS.conf

Code: Select all

# Prevent system idle sleep
# -------------------------
# If your UMS host has a power-saving mode, use this option to prevent the
# system from hibernating or sleeping. Currently only Windows and macOS are
# supported. There are three modes:
#
# - Never: UMS doesn't interfere with system idle sleep.
# - Playback: UMS prevents the system from going to sleep while playback from
#   UMS is active.
# - Running: UMS prevents the system from going to sleep while UMS is running.
#
# Default: Playback
prevent_sleep =
Currently only Windows and macOS are supported.
Post Reply