• 1
  • 21
  • 22
  • 23(current)
  • 24
  • 25
  • 67
[RELEASE] Spotimc: Another Spotify music addon
This looks great! But I'm also getting script errors when starting the plugin

Thanks!
Reply
Exclamation 
When I try to play a song in XBMCbuntu with this plugin, I got tons of these errors in the log-file:

Code:
22:27:38 T:16168720 WARNING: FillBuffer: curl failed with code 22
22:27:38 T:16168720   ERROR: CFileCurl::CReadState::Open, didn't get any data from stream.
22:27:38 T:16168720   ERROR: Open - failed to open source <http://127.0.0.1:8081/track/3wwt69cznZoD8sTWUWJDPS.wav?idx=1|X-Spotify-Token=992d68
1bc2919a2bf8b85438f54f19ef99ef98af&User-Agent=Spotimc%2F1.0-beta1+%28XBMC%2F11.0+Git%3AUnknown%29>

In between I also get errors like:

Code:
22:27:56 T:16168720   ERROR: ADPCMCodec: error opening file http://127.0.0.1:8081/track/13K5OiQnLiD54PljxXIUKB.wav?idx=26|X-Spotify-Token=992d
681bc2919a2bf8b85438f54f19ef99ef98af&User-Agent=Spotimc%2F1.0-beta1+%28XBMC%2F11.0+Git%3AUnknown%29!

22:27:58 T:16168720   ERROR: CAudioDecoder: Unable to Init Codec while loading file http://127.0.0.1:8081/track/1cTIkQUcWtwooj2rDcNB5n.wav?idx
=28|X-Spotify-Token=992d681bc2919a2bf8b85438f54f19ef99ef98af&User-Agent=Spotimc%2F1.0-beta1+%28XBMC%2F11.0+Git%3AUnknown%29
22:27:58 T:16168720   ERROR: Playlist Player: skipping unplayable item: 28, path [http://127.0.0.1:8081/track/1cTIkQUcWtwooj2rDcNB5n.wav?idx=2
8|X-Spotify-Token=992d681bc2919a2bf8b85438f54f19ef99ef98af&User-Agent=Spotimc%2F1.0-beta1+%28XBMC%2F11.0+Git%3AUnknown%29]

I have tried it with the skins Aeon Nox and Confluence.
As we can see from the log here, it tries to request a localhost-URL.
Only problem is that I'm not running something on port 8081 @localhost.

I'm running XBMC through a proxy on my local net, if that could help you guys.

Someone know a quickfix for this?[/code]
Reply
I also get a script error when trying to start the addon on my ATV1. Isn't that just due to the known problem with OSX 10.4. At least my log file looks a lot like the posts on that issue.
Reply
Big Grin 
You are my friking hero!
Reply
Just tried your addon. I had no problems at all and it worked very good... (fast, reliable, etc... on Asus EEE PC with XBMC Live on Ubuntu). I like the simple style (like Metro or Modern UI). Maybe you should use a solid green (without gradient) header... And it would be cool to have the possibility to add an album as playlist. Very good addon, where to donate?
Reply
(2012-09-02, 17:18)fableman Wrote: I have the latest nightly build on xbmc and then I installed this addon but nothing shows up in the addon no search, no nothing. I only see the logo and meny but nothing else.
I tried to reinstall The normal version of eden but still same error. DHO!

OS:win7
I would like to see the log file this issue produces. This is a similar issue reported previously, but I was unable to gather enough information to reproduce it.

(2012-09-02, 21:16)Tolriq Wrote: Hi I'm the dev of Yatse (see sign), and effectively you correctly set the thumb information for the playlist but strangely the info is not set for currently playing item.

Here's the result send by Xbmc :

Quote:2012-09-02 11:39:08.423 Verbose/JsonRpc: e.b@242: Response : [{"id":2,"jsonrpc":"2.0","result":{"audiostreams":[],"canseek":true,"currentaudiostream":{"bitrate":1411200,"channels":2,"codec":"WAV"},"currentsubtitle":null,"partymode":false,"percentage":22.610687255859375,"playlistid":0,"position":0,"repeat":"all","shuffled":false,"speed":1,"subtitleenabled":false,"subtitles":[],"time":{"hours":0,"milliseconds":240,"minutes":0,"seconds":59},"totaltime":{"hours":0,"milliseconds":0,"minutes":4,"seconds":22},"type":"audio"}},{"id":3,"jsonrpc":"2.0","result":{"item":{"album":"Sympathy For The Download 00","albumartist":"","artist":"The Walkmen","fanart":"special://masterprofile/Thumbnails/Music/Fanart/9b4468f2.tbn","file":"http://127.0.0.1:8080/track/3HFbtkED52w1dOqHgGXbgu.wav?idx=0|X-Spotify-Token=13e5626fdc2abc814a5b457cb7e2141f51969e45&User-Agent=Spotimc%2F1.0-beta1+%28XBMC%2F12.0-ALPHA3+Git%3A20120621-858a0a0%29","genre":"","label":"The Rat","rating":51,"thumbnail":"","title":"The Rat","track":3,"type":"song","year":0}}}]

As you can see thumbnail is empty.
Mmm, will have to look if it's related to local proxy server issues.

BTW, I'm totally unaware of how XBMC and remotes talk each other, so how do you get back the provided image? XBMC sends back a full path (presumably the full url of the image), or you get the cached image's id that can be fetched later by querying a specific json method?

Quote:
(2012-09-05, 16:37)billchase2 Wrote: Hello, new member here. I've used XBMC on my original Apple TV 160 GB for a couple of years now, but recently reformatted and started from scratch. I have installed many add-ons and am refreshing my memory on how all of this works.

My question: how do I get this to work on my ATV 1? I've read that it works on the first generation, but it won't connect for me. I'm at work right now so if I need to include more info on the error, I can do that later.

Thanks!
(2012-09-06, 13:26)mikseymono Wrote: I'm in the same boat as billchase2....

seems a great addon, but it just won't work for me, keep getting script errors....

Cheers,

M
(2012-09-08, 10:17)cledus Wrote: This looks great! But I'm also getting script errors when starting the plugin

Thanks!
(2012-09-10, 17:00)Nicho75 Wrote: I also get a script error when trying to start the addon on my ATV1. Isn't that just due to the known problem with OSX 10.4. At least my log file looks a lot like the posts on that issue.
If you are using OSX 10.5 or below, try upgrading to at least 10.6.x. The underlying libspotify library seems to require 10.6+.

(2012-09-06, 21:16)Varazir Wrote: Can you pre start the proxy server to quicken up the upstart of the script/addon?
The proxy server startup is deferred to a background thread, so overall startup won't get a significant performance hit from that component. The most time consuming operation is the skin patching process, which requires a skin reload, and sadly can't be avoided currently.

(2012-09-08, 22:38)orrie Wrote: When I try to play a song in XBMCbuntu with this plugin, I got tons of these errors in the log-file:

Code:
22:27:38 T:16168720 WARNING: FillBuffer: curl failed with code 22
22:27:38 T:16168720   ERROR: CFileCurl::CReadState::Open, didn't get any data from stream.
22:27:38 T:16168720   ERROR: Open - failed to open source <http://127.0.0.1:8081/track/3wwt69cznZoD8sTWUWJDPS.wav?idx=1|X-Spotify-Token=992d68
1bc2919a2bf8b85438f54f19ef99ef98af&User-Agent=Spotimc%2F1.0-beta1+%28XBMC%2F11.0+Git%3AUnknown%29>

In between I also get errors like:

Code:
22:27:56 T:16168720   ERROR: ADPCMCodec: error opening file http://127.0.0.1:8081/track/13K5OiQnLiD54PljxXIUKB.wav?idx=26|X-Spotify-Token=992d
681bc2919a2bf8b85438f54f19ef99ef98af&User-Agent=Spotimc%2F1.0-beta1+%28XBMC%2F11.0+Git%3AUnknown%29!

22:27:58 T:16168720   ERROR: CAudioDecoder: Unable to Init Codec while loading file http://127.0.0.1:8081/track/1cTIkQUcWtwooj2rDcNB5n.wav?idx
=28|X-Spotify-Token=992d681bc2919a2bf8b85438f54f19ef99ef98af&User-Agent=Spotimc%2F1.0-beta1+%28XBMC%2F11.0+Git%3AUnknown%29
22:27:58 T:16168720   ERROR: Playlist Player: skipping unplayable item: 28, path [http://127.0.0.1:8081/track/1cTIkQUcWtwooj2rDcNB5n.wav?idx=2
8|X-Spotify-Token=992d681bc2919a2bf8b85438f54f19ef99ef98af&User-Agent=Spotimc%2F1.0-beta1+%28XBMC%2F11.0+Git%3AUnknown%29]

I have tried it with the skins Aeon Nox and Confluence.
As we can see from the log here, it tries to request a localhost-URL.
Only problem is that I'm not running something on port 8081 @localhost.

I'm running XBMC through a proxy on my local net, if that could help you guys.

Someone know a quickfix for this?
Spotimc starts an embedded proxy service that acts as a bridge between libspotify and XBMC. This service will start listening on the first free port on the 8080-8089 range.

Check if you have some kind of firewall rule or system policy that prevents XBMC from connecting to the local service. If that's the case you probably won't be able to see any album covers, as they are also queried to this proxy service.

(2012-09-11, 11:50)essaym Wrote: You are my friking hero!
Thanks for your support!

(2012-09-11, 14:27)rsuter Wrote: Just tried your addon. I had no problems at all and it worked very good... (fast, reliable, etc... on Asus EEE PC with XBMC Live on Ubuntu). I like the simple style (like Metro or Modern UI). Maybe you should use a solid green (without gradient) header... And it would be cool to have the possibility to add an album as playlist. Very good addon, where to donate?

I'm deferring all feature additions and changes after 1.0 final. Also, I'll may setup a donation option after this release.

Oh, and as an anecdote, here's how Spotimc's header looked on pre-alpha days. It almost burnt my eyes:
https://github.com/mazkolain/spotimc/blo...der-bg.png

Anyway, thanks for the feedback!
Reply
Plugin is working great here,much better then the Grooveshark pluginSmile. Does anyone know if its possible to control the plugin with a remote app on my android? Would be perfect if i could search,select,start & stop songs from my android phone and play/queue them on my XBMC machine.
Reply
> If you are using OSX 10.5 or below, try upgrading to at least 10.6.x. The underlying libspotify library seems to require 10.6+.

I didn't know this was possible on the ATV 1? I use ATV Flash on it. Is there an older version of the spotify library that might still work?
Reply
Hey guys - brand new XBMCer. Just set up Eden on Acer Revo running Windows 7. I just Installed Spotimc, works/looks great.

The only issue is that I have trouble navigating the playlist tab with my keyboard. As I scroll down through my playlists, it resets and sends me back to the top of the list. Not sure if this is due to a glitch in the plug-in or what...

Great work, let us know when a stable build is out!
Reply
(2012-09-11, 21:27)mazkolain Wrote: I'm deferring all feature additions and changes after 1.0 final. Also, I'll may setup a donation option after this release.

Oh, and as an anecdote, here's how Spotimc's header looked on pre-alpha days. It almost burnt my eyes:
https://github.com/mazkolain/spotimc/blo...der-bg.png

Anyway, thanks for the feedback!

thank you once again for looking into the remote image issue. i've posted your inquiry to Tolriq and if he has any information pertaining to the issue i'm sure he'll be as amazingly responsive as always. :]

definitely looking forward to sending you a few bottles/cases of your beverage of choice if you do decide to get the donation option set up! the least we could all do! ;D

and while i definitely prefer the current header, i kind of like that one! lol it is a tad bit harsh though! :p
Reply
Quote:Mmm, will have to look if it's related to local proxy server issues.

BTW, I'm totally unaware of how XBMC and remotes talk each other, so how do you get back the provided image? XBMC sends back a full path (presumably the full url of the image), or you get the cached image's id that can be fetched later by querying a specific json method?

The way to get images is different in Eden and Frodo.

In Eden the thumbnail should contain the local cache value like special://....... that remote then get from vfs who permit direct access to this.
In Frodo they now use a special image:// handler that will check the thumb database to send the corresponding cached image.
Reply
(2012-08-21, 18:28)mazkolain Wrote: After watching the videos it seems that Spotimc was unable to write to the first skin (and therefore install include defs.), which is strange since there's a check to verify that the skin is writable. Which OS were you using? Spotimc had some issues on Win7, but they where fixed long ago.

Ubuntu 12.04.
Reply
(2012-09-14, 17:03)Nicho75 Wrote: > If you are using OSX 10.5 or below, try upgrading to at least 10.6.x. The underlying libspotify library seems to require 10.6+.

I didn't know this was possible on the ATV 1? I use ATV Flash on it. Is there an older version of the spotify library that might still work?

Wondering the same thing...
Reply
Sorry for asking if it has been discuss earlier, but is it only for Premium members of spotify plugin works ?
Because as a free member I havent been able to login
Reply
(2012-09-19, 09:07)mbm1000 Wrote: Sorry for asking if it has been discuss earlier, but is it only for Premium members of spotify plugin works ?
Because as a free member I havent been able to login

Yes, this is only available to premium users. Buy a premium subscription, it's not that much money for that much free music.
Reply
  • 1
  • 21
  • 22
  • 23(current)
  • 24
  • 25
  • 67

Logout Mark Read Team Forum Stats Members Help
[RELEASE] Spotimc: Another Spotify music addon32