XBMC Community Forum
iTunes plugin in XBMC for Windows? - Printable Version

+- XBMC Community Forum (http://forum.xbmc.org)
+-- Forum: Help and Support (/forumdisplay.php?fid=33)
+--- Forum: XBMC General Help and Support (/forumdisplay.php?fid=111)
+---- Forum: Windows support (/forumdisplay.php?fid=59)
+---- Thread: iTunes plugin in XBMC for Windows? (/showthread.php?tid=37574)

Pages: 1 2 3 4 5


iTunes plugin in XBMC for Windows? - Kaistar - 2008-09-21 18:49

I've been googling and I've not found an answer to this question yet. I'm trying to move my itunes library into XBMC and it's not working up till now...

What i've found from the Mac forums is the DAAP method but it's not working for me either...


- althekiller - 2008-09-21 20:32

XBMC doesn't support the new iTunes DAAP (which isn't actually DAAP). There are itunes plugins, to allow you to view your itunes db in XBMC, but for the time being they are only for OSX. Your best bet is to just scan your music into our DB, if it's going to take awhile, do it overnight.


- jmarshall - 2008-09-21 22:33

The itunes plugin (available on xbmc-addons googlecode svn) will work on windows, but you'll need to manually alter the path to the itunes xml file.


- Kaistar - 2008-09-22 02:56

jmarshall Wrote:The itunes plugin (available on xbmc-addons googlecode svn) will work on windows, but you'll need to manually alter the path to the itunes xml file.

Hi!

Thanks for the super-duper good news lol. However, I'm not really sure what you mean by "Available on xbmc-addons googlecode svn". I've searched through XBMC scripts and couldn't find iTunes plugin so... Blush Would you mind giving more pointers please?


- jmarshall - 2008-09-22 03:23

Use google to search for "xbmc-addons svn" yeilds:

xbmc-addons.googlecode.com

Cheers,
Jonathan


- Kaistar - 2008-09-22 14:04

Wow you guys are definitely efficient =)

I got the file, unzipped and copied it into the appropriate folder but I'm unsure how I'm supposed to "point it" to my iTunes xml. I've opened a few of the files in notepad but they turned out in gibberish.

Is it supposed to be done in XBMC? I can't figure it out there either... Confused


- d4rk - 2008-09-22 17:58

Look for this line in default.py:
Code:
filename = os.getenv("HOME")+"/Music/iTunes/iTunes Music Library.xml"
and change it to
Code:
filename = 'C:\\blah blah\\blah blah\\iTunes Music Library.xml'
Note the single quotes and double backslashes. Also make sure that the variable 'filename' starts exactly above the keyword 'return' below it (like it does now). In other words, make sure that you don't change the number of leading spaces in front of 'filename'.


- quebert - 2008-09-23 00:30

I have a question, I have a buncha Music Videos I've downloaded off iTunes, is there any hope I can get these to play in XBMC? I don't have any iTunes music content, I installed this plugin and it seems to only import the music library. I'm guessing I'm out of luck when it comes to video content, but I thought I'd ask before I just gave up.


- Kaistar - 2008-09-23 02:59

Guys, thanks for the wonderful assistance =)

Sadly the plugin doesn't show at all in XBMC. Gahhh. To quote Peter Griffin's iPod commercial, "I Just Don't Get It" lol.

My plugin is saved here "C:\Program Files\XBMC\plugins\music" is it correct?


- tslayer - 2008-09-23 03:01

You need to "Add Source" and then choose the plugin.