2013-01-29, 10:34
I thought the required modules would be downloaded by xbmc automatically upon start.
I have no knowledge of OpenElec, but it might work differently there.
Elementtree is used to parse the advancedsettings.xml for finding out what sql backend you are using. So if you are using mysql , missing this module might prevent the addon from working.
simplejson is required for communication with the new jsonRPC api (introduced with Frodo). Without this, the addon will not be able to search through your library for similar tracks.
pysqlite I believe is unnecessary when using mysql.
Which xbmc version is running on your OpenElec? For the addon to work, you should be on a pre-Frodo build. (preferably RC)
A link to a version fro Eden is a few posts back (1.0.8 I think)
I have no knowledge of OpenElec, but it might work differently there.
Elementtree is used to parse the advancedsettings.xml for finding out what sql backend you are using. So if you are using mysql , missing this module might prevent the addon from working.
simplejson is required for communication with the new jsonRPC api (introduced with Frodo). Without this, the addon will not be able to search through your library for similar tracks.
pysqlite I believe is unnecessary when using mysql.
Which xbmc version is running on your OpenElec? For the addon to work, you should be on a pre-Frodo build. (preferably RC)
A link to a version fro Eden is a few posts back (1.0.8 I think)