[AppleTV-1] How to switch off CrystalBuntu Pin87
#1
object as what the best procedure to turn off and on Apple TV with a crystalbuntu.
Reply
#2
You might want to put this in the mac forum for the AppleTV1:

http://forum.xbmc.org/forumdisplay.php?fid=56
Reply
#3
Your in the wrong spot for help, Apple TV1 is not iOS based.

However I'll have a go, CrystalBuntu being Ubuntu based would use lirc for it's infrared... modify your lirc config and change the power button so it does a "shutdown -h" i think should achieve what your after...

Something like this might work:

Code:
begin
    prog = irexec
    button = Power
    config = /sbin/shutdown -h
end

If it doesn't work and your ATV catches fire... I take no responsibility.

Edit: I guess I'm wrong...
https://github.com/Evinyatar/atvclient/wiki/
Reply

Logout Mark Read Team Forum Stats Members Help
[AppleTV-1] How to switch off CrystalBuntu Pin870