![]() |
|
[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 |
- abandonow - 2011-11-10 10:25 Yes, 32bit. (I have installed the linux-server package to utilize more than 4gb of ram) - neoflex - 2011-11-10 12:43 akezeke Wrote:@abandonow, @neoflex yep, 32 bits version of ubuntu also. 11.10 I have exactly the same kind of crash log : Code: 18:20:48 T:2966952816 DEBUG: spotifylog: bgthread OnStartup- mylssi - 2011-11-10 21:54 I'm encountering the same problem on 32bit Arch Linux with the latest libspotify. I ran gdb on it quickly and it seems to be segfaulting somewhere deep in libspotify. So the problem might be in the 32bit libspotify and not spotyxbmc2. I don't have all the debug symbols installed and last human readable function on the backtrace was "sp_session_process_events". Rolled back a few commits to the 9.1.32 compatible version and everything is running fine once again. - Tompen - 2011-11-11 14:04 I made spotyxbmc2 integration with openelec distribution. It is not and probably will not be included in the official openelec project. This is the relevant commit: http://github.com/tompen-/OpenELEC.tv/commit/c502f5c167873ff8838ea4425323d678104cc96f A small how-to compile is available in this thread: http://www.openelec.tv/forum/13-general-discussion/7010-spotify#15766 I have only tested i386 32bit Generic build and it seems to work fine. - soder - 2011-11-11 16:45 What does this mean? http://piclair.com/s0be8 I've uninstalled my old libspotify and installed the 10.0 version and then done all the steps for the upgrade. make clean git pull ./bootstrap ./configure make sudo make install What can I do about it? BTW, was my libspotify correct installed when it looked like this? http://piclair.com/odud1 /Söder - kooolkat357 - 2011-11-12 18:44 I've got this installed on my htpc running Win64, it runs just fine but when tyring to pause or stop a track in the playlist its just start over again from the beginning. Anybody else experiencing this? - spanishfry - 2011-11-12 22:09 I have a premium account but when I go to request an API Key, the spotify developers site won't accept my working spotify login. Any suggestions? - sgp01 - 2011-11-13 17:09 akezeke Wrote:I tried again today with a fresh built on a ubuntu 11.10 x64 and a windows 7 x64 system and I cant reproduce the problems you encountered, it works fine, no crash. Hi, I am on Ubuntu 10.04.03 32 bit and have exactly the same issue: Code: Core was generated by `/usr/local/lib/xbmc/xbmc.bin'.Code: Thread 1 (Thread 29892):- joymyr - 2011-11-14 07:32 sgp01 Wrote:Hi, I am on Ubuntu 10.04.03 32 bit and have exactly the same issue: I'm having the same problem on Ubuntu 10.04. Has anybody found a workaround yet? I found a similiar issue here: http://developer.spotify.com/blog/archives/2011/11/01/libspotify-10-is-available/ I'm going to try upgrading Ubuntu. - simplechords - 2011-11-15 00:16 Hey guys, quick questions. I understand that you need to compile this build with your spotify API key, but i was wondering why you could just have the system look for the API Key via a config file ( ie: have it pull the info from an entry in advancedsetttings.xml ) . Its not really practical if a full compile is needed for anyone what wants to use this. |