![]() |
|
[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-29 22:53 tsint Wrote:Thanks, but the fault remains. I will give it a try during the weekend, are you also using libspotify 0.0.8? Yes, on windows7 64 and ubuntu 11.04 64. That would be great if you could find why this is happening. - Jackdaw - 2011-06-30 10:31 @akezeke I can see my Spotify playlists but when I open them they are empty. I don't know whether anyone else has this problem. - tsint - 2011-06-30 12:28 Jackdaw Wrote:@akezekeThat also happens to me, I need to restart XBMC 1-2 times and then it is working again. - neoflex - 2011-06-30 22:00 Thanks a lot for this spotify integration! I love it except that it is the same for me, playlists appear but are blanks, no tracks. I am also not sure about something. It's possible to add a spotify album to your xbmc library. I love this functionality but I am affraid that I would lost everything after performing a clean library. Is there a way to avoid those albums to disapear? - akezeke - 2011-06-30 22:30 The playlist issue is weird, obviously I have done something wrong but I just don't get it, spotify is reporting the playlists to be loaded but sometimes they are not anyway... I will dig deeper in to this the next couple of days. @neoflex That is a known issue, I tried to solve it once but I will take a look at the clean library code again and see if I can exclude spotify albums from removal. shouldn't be that hard. - akezeke - 2011-07-01 08:36 @neoflex Fixed the issue with library clean. Now the spotify albums stays! I also moved all the settings away from advancedsettings and into the addon! /David - fuzzic - 2011-07-01 09:19 @akezeke: Thumbs up! Great work! I do not currently have a XBMC setup (in the process of moving) but I'm thinking about getting a Apple TV with XBMC. Will this work? And is the installation procedure the same as with XBMC Live/Ubuntu? - neoflex - 2011-07-01 14:20 akezeke Wrote:@neoflex thanks a lot! that's great! do you had any idea about the empty playlists problem? do you think it comes from a bug within the libspotify? - zmalex - 2011-07-02 16:20 @Akezeke: Could you add new builds to https://github.com/akezeke/spotyxbmc/downloads? Also have you tried this for ATV2? I would very much like a ATV2 build but I don't own a mac so I can't build it myself. :/ - oBey - 2011-07-02 17:53 Hi Could someone maby write a step by step how to install from minimal ubuntu to finnished install with drivers and autostarting xbmc. I managed to compile it but never start it, it just booted the normal xbmc, and not the spotify one. |