![]() |
|
[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 |
- tsint - 2011-10-09 13:42 Ri4h5ar88 Wrote:Do you have any plans to integrate spotify playlists?What do you mean? You find your Spotify playlists under the normal XBMC Playlist folder. - mullcom - 2011-10-09 20:41 28. Double-click the file named BuildSetup.bat 1. This is where actual software developers may have a dissenting opinion, saying that it is not necessary to run this after going through the previous steps. Again, I am including this because these are the “exact” steps I followed to successfully get Spotify working with XBMC. 29. Wait for the script to finish I get this messege ![]() "I look in the folder and can not find a .exe file" - Tompen - 2011-10-09 21:59 mullcom: Run DownloadBuildDeps.bat in "path\to\xbmc\project\BuildDependencies" (Avoid spaces in the path to the XBMC code directory. The batch file doesn't like them at the moment.) Wait until the bat-file is complete Run DownloadMingwBuildEnv.bat in "path\to\xbmc\project\BuildDependencies" Wait until the bat-file is complete Now you can run buildsetup again. Hopefully it will work better now - Tompen - 2011-10-10 00:27 Ri4h5ar88 Wrote:Do you have any plans to integrate spotify playlists? akezeke In default.py for the addon, I noticed a todo note. For me using windows, the following works. Quote:def startPlugin(): Edit:note there is a typo, musiclibrary is one word, by mistake this forum adds a space character. - akezeke - 2011-10-10 07:51 Tompen Wrote:akezeke Works! Thank you - mullcom - 2011-10-10 08:11 Tompen Wrote:mullcom: oK.. thanks I going to try this when i am home agen. will be back with result =D - mullcom - 2011-10-10 19:24 great!!!! I have spotify in XBMC now THX for good work boys - dallasnights - 2011-10-10 19:39 No ATV love yet? Spotify support in XBMC for iOS? - RockerC - 2011-10-12 16:46 I wonder if akezeke could get this to work on ATV2, iPad, and iPhone now that Spotify have released libspotify binaries for iOS http://developer.spotify.com/blog/archives/2011/08/31/spotify-inside-your-ios-app/ Quote:Spotify inside your iOS appI also noticed that Spotify have released libspotify 9.1.x binaries for loads of other hardware platforms too now http://developer.spotify.com/en/libspotify/overview/ Does this work with libspotify 9 already as it is? ![]() Time for all us to put some money together to donate an Apple TV 2 to akezeke? Whatify??? - vurtual - 2011-10-14 14:13 I'm so sorry, I've had a reasonable look through some of the 60 or so pages here for help but I am stuck right from step 1. I am running Dharma on Vista Home Premium. I've had a look at the instructions for Windows install, but I'm totally stuck on steps 1 and 3. [INDENT]1: Obtain spotyXBMC2 source Use your favorite git tool to clone the repo: git://github.com/akezeke/spotyxbmc2.git What is a git tool? And what is "clone the repo"> 3: Build Follow a guide from XBMC.org and build it yourself, if you are not using the Win32BuildSetup util make sure that you copy libspotify.dll to your XBMC install location. I'm not certain I understand a word of this! I think I need to find a guide somewhere on XBMC.org on how to build the installer file, but I've tried and I can't find it [/INDENT]I hope someone can help me, or at least point me in the right direction for help. I've even trawled through some of github's help but I just have no idea what I'm looking for. On the flipside, I am good at simplifying complex instructions, perhaps I could try and construct a simple how to once I have understood it myself |