Kodi Community Forum

Full Version: [RELEASE] Spotimc: Another Spotify music addon
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
(2013-11-19, 01:31)Knight77 Wrote: [ -> ]Sorry but where do I find " the lyrics script's settings page" ?

This issue only happens when lyrics are being displayed on the fullscreen view during playback. The addon's setting page can be found under System / Settings / Addons / Enabled Add-ons / Lyrics. Here navigate to the "Scrapers" settings tab and ensure "Check for embedded lyrics" is disabled.

If the problem is not related to lyrics addons then you may have encountered a new issue. If so, I would need a pastebin of a full debug log to further analyze what's going on with your setup.
(2013-11-20, 00:03)mazkolain Wrote: [ -> ]
(2013-11-19, 01:31)Knight77 Wrote: [ -> ]Sorry but where do I find " the lyrics script's settings page" ?

This issue only happens when lyrics are being displayed on the fullscreen view during playback. The addon's setting page can be found under System / Settings / Addons / Enabled Add-ons / Lyrics. Here navigate to the "Scrapers" settings tab and ensure "Check for embedded lyrics" is disabled.

If the problem is not related to lyrics addons then you may have encountered a new issue. If so, I would need a pastebin of a full debug log to further analyze what's going on with your setup.

Nope..I don't have that script. How do I get the debug log? Where do I post it?
LOVE this addon! Thank you!!!

Forgive me if it has been mentioned before, but is it possible to add multiple sign ins? My wife and me has different accounts and it would be nice to add multiple sign in + a "favouritable" shortcut to each remembered account.
(2013-11-25, 02:13)[Ad0] Wrote: [ -> ]LOVE this addon! Thank you!!!

Forgive me if it has been mentioned before, but is it possible to add multiple sign ins? My wife and me has different accounts and it would be nice to add multiple sign in + a "favouritable" shortcut to each remembered account.

would having seperate xbmc profiles work? might be worth looking into if this addon doesnt allow multiple accounts.
(2013-11-23, 15:57)Knight77 Wrote: [ -> ][...] How do I get the debug log? Where do I post it?
Try to reproduce the issue again, and hopefully all the required debug information will be printed out to the log file. Check the following link for the exact location of the file on your system, and send a pastebin of it:
http://wiki.xbmc.org/index.php?title=Log...d#Location
(2013-11-26, 21:19)mazkolain Wrote: [ -> ]
(2013-11-23, 15:57)Knight77 Wrote: [ -> ][...] How do I get the debug log? Where do I post it?
Try to reproduce the issue again, and hopefully all the required debug information will be printed out to the log file. Check the following link for the exact location of the file on your system, and send a pastebin of it:
http://wiki.xbmc.org/index.php?title=Log...d#Location

Here is the log

http://pastebin.com/XZEnArHY

Hope it can help
I'm so close to having this work on Boxeebox with XBMC, but hit a show stopper tonight. After starting the app for the first time, I get the error '"NoneType" object has no attribute "starts with"'.

Not sure what, if anything I can do at this point. It seems to be a duplicate of this issue. https://github.com/mazkolain/spotimc/issues/105

Running the following build...

xbmc13.alpha11.boxeebox2013.12.16.early_alpha2_b453696

If I can workaround this, I'll never need the stock Boxee UI again!

Thanks.
(2013-12-15, 18:09)Knight77 Wrote: [ -> ]Here is the log

http://pastebin.com/XZEnArHY

Hope it can help
Thanks for the log file. From the timestamps for each log entry I can see that there are some delay issues when the file is requested on your setup. On line 326 is where it first starts to request the track, but on line 348 (more than 10 seconds later) it seems that it's still requesting for that file. Playback will usually fail if requests don't complete on a five second time frame (or even less).

I would first try updating XBMC (from the log file I noticed you are on 12.0), but at the time of writing 12.2 was released long ago (which includes updates that may change the previous behavior).

If it does not fix the issue, I would try enabling debug logging and sending a new log file. Turning on debug logging will generate more verbose log files, and it may shed some light on what's going on on your setup. Check here to learn how to turn on debug logging:
http://wiki.xbmc.org/index.php?title=Set...#Debugging

(2013-12-17, 07:19)gonesurfing Wrote: [ -> ]I'm so close to having this work on Boxeebox with XBMC, but hit a show stopper tonight. After starting the app for the first time, I get the error '"NoneType" object has no attribute "starts with"'.

Not sure what, if anything I can do at this point. It seems to be a duplicate of this issue. https://github.com/mazkolain/spotimc/issues/105

Running the following build...

xbmc13.alpha11.boxeebox2013.12.16.early_alpha2_b453696

If I can workaround this, I'll never need the stock Boxee UI again!

Thanks.
Platform detection for Unix based OS's has flaws on Spotimc 1.0-beta4, and it received some fixes recently. These updates are not yet released, but you can try setting up the latest development codeline and see if it works:
https://github.com/mazkolain/spotimc/wik...evelopment
(2013-12-17, 21:18)mazkolain Wrote: [ -> ]Platform detection for Unix based OS's has flaws on Spotimc 1.0-beta4, and it received some fixes recently. These updates are not yet released, but you can try setting up the latest development codeline and see if it works:
https://github.com/mazkolain/spotimc/wik...evelopment

Followed the directions on the development page. Starting Spotimc, things seem to be launching but then I get LibSpotifyError unable to open trace file. xvmc.log looks normal until this point.

Code:
20:58:50 T:2988440464   ERROR: Traceback (most recent call last):
20:58:50 T:2988440464   ERROR:   File "/tmp/mnt/C40B-1E06/portable_data/addons/script.audio.spotimc/resources/libs/spotimcgui/main.py", line 500, in main
20:58:50 T:2988440464   ERROR:     gui_main(__addon_path__)
20:58:50 T:2988440464   ERROR:   File "/tmp/mnt/C40B-1E06/portable_data/addons/script.audio.spotimc/resources/libs/spotimcgui/main.py", line 384, in gui_main
20:58:50 T:2988440464   ERROR:     initially_unload_playlists=False,
20:58:50 T:2988440464   ERROR:   File "/tmp/mnt/C40B-1E06/portable_data/addons/script.audio.spotimc/resources/libs/pyspotify-ctypes/src/spotify/session.py", line 311, in __init__
20:58:50 T:2988440464   ERROR:     spotify.handle_sp_error(err)
20:58:50 T:2988440464   ERROR:   File "/tmp/mnt/C40B-1E06/portable_data/addons/script.audio.spotimc/resources/libs/pyspotify-ctypes/src/spotify/__init__.py", line 21, in handle_sp_error
20:58:50 T:2988440464   ERROR:     raise LibSpotifyError(msg)
20:58:50 T:2988440464   ERROR: LibSpotifyError: Unable to open trace file
SpotiMC noob here.
Saw a news article yesterday indicating an which allows non-premium accounts to play radio stations (on Android).
Will it be possible to do so with SpotiMC? Perhaps it's a feature for down-the-road? regards.
Hi. Spotlite for windows 8 works for free users.

It uses different libs? Recently they removed some restrictions to their service.. maybe we can get spotimc work for free users?
(2013-12-17, 21:18)mazkolain Wrote: [ -> ]
(2013-12-15, 18:09)Knight77 Wrote: [ -> ]Here is the log

http://pastebin.com/XZEnArHY

Hope it can help
Thanks for the log file. From the timestamps for each log entry I can see that there are some delay issues when the file is requested on your setup. On line 326 is where it first starts to request the track, but on line 348 (more than 10 seconds later) it seems that it's still requesting for that file. Playback will usually fail if requests don't complete on a five second time frame (or even less).

I would first try updating XBMC (from the log file I noticed you are on 12.0), but at the time of writing 12.2 was released long ago (which includes updates that may change the previous behavior).

If it does not fix the issue, I would try enabling debug logging and sending a new log file. Turning on debug logging will generate more verbose log files, and it may shed some light on what's going on on your setup. Check here to learn how to turn on debug logging:
http://wiki.xbmc.org/index.php?title=Set...#Debugging

(2013-12-17, 07:19)gonesurfing Wrote: [ -> ]I'm so close to having this work on Boxeebox with XBMC, but hit a show stopper tonight. After starting the app for the first time, I get the error '"NoneType" object has no attribute "starts with"'.

Not sure what, if anything I can do at this point. It seems to be a duplicate of this issue. https://github.com/mazkolain/spotimc/issues/105

Running the following build...

xbmc13.alpha11.boxeebox2013.12.16.early_alpha2_b453696

If I can workaround this, I'll never need the stock Boxee UI again!

Thanks.
Platform detection for Unix based OS's has flaws on Spotimc 1.0-beta4, and it received some fixes recently. These updates are not yet released, but you can try setting up the latest development codeline and see if it works:
https://github.com/mazkolain/spotimc/wik...evelopment

Nope...updated to 12.2 and still the music goes mute after 5 secs exactly.

Here the debug log http://pastebin.com/2W2DdyMe
Hi all,

I just installed SpotiMC on my Apple TV 1st gen and get a failure when the add on wants to start. I'm on XMBC Eden, confluence skin.

Do you know how to fix this?

Thx

Andy
Anyone have an alternate link where I can download beta 4? The link on azkotoki.org is broken.
(2014-01-12, 04:59)underthewall Wrote: [ -> ]Anyone have an alternate link where I can download beta 4? The link on azkotoki.org is broken.
The problem with the beta4 download link is already fixed.