• 1(current)
  • 2
  • 3
  • 4
  • 5
  • 14
[APPLE TV] XBMC for Mac (Atlantis Beta 1) on the Apple TV
#1
Thumbs Up 
XBMC for Mac (beta1) is now released, here's the short and sweet to install;

Requirements: AppleTV at r2.1, ssh and NitoTV installed. (see http://wiki.awkwardtv.org/wiki/Main_Page)

The AppleTV need read/write enabled for OSBoot, (search the awkwardtv wiki for readwrite).

under a ssh login into the AppleTV

Quote:installer -pkg XBMC.mpkg -target /

Ignore the message about installation failing, a perl post-install script has failed to run because perl is missing Wink

This installs ;

/Applications/XBMC.app

make a sym link from /Applications to ~/Applications so NitoTV app launcher can see it

Quote:ln -s /Applications/XBMC.app /Users/Frontrow/Applications.XBMC.app

Launch it under NitoTV, setting-> appearance-> resolution and pick the one with (FullScreen)

Done.

Report bugs in the XBMC for Mac forums at http://forum.xbmc.org/. Please remember that this is a beta release in prep for the upcoming final release sometime in October.

Coming attractions;

A dedicated XBMC Media Center AppleTV plugin for launching.
A USB-creator for making a USB flash drive for installation of XBMC for Mac on the AppleTV
Reply
#2
Can't wait ! ... is the USB-creator also planned to be released in october?
Reply
#3
Samushka Wrote:Can't wait ! ... is the USB-creator also planned to be released in october?

It should pop out in a few days with the AppleTV XBMC plugin launcher.
Reply
#4
Excellent! I have the ATVFlash update already on my ATV so I should be good to go. Will install it this weekend and report any bugs through the proper forum.

Gilbert
Reply
#5
Hi, Where do I get the XBMC.mpkg. I can only find the dmg to download on the website.

Have vista with ssh putty and winscp access...

Thanks,
c
Reply
#6
Just a guess as I only have access to my PC laptop now but I would assume that the dmg file, once downloaded on a Mac can be opened and would contain the .mpkg file. You may know this but the dmg file is a disk image file.
Reply
#7
you can transfer the dmg to the AppleTV and mount it there, then extract XBMC.pkg and install.


Quote:sudo hdiutil mount XBMC_for_Mac-beta1.dmg
it will appear at /Volumes/XBMC

Quote:installer -pkg /Volumes/XBMC/XBMC\ Media\ Center.mpkg -target /

when done

Quote:sudo diskutil unmountDisk /Volumes/XBMC
Reply
#8
From what i understood, using Linux as a base OS on the appleTV let's it be able to play 1080i files, instead of the 720p limit on the standard OS (due to GeForce acceleration or something).

My question is, going down the line, is this the plan for the AppleTV ? (Using a patchstick to install a Linux OS + XBMC)

Thanks, and keep up the good work !
Reply
#9
Samushka Wrote:From what i understood, using Linux as a base OS on the appleTV let's it be able to play 1080i files, instead of the 720p limit on the standard OS (due to GeForce acceleration or something).

My question is, going down the line, is this the plan for the AppleTV ? (Using a patchstick to install a Linux OS + XBMC)

To decode/display 1080i mpeg2 requires VxMC. Neither XBMC for Linux nor XBMC for Mac use XvMC. In addition XvMC is only present on Linux. So to decode/display 1080i mpeg2, you need one of the other media players under Linux. 1080i/p mpeg4/h.264 is another story. There is no hardware decode present under any Mac/Linux distro. It's all done with cpu. GL acceleration helps with display of the content, not the decode.

The AppleTV uses a 1GHz Pentium-M which is faster than a 2.2GHz Pentium-4. Even so, it's just not fast enough to handle any 1080 i/p content with cpu alone.

I don't understand your question. There are now two ways to run XBMC on the AppleTV.

1) XBMC for Linux using XBMC Live or some other Linux distro
2) XBMC for Mac using the AppleTV OS.

Depending on your needs you can choose 1) or 2)
Reply
#10
nice work! This version seems to get farther for me than the last - I was able to start the application using Nito as described, but the remote doesn't work for me. Is there anything special that needs to be done to enable remote support? Also, where is the log file kept?
Reply
#11
davilla Wrote:There are now two ways to run XBMC on the AppleTV.

1) XBMC for Linux using XBMC Live or some other Linux distro
2) XBMC for Mac using the AppleTV OS.

Depending on your needs you can choose 1) or 2)


Does any of these two options allow the use of networked drives?

Thanks for your help!!!
Server: Asus Sabertooth Z77 | Intel Core i5 3.4 GHz | 16 GB DDR3 | 128 GB SSD, 82 TB (9 x 6 TB, 7 x 4 TB)
HTPC 1: Raspberry Pi 2 | HTPC 2: Raspberry Pi 2 | HTPC 3: Raspberry Pi
Reply
#12
falafeLover Wrote:nice work! This version seems to get farther for me than the last - I was able to start the application using Nito as described, but the remote doesn't work for me. Is there anything special that needs to be done to enable remote support? Also, where is the log file kept?


I have the same problem, remote doesn't work, when XBMC is started.
Reply
#13
vilder Wrote:I have the same problem, remote doesn't work, when XBMC is started.

I have managed to resolve the probmel with the remote with moving SDL.framework and ForceFeedback.framework.
Reply
#14
vilder Wrote:I have managed to resolve the probmel with the remote with moving SDL.framework and ForceFeedback.framework.

Would you mind to elaborate?
Reply
#15
steve1977 Wrote:Does any of these two options allow the use of networked drives?

Thanks for your help!!!

AFAIK both.
For 2) pick your flavor:
http://wiki.awkwardtv.org/wiki/Mount_a_R..._via_SMBFS
http://wiki.awkwardtv.org/wiki/Mount_a_R...ve_via_NFS
http://wiki.awkwardtv.org/wiki/Mount_a_R...ve_via_AFP

For 1)
as network is working, just pick any Howto.
Reply
  • 1(current)
  • 2
  • 3
  • 4
  • 5
  • 14

Logout Mark Read Team Forum Stats Members Help
[APPLE TV] XBMC for Mac (Atlantis Beta 1) on the Apple TV3