Awesome plugin!!
At least after I managed to get it running 8)
It seems when I had pyspotify installed (pyspotify-git from the archlinux AUR) those bindings conflicted with yours (both using the spotify module name), resulting in this import error:
Code:
19:48:55 T:2850487104 ERROR: Error Type: <type 'exceptions.ImportError'>
19:48:55 T:2850487104 ERROR: Error Contents: cannot import name albumbrowse
19:48:55 T:2925509440 DEBUG: Thread Background Loader 2925509440 terminating
19:48:55 T:2850487104 ERROR: Traceback (most recent call last):
File "/home/guano/.xbmc/addons/script.audio.spotimc/default.py", line 82, in <module>
from spotimcgui import main
File "/home/guano/.xbmc/addons/script.audio.spotimc/resources/libs/spotimcgui/__init__.py", line 28, in <module>
import windows
File "/home/guano/.xbmc/addons/script.audio.spotimc/resources/libs/spotimcgui/windows.py", line 24, in <module>
import views.newstuff
File "/home/guano/.xbmc/addons/script.audio.spotimc/resources/libs/spotimcgui/views/newstuff.py", line 23, in <module>
from spotimcgui.views import album
File "/home/guano/.xbmc/addons/script.audio.spotimc/resources/libs/spotimcgui/views/album.py", line 23, in <module>
from spotify import albumbrowse, session, track
ImportError: cannot import name albumbrowse
I couldn't find any reference to that error, so I thought I'd post it, of course, if you want to fix it that'd be awesome