Kodi Community Forum

Full Version: iTunes integration?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi,

I am running XBMC on my mini mac as a media centre and have videos set up and working. I read in the online menu that you can share your itunes library with xbmc.

I edited the sources.xml file as instructed but when i try to enter the itunes source XBMC crashes.

My source file code looks like this:

<source>
<name>Itunes</name>
<path pathversion="1">daap://192.168.0.4</path>
</source>
This only works up to itunes6 IIRC. After that Apple broke the DAAP protocol and no one has RE'd the new one. There's a plugin available that parses an exported itunes db. Have a search in the scripting/plugin forums.
althekiller Wrote:There's a plugin available that parses an exported itunes db. Have a search in the scripting/plugin forums.
http://forum.xbmc.org/showthread.php?tid=37313

Wink