mac os x screen saver not kicking in while converting

The place to discuss Mac OS X version of MakeMKV
Post Reply
Message
Author
johnnygoodface
Posts: 16
Joined: Sun Sep 15, 2013 12:30 am

mac os x screen saver not kicking in while converting

#1 Post by johnnygoodface » Sat Jun 14, 2014 7:15 pm

Hi,
anyone experiencing the same annoying issue: when MakeMKM is doing a BluRay conversion the Screen Saver doesn't kick in... so my display is always on until the conversion process is complete... When it's done, then the Screensave will work.

thx
J.

mike admin
Posts: 4070
Joined: Wed Nov 26, 2008 2:26 am
Contact:

Re: mac os x screen saver not kicking in while converting

#2 Post by mike admin » Tue Jun 17, 2014 8:52 pm

This is unfortunately by design. MakeMKV prevents your mac going to sleep mode during conversion. To my best knowledge there is no API to prevent sleep, but still allow screensaver to run.

Romansh
Posts: 873
Joined: Sat Jan 22, 2011 7:09 pm

Re: mac os x screen saver not kicking in while converting

#3 Post by Romansh » Wed Jun 18, 2014 4:46 am

In theory it should be possible:
kIOPMAssertionTypeNoIdleSleep wrote:kIOPMAssertionTypeNoDisplaySleep
Use as AssertionType argument to IOPMAssertionCreate. The idle display will not sleep when enabled, and consequently the system will not idle sleep.
When asserted and set to level kIOPMAssertionLevelOn, the system will prefer to enter the Dark Wake state, or remain in Dark Wake if already there, rather than go to sleep.

[…]

kIOPMAssertionTypeNoIdleSleep
Pass as the AssertionType argument to IOPMAssertionCreate. The system will not idle sleep when enabled (display may sleep). Note that the system may sleep for other reasons.
When asserted and set to level kIOPMAssertionLevelOn, the system will prefer to enter the Dark Wake state, or remain in Dark Wake if already there, rather than go to sleep.

mike admin
Posts: 4070
Joined: Wed Nov 26, 2008 2:26 am
Contact:

Re: mac os x screen saver not kicking in while converting

#4 Post by mike admin » Wed Jun 18, 2014 8:38 am

Thanks, MakeMKV is still using 10.5-compatible API and the power assertions got introduced in 10.6 . I was unaware of them. Will be fixed in the next version.

johnnygoodface
Posts: 16
Joined: Sun Sep 15, 2013 12:30 am

Re: mac os x screen saver not kicking in while converting

#5 Post by johnnygoodface » Sat Oct 11, 2014 8:25 pm

Any progress on this?

Thx :)
Jean

Post Reply