![]() |
|
[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 |
- joymyr - 2011-11-15 09:31 Quote:I'm going to try upgrading Ubuntu. Seems like the latest version of libspotify doesn't work with Ubuntu 10.04. Luckily it works with 11.10. However, I tried to recompile to enable VDPAU, but god stuck with this during make: cd obj && ar rc libdvdread.a dvd_input.o dvd_reader.o dvd_udf.o ifo_print.o ifo_read.o md5.o nav_print.o nav_read.o bitreader.o cd obj && ranlib libdvdread.a sed -e 's,@prefix@,/usr/local,' -e 's,@exec_prefix@,/usr/local,' -e 's,@libdir@,/usr/local/lib,' -e 's,@includedir@,/usr/local/include,' -e 's,@VERSION@,4.1.3,' misc/dvdread.pc.in > obj/dvdread.pc make[2]: Leaving directory `/home/jon/spotyxbmc2/spotyxbmc2/lib/libdvd/libdvdread' make -C libdvdnav make[2]: Entering directory `/home/jon/spotyxbmc2/spotyxbmc2/lib/libdvd/libdvdnav' make[2]: *** No rule to make target `/usr/include/bits/predefs.h', needed by `dvdnav.o'. Stop. make[2]: Leaving directory `/home/jon/spotyxbmc2/spotyxbmc2/lib/libdvd/libdvdnav' make[1]: *** [libdvdnav] Error 2 make[1]: Leaving directory `/home/jon/spotyxbmc2/spotyxbmc2/lib/libdvd' make: *** [dvdpcodecs] Error 2 Any ideas? - soder - 2011-11-15 09:34 joymyr Wrote:Seems like the latest version of libspotify doesn't work with Ubuntu 10.04. Luckily it works with 11.10. Is that the problem for me to? http://piclair.com/s0be8 That libspotify doesn't work on 10.04? /Söder - joymyr - 2011-11-15 09:58 soder Wrote:Is that the problem for me to? http://piclair.com/s0be8 No, it was a runtime-exception. You're having a compile error. I don't know what it means. - akezeke - 2011-11-15 10:00 I have not found what causes the failure on 32 bit Linux, however I have set the tracefile to be NULL stopping libspotify to print out a massive log to a unspecified file somewhere in the filesystem that might have caused problems. I have also fixed the error logging so please try again and report back what the log says when the session fails to be created. The codebase is also merged with the latest commits from xbmc again hopefully resolving the vdpau problems encountered. /David - akezeke - 2011-11-15 10:03 simplechords Wrote: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. The reason that users have to compile is not because of the key, the licenses are incompatible thats why. - soder - 2011-11-15 10:11 joymyr Wrote:No, it was a runtime-exception. akezeke tells me that it has to do with that I have "leftovers" from libspotify 9, but I'm sure that I've removed all the old libspotify before I've installed libstpofity 10. Don't know that to do... =/ /Söder - joymyr - 2011-11-15 15:39 akezeke Wrote:I have not found what causes the failure on 32 bit Linux, however I have set the tracefile to be NULL stopping libspotify to print out a massive log to a unspecified file somewhere in the filesystem that might have caused problems. Thanks. That solved my problem
- joymyr - 2011-11-15 19:50 The top 100 lists doesn't list any items. Is there something I have to do to make it work? - kooolkat357 - 2011-11-15 22:03 Quick question, if I install the latest nightly pre-eden, will spotify still work or will a new install remove it? - neoflex - 2011-11-15 23:45 akezeke Wrote:I have not found what causes the failure on 32 bit Linux, however I have set the tracefile to be NULL stopping libspotify to print out a massive log to a unspecified file somewhere in the filesystem that might have caused problems. solved it for me to. Thanks a lot ![]() BTW, do you still plan to add the possibility to "star" an album or a song within XBMC? |