[Mac OS X / ATV] Third-party SVN builds of XBMC for Mac (unofficial and unsupported)

  Thread Rating:
  • 1 Votes - 4 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
Tsf42m Offline
Junior Member
Posts: 35
Joined: Jan 2008
Reputation: 0
Post: #11
davilla Wrote:Any problems with the new build changes?

A few but they weren't to hard to sort out.
find quote
bubumac Offline
Junior Member
Posts: 7
Joined: Oct 2005
Reputation: 0
Post: #12
Hi,

Can somebody compile and post a XBMC build for Mac with TuxBox Client fix ?

The patch is available here (dreambox.patch).

Regards
(This post was last modified: 2009-02-19 19:02 by bubumac.)
find quote
Tsf42m Offline
Junior Member
Posts: 35
Joined: Jan 2008
Reputation: 0
Post: #13
New build
rev17911

KevinSartori Wrote:Hey, Tsf42m. Do you have a timeframe for when we'll see a Windows version of aTV Helper?

Im looking into it now. As for a timeframe expect to hear something in 2-3 weeks... it all depends on how busy I am.
find quote
pooh Offline
Senior Member
Posts: 196
Joined: May 2007
Reputation: 0
Post: #14
Tsf42m Wrote:New build
rev17911

Thanks again. This build is working perfectly. Special thanks for putting up the .rar version ;-)
find quote
XBMC4Ever Offline
Member
Posts: 97
Joined: Nov 2008
Reputation: 0
Post: #15
Tsf42m Wrote:New build
rev17911

Many thanks as always Tsf42m !! Installed this morning from my Windows system Smile

RE: question from KevinSartori ... here is a re-post of the steps I use to update my aTV from a Windows system every time:

- use WinSCP to move the downloaded XBMCNEW.dmg file to /Users/Frontrow
- then SSH into the ATV using PUTTY, then ...
sudo bash [enter password]
sudo hdiutil mount XBMCNEW.dmg
scp -r /Volumes/XBMC/XBMC.app /Users/Frontrow\
sudo mv /Applications/XBMC.app /Applications/XBMC_OLD.app\
sudo mv ~/XBMC.app /Applications/\
sudo diskutil unmountDisk /Volumes/XBMC
rm XBMCNEW.dmg
cd /Applications
sudo chown -R frontrow XBMC_OLD.app
sudo chgrp -R frontrow XBMC_OLD.app
sudo chmod -R 755 XBMC_OLD.app
rm -R XBMC_OLD.app
sudo chgrp -R admin XBMC.app
exit
exit

Hope it helps ....

--> Mac Mini 1.83GHz C2D, 4GB RAM, 32GB OCZ Vertex SSD, OSX 10.6.8, Broadcom Crystal HD, XBMC 11.0, Harmony 900 Remote
--> Pivos XIOS DS M3 w/Linux XBMC Beta - very awesome !
--> Central MySQL database on a QNAP TS-659 Pro II
--> Samsung Galaxy Tab 2 7.0 XBMC 12.0
(This post was last modified: 2009-02-25 06:16 by XBMC4Ever.)
find quote
maruchan Offline
Fan
Posts: 311
Joined: Feb 2009
Reputation: 0
Post: #16
Hi Tsf42m, thanks for the builds Smile I'm running into trouble with your builds and the music visualizations (it keeps crashing when I try to run any of them.) I posted a thread about it, and davilla said the following:

Quote:a quick look shows the xbmc binary and ProjectM.vis using the symbol

__ZN16CSpecialProtocol13TranslatePathERK7CStdStrIc E

instead of

__ZN5CUtil13TranslatePathERK7CStdStrIcE

using

nm build/Debug/XBMC | grep TranslatePath
nm visualisations/projectM/

I think your external libs/codecs build is stale. When building from svn always;

make clean
autoconf
./configure
make externals more_libs

then build from Xcode.

Also, when I try to launch XBMC using the remote (by enabling 'always on'), XBMCHelper shows it trying to launch "XBMC" and not "XBMC.app"
find quote
Tsf42m Offline
Junior Member
Posts: 35
Joined: Jan 2008
Reputation: 0
Post: #17
maruchan Wrote:I'm running into trouble with your builds and the music visualizations

What build are you running?
I have had no problems with visualizations and haven't heard anything from anyone else.
You might take a look at XBMC's userdata, you may have to clean some things up.


maruchan Wrote:Also, when I try to launch XBMC using the remote (by enabling 'always on'), XBMCHelper shows it trying to launch "XBMC" and not "XBMC.app"

I have never tested this.
Has anyone else had problems with this?
Ill look into it and let you know.
find quote
Tsf42m Offline
Junior Member
Posts: 35
Joined: Jan 2008
Reputation: 0
Post: #18
New build
rev18298
find quote
XBMC4Ever Offline
Member
Posts: 97
Joined: Nov 2008
Reputation: 0
Post: #19
updated to SVN 18298 ... thanks again Tsf42m
so far so good Smile

--> Mac Mini 1.83GHz C2D, 4GB RAM, 32GB OCZ Vertex SSD, OSX 10.6.8, Broadcom Crystal HD, XBMC 11.0, Harmony 900 Remote
--> Pivos XIOS DS M3 w/Linux XBMC Beta - very awesome !
--> Central MySQL database on a QNAP TS-659 Pro II
--> Samsung Galaxy Tab 2 7.0 XBMC 12.0
find quote
niallgal Offline
Junior Member
Posts: 10
Joined: Mar 2009
Reputation: 0
Post: #20
First, thank you for compiling and making the SVN releases of XBMC available for the ATV!

I have installed SVN 18298 (clean update from 8.10f). The ATV is at R2.2.

All works EXCEPT I cannot scan a network folder that contains TV shows. This worked well using 8.10f but not at all with 18298. I see an info window on the top right hand side saying scanning, then compressing but then the TV Library folder is not present. I have tried importing the library, which I exported before upgrading. Doing this, I can see the TV Folder but get a error message 2 missing share when I try to access the folder.

Any idea what I am doing wrong? Suggestions?

Niall
find quote
Post Reply