XBMC Community Forum
[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)



- Novin - 2011-12-17 22:22

Installed it today. Works but got a crash after 15 minutes. Will submit some kind of report to that later... to here or somewhere else?

The GUI also lags like crazy. The RSS feed skips a couple of characters every 3 seconds or so. Why is this I wonder..

Using todays git + Ubuntu 10.10 + Asrock ION 330.

Gui-flow & hw-accel in movies (vdpau) worked fine in the 10.10-version of XBMC I used before.


- KJThaDon - 2011-12-18 05:18

Can someone help me out please. I got everything done according to this guide. http://forum.xbmc.org/showpost.php?p=882046&postcount=530

And I am getting error when compiling in the last step BuildSetup.bat


This is the log.

Code:
Build started 12/17/2011 10:12:05 PM.
     1>Project "C:\XBMC\project\VS2010Express\XBMC.vcxproj" on node 3 (build target(s)).
     1>InitializeBuildStatus:
         Touching "XBMC\Release (DirectX)\objs\XBMC.unsuccessfulbuild".
       CustomBuild:
         Performing Custom Build Tools
         ECHO is off.
                 1 file(s) copied.
                 1 file(s) copied.
         FC: cannot open ..\..\XBMC\WIN32\GIT_REV.H - No such file or folder
        
       ClCompile:
         C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\bin\CL.exe /c /I..\..\ /I..\..\xbmc\ /I..\..\xbmc\win32\ /I..\..\xbmc\cores\dvdplayer /I..\..\lib /I..\..\lib\ffmpeg /I"..\..\lib\ffmpeg\include-xbmc-win32" /I..\..\lib\liblame\include /I..\..\lib\libUPnP\Platinum\Source\Devices\MediaRenderer /I..\..\lib\libUPnP\Platinum\Source\Devices\MediaConnect /I..\..\lib\libUPnP\Platinum\Source\Devices\MediaServer /I..\..\lib\libUPnP\Platinum\Source\Platinum /I..\..\lib\libUPnP\Platinum\Source\Core /I..\..\lib\libUPnP\Neptune\Source\Core /I..\..\lib\libUPnP\Neptune\Source\System\Win32 /I..\..\lib\win32\pcre /I..\..\lib\win32 /Zi /nologo /W3 /WX- /MP /Ox /Ot /Oy /D TARGET_WINDOWS /D _WINDOWS /D _MSVC /D WIN32 /D NDEBUG /D _WIN32_WINNT=0x0501 /D NTDDI_VERSION=0x05010300 /D NOMINMAX /D _USE_32BIT_TIME_T /D HAS_DX /D __STDC_CONSTANT_MACROS /D _VC80_UPGRADE=0x0710 /D _MBCS /GF- /Gm- /EHa /MT /GS /Gy- /arch:SSE /fp:precise /Zc:wchar_t /Zc:forScope /Yc"pch.h" /Fp"XBMC\Release (DirectX)\objs\XBMC.pch" /Fo"XBMC\Release (DirectX)\objs\\" /Fd"XBMC\Release (DirectX)\objs\vc100.pdb" /Gd /TP /wd4996 /FIpch.h /analyze- /errorReport:prompt ..\..\xbmc\win32\pch.cpp /MP
         pch.cpp
     1>c:\xbmc\xbmc\win32\pch.h(20): fatal error C1083: Cannot open include file: 'D3DX9.h': No such file or directory
     1>Done Building Project "C:\XBMC\project\VS2010Express\XBMC.vcxproj" (build target(s)) -- FAILED.

Build FAILED.

Time Elapsed 00:00:09.77



- yallah - 2011-12-18 14:35

Hi All,

Is itpossible to integrate JSON command, need create remote application with ipad and can only use JSON command for browse, search ...

Regards


- neoflex - 2011-12-18 15:04

Is it possible yes, but not done.
For the moment, only the GetSongs and GetAlbums methods have been modified to integrate spotify.
You can have a look at https://github.com/akezeke/spotyxbmc2/commit/12c9417d00650f6ba67bcaaefafafa21577aca0b to see how to use them.


- yallah - 2011-12-18 15:23

oh thx,

it's only for feedback, no way yet to search artist,song or other ?


- neoflex - 2011-12-18 21:01

yallah Wrote:oh thx,

it's only for feedback, no way yet to search artist,song or other ?

It don't think it's possible right now, akezeke can confirm this.

the iPad application you are developing will be open source? if it's the case, are the sources already available somewhere?


- yallah - 2011-12-18 22:01

Nop I use Commandfusion for IPAD. I started 2 days ago, it's very early.But don't have solution yet for spotify...


- neoflex - 2011-12-19 01:54

ok, I just wanted to know if I should help you implementing those methods or not. Sorry but I am a little bit tired of all those close sources and often paid application.


- KJThaDon - 2011-12-19 11:11

Ok got everything completed and compiled. Installed through custom installer script that was generated, and XBMC runs fine but I do not see spotify in any of the menus...

Any help is appreciated please.

Thanks!


- yallah - 2011-12-19 13:52

neoflex Wrote:ok, I just wanted to know if I should help you implementing those methods or not. Sorry but I am a little bit tired of all those close sources and often paid application.

Oh sure !!!

Thank you i ll send you MP as soon about spotify json.

Regards