XBMC Community Forum
[WIP] XBMC + Spotify = True (an XBMC implementation that uses Spotify's official API) - Printable Version

+- XBMC Community Forum (http://forum.xbmc.org)
+-- Forum: Announcements, Info, and General Discussion (/forumdisplay.php?fid=85)
+--- Forum: XBMC General Discussion (/forumdisplay.php?fid=6)
+--- Thread: [WIP] XBMC + Spotify = True (an XBMC implementation that uses Spotify's official API) (/showthread.php?tid=67012)



- akezeke - 2011-06-24 09:10

That's weird, I'm sure you installed the 64 bit version of the lib. Did the lib install correct? No errors?


- Jackdaw - 2011-06-24 10:16

Yes to all.
I am using a minimal install, XBMCbuntu.
I will try later today on a full install to see if it works that way.


- Jackdaw - 2011-06-24 14:06

It worked for me on a full install.
I can't see what is missing on my minimal install. As I say I was able to compile with the old 0.03 version and instructions.


- tsint - 2011-06-27 19:31

This works fine for me except that it crashes when browsing playlists. Seems that the userdata passed to cb_imageLoaded contains corrupt data.


- akezeke - 2011-06-28 08:44

@tsint

Is it crashing every time? Is it also crashing if you have only playlists without local files?

I have made a small fix that hopefully solves it, it works for me even if I have local files in playlists.

Please try the updated version and report back.

/David


- Jackdaw - 2011-06-28 14:17

This compiled and installed on a Lucid 64 bit minimal install: http://wiki.xbmc.org/?title=XBMCbuntu
Many thanks for your efforts.


- tsint - 2011-06-28 18:54

@akezeke: same problem with the new version, both with and without local tracks.

As a workaround I just return from the method, no thumbnail is loaded but I can browse the playlist and playback also works.

This is the row that causes the seg fault:
Code:
129: fileName.Format("%s", item->GetExtraInfo());



- akezeke - 2011-06-28 19:10

tsint Wrote:@akezeke: same problem with the new version, both with and without local tracks.

As a workaround I just return from the method, no thumbnail is loaded but I can browse the playlist and playback also works.

This is the row that causes the seg fault:
Code:
129: fileName.Format("%s", item->GetExtraInfo());

Ok, Iĺl take a look at it tomorrow!


- akezeke - 2011-06-29 16:54

@tsint I am not able to reproduce the error you are seeing, I added a small fix that might solve it.

I have updated the visual studio 2010 files and added the needed files for making it work on windows!

I also created an addon that jumps to the spotyXBMC menu, it allows you to add spotyXBMC as a shortcut in the main menu. (it is not a spotify addon, simply a starter script)


- tsint - 2011-06-29 22:39

Thanks, but the fault remains. I will give it a try during the weekend, are you also using libspotify 0.0.8?