OS X [Frodo RC3] Transmission and sleep
#1
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.
Reply
#2
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.
AppleTV4/iPhone/iPod/iPad: HowTo find debug logs and everything else which the devs like so much: click here
HowTo setup NFS for Kodi: NFS (wiki)
HowTo configure avahi (zeroconf): Avahi_Zeroconf (wiki)
READ THE IOS FAQ!: iOS FAQ (wiki)
Reply
#3
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 ?
Reply
#4
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
AppleTV4/iPhone/iPod/iPad: HowTo find debug logs and everything else which the devs like so much: click here
HowTo setup NFS for Kodi: NFS (wiki)
HowTo configure avahi (zeroconf): Avahi_Zeroconf (wiki)
READ THE IOS FAQ!: iOS FAQ (wiki)
Reply
#5
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.
Reply

Logout Mark Read Team Forum Stats Members Help
[Frodo RC3] Transmission and sleep0