Mac OS X Eden PVR build

  Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
mikrohard Offline
Junior Member
Posts: 31
Joined: May 2011
Reputation: 2
Post: #1
Because there are no OSX builds on xbmc.opdenkamp.eu, I decided to make one with the latest PVR code...

Anyone who would like to try it out can get it here:
http://dl.dropbox.com/u/8261657/Eden-pvr...5c575b.dmg (updated 03.27.2012)
(This post was last modified: 2012-03-27 12:34 by mikrohard.)
find quote
ntadej Offline
Member
Posts: 84
Joined: Nov 2011
Reputation: 6
Location: Slovenia
Post: #2
There are OSX builds also available here:
http://xbmc.picmania.org/index.php?dir=osx%2F
find quote
mikrohard Offline
Junior Member
Posts: 31
Joined: May 2011
Reputation: 2
Post: #3
Thanks for the heads up...

But my build is currently newer and uses unmodified opdenkamps source.
find quote
charlie0440 Offline
Senior Member
Posts: 297
Joined: Dec 2011
Reputation: 5
Post: #4
Just want to say thank you! I can now use my girlfriends macbook for live TV with my VDR server Smile

Guide to building an all in one Ubuntu Server - TV(vdr),File,Music,Web

Server Fractal Designs Define XL, Asus P5QL/EPU, Dual Core E5200, 4gb, L4M-Twin S2 v6.2, Supermicro AOC-USAS-L8I, 1*SSD & 13*HDD drives (24TB total) - Ubuntu Server
XBMC 1 ASRock Z77E-ITX, G850, 8GB RAM, SSD, BD - Ubuntu / OpenElec frodo
XBMC 2 Revo 3700 - OpenElec frodo
XBMC 3 Raspb Pi
find quote
pkscuot Offline
Fan
Posts: 602
Joined: Jan 2011
Reputation: 11
Location: Honolulu, HI
Post: #5
Just an FYI. When I installed this and launched it, the beta of the Weather Underground script gave me a fatal error. The log said:

File "/Users/pkscout/Library/Application Support/XBMC/addons/weather.wunderground/default.py", line 21, in <module>
from PIL import Image
ImportError: No module named PIL

This error doesn't occur with the stock Eden install on OSX or on the Windows PVR build. So I'm wondering if some port of the core python didn't compile properly.
find quote
pecinko Offline
Member+
Posts: 3,017
Joined: Dec 2008
Reputation: 27
Location: Prague / Belgrade
Post: #6
(2012-03-26 21:48)mikrohard Wrote:  Because there are no OSX builds on xbmc.opdenkamp.eu, I decided to make one with the latest PVR code...

Anyone who would like to try it out can get it here:
http://dl.dropbox.com/u/8261657/Eden-pvr...5c575b.dmg

Thanks!

Is there a way to use dummy add-on with this for skinning purposes? See http://forum.xbmc.org/showthread.php?tid...pid1056658

I don't have a PVR backend, just would like to take a look at making a skin support for PVR.

My skins:

Quartz
Amber
find quote
mikrohard Offline
Junior Member
Posts: 31
Joined: May 2011
Reputation: 2
Post: #7
@pkscuot: PIL was indeed skiped during compile. It needs to be enabled separately. I'll take a look later. For now you can just take script.module.pil from the official XBMC application bundle and copy it into PVR. But I don't know what kind of weather.underground addon you're using. The one in my app bundle doesn't require PIL.

@pecinko: It was probaby skiped because the OSX build phase was not kept up to date... I'll take a look later.
(This post was last modified: 2012-03-27 07:26 by mikrohard.)
find quote
mikrohard Offline
Junior Member
Posts: 31
Joined: May 2011
Reputation: 2
Post: #8
@pecinko: I did a little diggin' on the pvr demo client... it's compiled and included in the application bundle. The problem is that in the addon.xml the platfrom is set only to "linux". To enable the demo client on osx, download this xml: http://dl.dropbox.com/u/8261657/pvr.demo/addon.xml and replace the one in the on in the application bundle (Contents/Resources/XBMC/addons/pvr.demo/addon.xml).
find quote
pecinko Offline
Member+
Posts: 3,017
Joined: Dec 2008
Reputation: 27
Location: Prague / Belgrade
Post: #9
(2012-03-27 09:03)mikrohard Wrote:  @pecinko: I did a little diggin' on the pvr demo client... it's compiled and included in the application bundle. The problem is that in the addon.xml the platfrom is set only to "linux". To enable the demo client on osx, download this xml: http://dl.dropbox.com/u/8261657/pvr.demo/addon.xml and replace the one in the on in the application bundle (Contents/Resources/XBMC/addons/pvr.demo/addon.xml).

I'll give it a try. Many, many thanks!

My skins:

Quartz
Amber
find quote
pecinko Offline
Member+
Posts: 3,017
Joined: Dec 2008
Reputation: 27
Location: Prague / Belgrade
Post: #10
(2012-03-27 09:03)mikrohard Wrote:  @pecinko: I did a little diggin' on the pvr demo client... it's compiled and included in the application bundle. The problem is that in the addon.xml the platfrom is set only to "linux". To enable the demo client on osx, download this xml: http://dl.dropbox.com/u/8261657/pvr.demo/addon.xml and replace the one in the on in the application bundle (Contents/Resources/XBMC/addons/pvr.demo/addon.xml).

Your little digging just made my day! It seems to work as intended.

I've spent a lot of time trying to make this work, without a success. I can not thank you enough.

My skins:

Quartz
Amber
find quote
Post Reply