[RELEASE] Spotimc: Another Spotify music addon

  Thread Rating:
  • 29 Votes - 4.72 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
mazkolain Offline
Member
Posts: 82
Joined: Mar 2012
Reputation: 12
Post: #181
(2012-05-21 08:34)CaMeX Wrote:  That sounds very nice...
How to remove until it is fixed??
Just disable crossfade Cool

Leaving jokes apart, it's the only possible fix for now. There are some issues on the track streaming code that prevent crossfade from working properly. As said, stay tuned for the next release!
find quote
guano Offline
Junior Member
Posts: 6
Joined: Oct 2010
Reputation: 0
Post: #182
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 Smile
find quote
frieten Offline
Senior Member
Posts: 256
Joined: Jun 2009
Reputation: 2
Post: #183
will this work with the new spotify australia that was released today? OH im so excited to be using spotify in australia now! i hope it works i want this working on XBMC!!

[Image: widget]
find quote
mazkolain Offline
Member
Posts: 82
Joined: Mar 2012
Reputation: 12
Post: #184
(2012-05-21 20:34)guano Wrote:  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:
[...]
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 Smile
First of all, thanks for reporting! Probably this issue was related to some strange problems with other libraries (CherryPy for example), so they should also be fixed now.

I committed a fix for this issue on the github repo. The fix consists in prepending paths instead of appending them, so python sees them before the system ones:
https://github.com/mazkolain/spotimc/com...ad041b879b

(2012-05-22 00:35)frieten Wrote:  will this work with the new spotify australia that was released today? OH im so excited to be using spotify in australia now! i hope it works i want this working on XBMC!!
The addon should be usable from any country, as long as you are able to sign up to the service from yours. The only requirement to use the addon is a premium Spotify subscription.
find quote
guano Offline
Junior Member
Posts: 6
Joined: Oct 2010
Reputation: 0
Post: #185
The fix works like a charm, thanks!
find quote
SKIBBE Offline
Junior Member
Posts: 35
Joined: Apr 2012
Reputation: 0
Post: #186
just switched from windows to XBMCbuntu, and there is a major problem, when i try to start a track XBMC restarts every time Sad

any idea why?


I think i solved it, broken alsa driver from nowhere Sad
(This post was last modified: 2012-05-26 11:13 by SKIBBE.)
find quote
quantocks Offline
Junior Member
Posts: 10
Joined: Apr 2012
Reputation: 0
Post: #187
anyone got this working with the Australian spotify that just launched ?
find quote
Varazir Online
Junior Member
Posts: 37
Joined: Nov 2009
Reputation: 0
Post: #188
(2012-05-26 13:36)quantocks Wrote:  anyone got this working with the Australian spotify that just launched ?

Should work the same but you need to buy premium account
find quote
teddyrukspin Offline
Junior Member
Posts: 1
Joined: May 2012
Reputation: 0
Post: #189
The spotify addon works perfectly Smile

thx
find quote
Rumik Offline
Senior Member
Posts: 299
Joined: Nov 2010
Reputation: 0
Post: #190
Been waiting a loooong time for a spotify addon Smile Will try it, thanks! Big Grin

[Image: watched-fanart.jpg]
find quote
Post Reply