nolenfelten / xbmc-addons

Automatically exported from code.google.com/p/xbmc-addons
0 stars 0 forks source link

iphoto plugin fails in a linux config #37

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.just runs the plugin in the image sub-menu

What is the expected output? What do you see instead?
I expected to se my iphoto library but there is just a little pop-up saying
"error, script failed : iphoto"

What version of XBMC are you using?
9.11
On what operating system?
Myhtbuntu 9.04
What version of the addon are you using?
the last one, I assume. I just download it!

Please provide any additional information below.
I read the readme, but it is just talking about itunes :(

Is there anything to know about the install? I just unzip the plugin in
~/user/.xbmc/plugins/pictures
is there a log file I can read to find anymore infos?

Original issue reported on code.google.com by willynui...@gmail.com on 18 Nov 2009 at 9:11

GoogleCodeExporter commented 9 years ago
Hmmm I think iPhoto plugin working just with Mac...

Original comment by Ozgur.BASKIN@gmail.com on 18 Nov 2009 at 10:27

GoogleCodeExporter commented 9 years ago
Really? :(
So why is there also a Linux and a win32 directory in the platform_libraries 
folder ?
That's why i thought it would work on any plateform... 

Original comment by willynui...@gmail.com on 18 Nov 2009 at 10:49

GoogleCodeExporter commented 9 years ago
Actually I'm not sure about that really... Let's wait for more accurate answer.

Original comment by Ozgur.BASKIN@gmail.com on 20 Nov 2009 at 12:10

GoogleCodeExporter commented 9 years ago
Well, for starters, in the default.py there's a line that says:
platform = "OS X" # FIXME: add support for Windows

Also, the iPhoto Library location seems to be hardcoded
filename = os.getenv("HOME")+"/Pictures/iPhoto Library/AlbumData.xml"

I tried modifying these lines to get it to read my iPhoto library from a smb 
share, but no luck yet.

Original comment by matt.yip...@gmail.com on 10 Jun 2010 at 10:55

GoogleCodeExporter commented 9 years ago
Thanks for the feedbak, I'll had a look at that too !

Original comment by willynui...@gmail.com on 11 Jun 2010 at 12:16