iTunes plugin in XBMC for Windows?

  Thread Rating:
  • 1 Votes - 4 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
Kaistar Offline
Junior Member
Posts: 4
Joined: Sep 2008
Reputation: 0
Question  iTunes plugin in XBMC for Windows? Post: #1
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...
find quote
althekiller Offline
Team-XBMC Developer
Posts: 4,701
Joined: May 2004
Reputation: 12
Post: #2
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.
find quote
jmarshall Offline
Team-XBMC Developer
Posts: 24,523
Joined: Oct 2003
Reputation: 138
Post: #3
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.

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.


[Image: badge.gif]
find quote
Kaistar Offline
Junior Member
Posts: 4
Joined: Sep 2008
Reputation: 0
Post: #4
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?
find quote
jmarshall Offline
Team-XBMC Developer
Posts: 24,523
Joined: Oct 2003
Reputation: 138
Post: #5
Use google to search for "xbmc-addons svn" yeilds:

xbmc-addons.googlecode.com

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.


[Image: badge.gif]
find quote
Kaistar Offline
Junior Member
Posts: 4
Joined: Sep 2008
Reputation: 0
Post: #6
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
find quote
d4rk Offline
Team-XBMC Developer
Posts: 500
Joined: May 2007
Reputation: 1
Location: Albuquerque
Post: #7
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'.

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.


[Image: badge.gif]
find quote
quebert Offline
Senior Member
Posts: 294
Joined: Sep 2008
Reputation: 0
Post: #8
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.
find quote
Kaistar Offline
Junior Member
Posts: 4
Joined: Sep 2008
Reputation: 0
Post: #9
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?
find quote
tslayer Offline
Team-XBMC Developer
Posts: 3,581
Joined: Oct 2003
Reputation: 12
Post: #10
You need to "Add Source" and then choose the plugin.

42.7% of all statistics are made up on the spot

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
Post Reply