![]() |
|
[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) Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 |
- 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. 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? |