iTunes plugin frustration
#1
Hello I'm new here and I would like to complement team xbmc on an awesome piece of software.

I'm having a hell of a time getting the iTunes plugin to run. I have reference the thread listed below and maid the suggested changes to both the default.py and itunes_parser.py files. I also have my iTunes library set to share entire library. However, when I select the iTunes icon in xbmc it acts like it loading then it says, "Could not connect to network." Any help would greatly be appreciated.

http://forum.xbmc.org/showthread.php?tid...nes+plugin

Code:
20:29:37 T:3880 M:464015360   DEBUG: Clearing cached fileitems [plugin://music/iTunes/]
20:29:37 T:3880 M:464003072   DEBUG: CGUIMediaWindow::GetDirectory (plugin://music/iTunes/)
20:29:37 T:3880 M:464003072   DEBUG:   ParentPath = []
20:29:37 T:3880 M:463994880   DEBUG: DIRECTORY::CPluginDirectory::GetDirectory - URL for plugin settings: iTunes/
20:29:37 T:3880 M:463994880   ERROR: Unable to load: C:\Program Files\XBMC\plugins\music\iTunes\resources\settings.xml, Line 0
                             Failed to open file
20:29:37 T:3880 M:463994880   DEBUG: unable to load C:\Program Files\XBMC\plugins\music\iTunes\resources\language\english\strings.xml: Failed to open file at line 0
20:29:37 T:3880 M:463994880   DEBUG: DIRECTORY::CPluginDirectory::GetDirectory - calling plugin C:\Program Files\XBMC\plugins\music\iTunes\default.py('plugin://music/iTunes/','0','')
20:29:37 T:3880 M:463994880    INFO: initializing python engine.
20:29:37 T:3880 M:463994880   DEBUG: LoadLibraryA('python24.dll')
20:29:37 T:3880 M:462811136   DEBUG: LoadLibrary('python24.dll') returning: 05936AF0
20:29:37 T:3880 M:462790656   DEBUG: dllGetProcAddress(00C6C500(kernel32.dll), 'InterlockedCompareExchange') => 7C809832
20:29:37 T:3880 M:462790656   DEBUG: GetModuleFileNameA(00000000, 06D42490, 256) => 'xbmc.xbe'
20:29:37 T:3880 M:462786560   DEBUG: advapi32.dll fake function RegQueryInfoKeyA called
20:29:37 T:3880 M:462786560   DEBUG: advapi32.dll fake function RegQueryInfoKeyA called
20:29:37 T:3880 M:462737408   DEBUG: LoadLibraryExA called with flags:
                              - LOAD_WITH_ALTERED_SEARCH_PATH
20:29:37 T:3880 M:462737408   DEBUG: LoadLibraryA('zlib.pyd')
20:29:37 T:3880 M:462598144   DEBUG: LoadLibrary('zlib.pyd') returning: 059397D8
20:29:37 T:3880 M:462598144   DEBUG: dllGetProcAddress(059E0000(zlib.pyd), 'initzlib') => 059E2150
20:29:37 T:3880 M:461729792   DEBUG: new python thread created. id=1
20:29:37 T:3880 M:461668352   DEBUG: DIRECTORY::CPluginDirectory::WaitOnScriptResult - waiting on the iTunes plugin...
20:29:37 T:6136 M:461664256   DEBUG: thread start, auto delete: 0
20:29:37 T:6136 M:461660160   DEBUG: Python thread: start processing
20:29:37 T:6136 M:461721600  NOTICE: -->Python Interpreter Initialized<--
20:29:37 T:6136 M:461721600  NOTICE:
20:29:38 T:6136 M:461709312   DEBUG: LoadLibraryExA called with flags:
                              - LOAD_WITH_ALTERED_SEARCH_PATH
20:29:38 T:6136 M:461709312   DEBUG: LoadLibraryA('pyexpat.pyd')
20:29:38 T:6136 M:461438976   DEBUG: LoadLibrary('pyexpat.pyd') returning: 059AE0A8
20:29:38 T:6136 M:461438976   DEBUG: dllGetProcAddress(05A00000(pyexpat.pyd), 'initpyexpat') => 05A02350
20:29:38 T:6136 M:461438976  NOTICE: Traceback (most recent call last):
20:29:38 T:6136 M:461438976  NOTICE:   File "C:\Program Files\XBMC\plugins\music\iTunes\default.py", line 32, in ?
20:29:38 T:6136 M:461438976  NOTICE:
20:29:38 T:6136 M:461438976  NOTICE: from itunes_parser import *
20:29:38 T:6136 M:461438976  NOTICE:   File "C:\Program Files\XBMC\plugins\music\iTunes\itunes_parser.py", line 19, in ?
20:29:38 T:6136 M:461434880  NOTICE:
20:29:38 T:6136 M:461434880  NOTICE: from sqlite3 import dbapi2 as sqlite
20:29:38 T:6136 M:461434880  NOTICE: ImportError
20:29:38 T:6136 M:461434880  NOTICE: :
20:29:38 T:6136 M:461434880  NOTICE: No module named sqlite3
20:29:38 T:6136 M:461434880  NOTICE:
20:29:38 T:6136 M:461434880   ERROR: Scriptresult: Error
20:29:38 T:6136 M:461516800    INFO: Python script stopped
20:29:38 T:6136 M:461426688   DEBUG: CThread::staticThread, deleting thread graphic context
20:29:38 T:6136 M:461381632   DEBUG: Thread 6136 terminating
20:29:39 T:3880 M:461594624    INFO: Loading skin file: DialogProgress.xml
20:29:39 T:3880 M:461590528   DEBUG: Load DialogProgress.xml: 4.10ms
20:29:39 T:3880 M:461516800   DEBUG: Alloc resources: 2.20ms (0.00 ms skin load, 0.20 ms preload)
20:29:39 T:3880 M:461520896   DEBUG: python thread 1 destructed
20:29:39 T:3880 M:461520896    INFO: Python, unloading python24.dll cause no scripts are running anymore
20:29:39 T:3880 M:461516800   DEBUG: XBPython::UnloadExtensionLibs, clearing python extension libraries
20:29:39 T:3880 M:461721600   DEBUG: Q:\system\python\python24.dll (base 06C40000): Detected memory leaks: 125 leaks
20:29:39 T:3880 M:461721600   DEBUG: leak caller address  6c86f57, size   157248, counter   41
20:29:39 T:3880 M:461721600   DEBUG: leak caller address  6c98c2c, size      233, counter    1
20:29:39 T:3880 M:461721600   DEBUG: leak caller address  6c9cddb, size    28652, counter   29
20:29:39 T:3880 M:461721600   DEBUG: leak caller address  6c9e5ef, size     1976, counter    2
20:29:39 T:3880 M:461721600   DEBUG: leak caller address  6ca0ea5, size      312, counter    6
20:29:39 T:3880 M:461721600   DEBUG: leak caller address  6ca0f81, size        4, counter    1
20:29:39 T:3880 M:461721600   DEBUG: leak caller address  6cb2c5f, size  1310720, counter    5
20:29:39 T:3880 M:461721600   DEBUG: leak caller address  6cb2cac, size       64, counter    1
20:29:39 T:3880 M:461721600   DEBUG: leak caller address  6cb2e88, size    18664, counter   25
20:29:39 T:3880 M:461721600   DEBUG: leak caller address  6cb2fc9, size      250, counter    6
20:29:39 T:3880 M:461721600   DEBUG: leak caller address  6cd1e3f, size      640, counter    3
20:29:39 T:3880 M:461721600   DEBUG: leak caller address  6cd3bec, size       60, counter    5
20:29:39 T:3880 M:461721600   DEBUG: python24.dll: Total bytes leaked: 1518823
20:29:39 T:3880 M:461152256   DEBUG:  DIRECTORY::CPluginDirectory::WaitOnScriptResult - plugin exited prematurely - terminating
20:29:39 T:3880 M:461152256   ERROR: CGUIMediaWindow::GetDirectory(plugin://music/iTunes/) failed
HTPC: Apex MI-008 | Foxconn H67S | Celeron G530 | G.SKILL 4GB | Crucial 64 SSD| Arctic Cooling | PicoPSU-160-XT
Reply
#2
share the library over smb and use the internal library instead. Will save you alot of headache.
Reply
#3
HTPC: Apex MI-008 | Foxconn H67S | Celeron G530 | G.SKILL 4GB | Crucial 64 SSD| Arctic Cooling | PicoPSU-160-XT
Reply

Logout Mark Read Team Forum Stats Members Help
iTunes plugin frustration0