[RELEASE] iTunes and iPhoto integration plugins for XBMC
d4rk
Team-XBMC Developer Joined: May 2007 Reputation: 1 Location: Albuquerque |
2008-09-19 20:35
Post: #11
The iTunes/iPhoto plugin is distributed as part of XBMC for Mac, since it is supported only on OS X currently. Once you install XBMC for Mac, you will find the plugins in ~/Library/Application Support/XBMC/plugins. They have not yet been committed into the xbmc-scripting or addons repository but will be soon.
Always read the XBMC online-manual, FAQ and search the forum before posting. Please read and follow the forum rules. For troubleshooting and bug reporting, please make sure you read this first. ![]() |
| find quote |
Neph
Junior Member Posts: 8 Joined: Apr 2006 Reputation: 0 |
2008-09-19 22:38
Post: #12
The four folders listed in ~/Library/Application Support/XBMC/plugins are empty.
|
| find quote |
d4rk
Team-XBMC Developer Joined: May 2007 Reputation: 1 Location: Albuquerque |
2008-09-20 06:03
Post: #13
That's very odd. Anyhow, you can download the plugins from:
http://code.google.com/p/xbmc-addons/downloads/list Drop it in ~/Library/Application Support/XBMC/plugins/ and unzip. Always read the XBMC online-manual, FAQ and search the forum before posting. Please read and follow the forum rules. For troubleshooting and bug reporting, please make sure you read this first. ![]() |
| find quote |
Neph
Junior Member Posts: 8 Joined: Apr 2006 Reputation: 0 |
2008-09-20 18:54
Post: #14
Thanks you d4rk
|
| find quote |
Gamester17
Team-XBMC Forum Moderator Joined: Sep 2003 Reputation: 9 Location: Sweden |
2008-09-20 20:56
Post: #15
Checkout: http://forum.xbmc.org/showthread.php?tid=36591
Contains HOW-TO install plugins in XBMC for Mac
Always read the XBMC online-manual, FAQ and search the forum before posting. Do not e-mail XBMC-Team members directly asking for support. Read/follow the forum rules. For troubleshooting and bug reporting please make sure you read this first. |
| find quote |
steve1977
Posting Freak Posts: 1,576 Joined: Dec 2006 Reputation: 0 |
Now that I got XBMC nicely running on my ATV, I am considering the next step also integrating itunes and iphoto (leaving me with XBMC as the ultimative media machine).
Anyone has managed to get itunes- and iphotos-integration on ATV. If yes, how? Many thanks!!! Server: Asus Sabertooth Z77 | Intel Core i5 3.4 GHz | 12 GB DDR3 | 256 GB SSD, 40 TB (1 x 4 TB, 6 x 3TB, 9 x 2 TB) HTPC 1: Apple Mac Mini (mid-2011) | Intel Core i5 2.5 GHz | 4GB DDR3 | 500 GB HTPC 2: Apple Mac Mini (mid-2007) | Intel Core 2 Duo 2.0 GHz | 4 GB DDR2 | 16 GB SSD |
| find quote |
steve1977
Posting Freak Posts: 1,576 Joined: Dec 2006 Reputation: 0 |
2008-10-03 04:31
Post: #17
Still working on itunes and (more importanly) iphoto support for XBMC on ATV.
I have copied the plugins on the ATV and now I can see them on the ATV. The problem is that the itunes and iphoto libraries cannot be found now. Probably the reason is that they are on my mac mini and NOT on my Apple TV. I am now trying to create a symlink back to my mac mini. Anyone more familiar with this and can point me in the right direction. The following doesnt work (but is probably just wrong code): ln -s smb://username:password@192.168.1.100/users/username/music /users/frontrow/music Server: Asus Sabertooth Z77 | Intel Core i5 3.4 GHz | 12 GB DDR3 | 256 GB SSD, 40 TB (1 x 4 TB, 6 x 3TB, 9 x 2 TB) HTPC 1: Apple Mac Mini (mid-2011) | Intel Core i5 2.5 GHz | 4GB DDR3 | 500 GB HTPC 2: Apple Mac Mini (mid-2007) | Intel Core 2 Duo 2.0 GHz | 4 GB DDR2 | 16 GB SSD |
| find quote |
jmarshall
Team-XBMC Developer Posts: 24,520 Joined: Oct 2003 Reputation: 138 |
2008-10-03 04:59
Post: #18
I doubt that will work, as the OS doesn't know about smb I don't think, and that URL format is an XBMC-ism
![]() One thing that *might* work, at least for listing the files, is editting the script for the path to the itunes xml file. Open up the script .py files, and it should be reasonably easy to see where to edit it. A path such as the above one might work in this scenario, though it relies on a bunch of stuff, such as the virtual filesystem working and so on. Even if this was to work, however, I doubt the files would actually stream, as the files themselves are not on the appletv, so there'd need to be some URL changing to convert to the appropriate smb paths. This would involve more python hackery. Good luck! Cheers, Jonathan Always read the XBMC online-manual, FAQ and search the forum before posting. Do not e-mail XBMC-Team members directly asking for support. Read/follow the forum rules. For troubleshooting and bug reporting please make sure you read this first. ![]() |
| find quote |
steve1977
Posting Freak Posts: 1,576 Joined: Dec 2006 Reputation: 0 |
2008-10-03 07:18
Post: #19
These are really phantastic plugins. Really nice!!!
Two quick question/request: (i) Would it be possible in the artist view not to show artists from compilations, but only show "compilations" as one field in the same way how this can be configured within itunes? (ii) Any chance to get coverart support? Many thanks!!! Server: Asus Sabertooth Z77 | Intel Core i5 3.4 GHz | 12 GB DDR3 | 256 GB SSD, 40 TB (1 x 4 TB, 6 x 3TB, 9 x 2 TB) HTPC 1: Apple Mac Mini (mid-2011) | Intel Core i5 2.5 GHz | 4GB DDR3 | 500 GB HTPC 2: Apple Mac Mini (mid-2007) | Intel Core 2 Duo 2.0 GHz | 4 GB DDR2 | 16 GB SSD |
| find quote |
joshytree
Junior Member Posts: 1 Joined: Oct 2008 Reputation: 0 |
2008-10-03 21:15
Post: #20
I just installed and am running XBMC for the first time from my macbook pro (leopard) to a PS3. Both devices are running the latest updates on everything. This is my first time dealing with media servers (the search for media servers on the PS3 sparked my interest and here I am). Anyhow, it's installed and running and the PS3 sees XBMC. I used the itunes library plugin and pointed the server to the itunes library XML file (i hope thats right). However when viewing the server on the PS3 I have two options for music—'music files' and 'music library'. When I go to music library it says there are no tracks. When I browse the music files it shows my itunes folder which has the music albums folders as sub items. When I click an album I get an error: "Media Server Error A DLNA error protocol error (-1) has occured."
I searched the internet for this error code to no avail. Any suggestions? I just want to share my itunes library and iphotos. Maybe the problem is on my end...I am a media server noobie. Thanks.
(This post was last modified: 2008-10-03 21:17 by joshytree.)
|
| find quote |

![[Image: badge.gif]](http://www.ohloh.net/projects/149/badge.gif)

![[Image: badge.gif]](http://www.ohloh.net/projects/9132/badge.gif)
Search
Help