![]() |
|
[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 |
Spotify Add on - dallasnights - 2011-12-04 19:07 YES has anyone devleoped a true plugin that works on ATV yet please let us know Spikey1989 Wrote:Hi all! - MagicMicky - 2011-12-04 19:14 Hi there ! First of all, thank you for spotyxbmc, this is really awesome ! Spotify on your TV is really an awesome feature ![]() I was just wondering, if I want to update spotyxbmc, do i just have to compile the last version ? Won't this erase some parameters or something ? And, with spotyxbmc updates, would I also update xbmc version ? Cause some things are kinda buggy sometimes. Thanks for your answers - akezeke - 2011-12-04 19:46 jmarcet Wrote:Hi, Hi, I tried to reproduce your problem, and succeeded when I enabled crossfade between songs. So for now... just disable crossfade and let me now if that helps. Not really a solution for the problem but maybe a cure for the symptoms. That will do for now. /David - akezeke - 2011-12-04 19:48 MagicMicky Wrote:Hi there ! Yes, to update you need to recompile the latest version, and yes, it will also update XBMC to the latest git version from the master branch. I don't think it will erase your parameters. The settings and library stays. - jmarcet - 2011-12-04 21:32 akezeke found a workaround for the issue: disabling song crossfading. github.com/akezeke/spotyxbmc2/issues/12 - oro2 - 2011-12-05 20:21 I have a question. Regardless of when XBMC will support binary addons and make it possible to make an addon of spotyxbmc2: When do you think it will be possible to release a pre-compiled fork of XMBC with spotyxbmc2, without the user having to complile it with it's own appliaction key? Why can other 3rd party Spotify applications, like the Boxee addon do this? - Tompen - 2011-12-05 23:00 I get compile problems on Windows: xbmc\music\spotyXBMC\album\SxAlbum.cpp(78): error C2057: expected constant expression ..\..\xbmc\music\spotyXBMC\album\SxAlbum.cpp(78): error C2466: cannot allocate an array of constant size 0 ..\..\xbmc\music\spotyXBMC\album\SxAlbum.cpp(78): error C2133: 'tracks' : unknown size - akezeke - 2011-12-05 23:53 Tompen Wrote:I get compile problems on Windows: Pushed a fix now! Hopefully not breaking linux build :/ How did you do?? - klyka - 2011-12-06 03:13 mullcom Wrote:great!!!! I have spotify in XBMC now I have the same problem as you had, but i dont understand how you solved it? Can you please explain to an dumb swede?
- sidetaske - 2011-12-07 11:15 The old SpotyXBMC was based on a very early libspotify and when implemented it would be the coolest thing in the world for about 1 hour. Then memory leaks and different bugs would cause it to freeze up and/or crash. I abandoned the spotify solution about 8 months ago because of this. The new version seems very stable... I would be happy to share my patched version, but i don't know how to... you still have to build it yourself however and the solution mentioned here seems a lot easier than my solution. |