Kodi Community Forum

Full Version: [Frodo RC3] Transmission and sleep
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello, I have mac mini I use it with XBMC + transmission.
I set up in XBMC in System-Prefence-Energy Sleep mode after 5 minute idle.
And in trasmission set up to prevent sleep when seeding.
But this doe not work. Mac goes to sleep while transmission is downloading.
How i should set up them to go to sleep after all torrents stop/pause.
Thank you.
Known issue - workaround - use the xbmc shutdowntimer to close XBMC instead of going to sleep will quit XBMC and allow the systemsleep to kick in when idle.
And how i will run XBMC after the wake? Is there any way to put XBMC app to start after wake? Or mb run applescript ?
From a quick google session

http://hintsforums.macworld.com/showpost...ostcount=5

sorry - we are aware of the fact that this solution is disgusting - but thats how open source works - slow and on a free time basis Wink
Thank you very much. I have already found this solution.
http://forum.xbmc.org/showthread.php?tid...pid1002261
just need to substitute or add
Code:
( ( /Applications/XBMC.app/Contents/Resources/XBMC/tools/osx/XBMCHelper -x & ) & )
END_WAKEUP

with

Code:
open -a "XBMC"

Or u can use Mac AppStore Scenario 5$

PS At the moment the problem is to start XBMC If it is already closed, but the transmission still downloading. I have solved this problem with menu button on apple remote.