Hello,
Yet some more rambling from me on the subject..
Now forgive me here as I know next to nothing about linux but I have been struggling thorught it best I can. I was trying to get the mythbox add-on working on my aapple tv 2 (running xbmc) but the add-on does not appear in the list of available downloads. so following the limited advice that others have posted around the place I downloaded the mythbox add on as a zip file. Now I used cyberduck on my mac to sftp to the applttv 2 but i beleive in hindsight that I could have logged into the apple tv 2 using ssh and the user account of mobile (from an mac terminal you would type "ssh mobile@192.168.x x" (Replace with your apple tv IP) and then use the "wget
http://mythbox.googlecode.com/files/script.mythbox.1.0.4.zip" . After I dowloaded this and installed it using the xbmc menu system / add-ons / install form zip file. look in the home directory and it was there and installed no problems, but when i ran it it threw an error about elementtree so I went looking and found i also needed needed "http://mirror.ufs.ac.za/xbmc/addons/eden-pre/script.module.elementtree/script.module.elementtree-1.2.7.zip" so again you could "wget
http://mirror.ufs.ac.za/xbmc/addons/eden-pre/script.module.elementtree/script.module.elementtree-1.2.7.zip" and install it as before.
After all this was done i have a working mythbox add-on running under xbmc on my apple tv 2. (I origonally had some trouble connecitng to the mythdbconv sql database on the mythbuntu server but on the server i had to use the terminal to logon to the sql server then issue a command to allow all users using the name mythtv on the local subnet to access the database.
$ mysql -u root
> create user 'mythtv'@'localhost' identified by 'mythtv';
> grant all privileges on *.* to 'mythtv'@'localhost' with grant option;
> create user 'mythtv'@'%' identified by 'mythtv';
> grant all privileges on *.* to ' mythtv@'192.168.1.%' with grant option; (change this ip to your local subnet)
> flush privileges;
> create database mythconverg;
> exit;
So where is this all at now?
So setup as above i can now run XBMC on my apple tv 2 and inside XBMC i can also run the mythbox add-on and connect to the mythtv ubuntu backend server, i can use the guide, schedule recording etc no problem at all. However if I try and watch a recording or watch live tv all works perfectly for the first 5 or so seconds then the picture and audio start to chop ( freeze and play, freeze and play). I do not thik it is related to my conenction speed as i can play video form my network store without a issue. Also I don;t think it is the backend becuase i can play the live tv using my other computers as fornt ends and no problem there. So all i can think is it is either the apple tv not caching enough video locally before it starts playing or possible caching too much and freaking it out. I don;t know, If i change channel then it alos plays for 5 seconds or so before chopping.
I will keep looking for a fix to this, but i am sure there are bigger brains than mine tackling the same problems so maybe the fix will come in due course.
Honestly I am suprised i have got this far.
BT