tor, on 06 February 2011 - 11:10 PM, said:
Is that a device and does it come with a remote?
Yep:
http://store.apple.c...mco=MTM3NTM1Nzk
It's just the little box & remote, the tv doesn't come with it! I use an iPad app instead of the IR remote so I can put the AppleTV in the cupboard.
http://itunes.apple....d401852518?mt=8
Quote
I have been using my PS3 which is great except when I need to transcode a movie file then the fast forward fails which is a limitation of PS3Mediaplayer apparently. Haven't had time to solve it.
Well xbmc on AppleTV is still less than perfect, but the software has only existed for 2 weeks and progress in that time has been awesome. It started out very sluggish and with regular crashes, now it's reasonably fluid (not as fast loading thumbnails as that video though) and stable. Plus you can tinker with it (xml) if it doesn't work the way you want.
Quote
Oh and the PS3MediaPlayer has an awful MP3 playing capabilities. No shuffle, no "play this directory and all below it". Annoys me.
Not sure you can do this inside xbmc, but the standard AppleTV software can for sure.
Jailbreaking the AppleTV using OSX:
http://www.iclarifie....php?enid=13581
Installing xbmc:
$ ssh root@<your ATV2 IP address>
root@<your ATV2 IP address>'s password: ''enter your password here, it should be "alpine" if you haven't changed it''
$ apt-get install wget
$ wget -O- http://apt.awkwardtv.org/awkwardtv.pub | apt-key add -
$ echo "deb http://apt.awkwardtv.org/ stable main" > /etc/apt/sources.list.d/awkwardtv.list
$ echo "deb http://mirrors.xbmc.org/apt/atv2 ./" > /etc/apt/sources.list.d/xbmc.list
$ apt-get update
$ apt-get install org.xbmc.xbmc-atv2
http://wiki.xbmc.org...ll_XBMC_on_ATV2
xbmc discussion:
http://forum.xbmc.or...splay.php?f=137