![]() |
|
[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 114 |
Facebook spotify account -> get a device username - jonnyara - 2012-02-16 16:16 Ovvovy Wrote:Hi I had this problem, and the solution was to get a device username and password. If you have a premium account, you can do that here: https://www.spotify.com/uk/help/faq/devices/connect-devices/ Xbmc Eden beta3 with spotyXBMC2 - alex84 - 2012-02-16 20:17 Hi i just want to to share that i took the plunge to install XBMCbuntu "Eden beta3" today. After following the instructions found here i got XBMC Eden 11.0 beta3 working with spotyxbmc2 ![]() A quick howto what i have done, all found in the link above. All credits to akezeke. I used xbmc-Eden_beta3-xbmcbuntu.iso After the installation of the above, start by login with an ssh client like putty to your new installed XBMCbuntu box. 1: Code: wget http://developer.spotify.com/download/libspotify/libspotify-10.1.16-Linux-i686-release.tar.gz2: Code: tar xzf libspotify-10.1.16-Linux-i686-release.tar.gz3: Code: cd libspotify-10.1.16-Linux-i686-release4: Code: sudo make install prefix=/usr/local5: Code: sudo apt-get install git-core6: Code: cd ..7: Code: git clone git://github.com/akezeke/spotyxbmc2.git8: Code: cd spotyxbmc29: Goto this link Login with you Spotify "Premium Account" And create your app-key. Click on the c-code and copy the contents to appkey.h. Place the file in the /home/xbmc/spotyxbmc2 directory. 10: Code: sudo apt-get install git-core make g++ gcc gawk pmount libtool nasm yasm automake cmake gperf zip unzip bison libltdl-dev libsdl-dev libsdl-image1.2-dev libsdl-gfx1.2-dev libsdl-mixer1.2-dev libfribidi-dev liblzo2-dev libfreetype6-dev libsqlite3-dev libogg-dev libasound2-dev python-sqlite libglew-dev libcurl3 libcurl4-gnutls-dev libxrandr-dev libxrender-dev libmad0-dev libogg-dev libvorbisenc2 libsmbclient-dev libmysqlclient-dev libpcre3-dev libdbus-1-dev libhal-dev libhal-storage-dev libjasper-dev libfontconfig-dev libbz2-dev libboost-dev libenca-dev libxt-dev libxmu-dev libpng-dev libjpeg-dev libpulse-dev mesa-utils libcdio-dev libsamplerate-dev libmpeg3-dev libflac-dev libiso9660-dev libass-dev libssl-dev fp-compiler gdc libmpeg2-4-dev libmicrohttpd-dev libmodplug-dev libssh-dev gettext cvs python-dev libyajl-dev libboost-thread-dev libplist-dev libusb-dev libudev-dev autopoint11: Code: ./bootstrap12: Code: ./configure13: Code: make14: Code: sudo make install15: Code: sudo reboot now16: goto music --> files. add an music source. when done chose to "scan to library" 17: goto music --> addons. check spotyXBMC. enable plugin and enter username and password. 18: reboot system Now enjoy XBMCbuntu Eden 11.0 Beta3 with spotyxbmc2 Win 7 64 margo pvr build eden + spoty? - mj_mj_mj - 2012-02-17 10:14 Hi guys! Have been using XBMC for a year and have so far managed to buy three new computers and set it up a bit everywhere. I use the margro pvr built so I can see live tv. The question is - can I somehow add the spotify functionality without removing the pvr build? Tried all sorts of things, any ideas or help would be greatly appreciated. Win 7 64 bits. Margro Eden Pvr build. - hotlobster - 2012-02-19 13:59 You can use this git repo.It's a merge between pvr & spotyxbxmc2 edit: forgot the link: https://github.com/dtony/xbmc-pvr-spotify - antagon - 2012-02-19 14:13 Got this running on Openelec. Fantastic work Akezeke! - Tarantin0 - 2012-02-19 14:36 Will this be added as a plugin in any time soon`? Most say I love it, but for me, a non "geek", it's a bit hard to get it working on the latest version of XBMC. Tested the Beta1 with Spotify slipped in. Nice stuff. - nojstevens - 2012-02-19 15:29 antagon Wrote:Got this running on Openelec. Fantastic work Akezeke! Hi - what process did you use to get theis working on OpenElec - would really like to get this working but of course, can't 'build' on OE Jon - Tompen - 2012-02-19 17:09 nojstevens Wrote:Hi - what process did you use to get theis working on OpenElec - would really like to get this working but of course, can't 'build' on OEhttp://openelec.tv/forum/13-general-discussion/7010-spotify#15766 - eversteegt - 2012-02-20 09:54 hotlobster Wrote:You can use this git repo.It's a merge between pvr & spotyxbxmc2 Which git repo?
- lokikameoleon - 2012-02-21 04:18 fairtekservices Wrote:I will be working on verions for Mac, iOS, and ATV as well. Hopefully I can get the ATV version out for the user above to test out. Fairtekservices, Has there been an update for the Mac version? I'd be willing to test for you if necessary
|