Spotify support in XBMC via Openspotify and Despotify (open source Spotify clients)?
#46
Hi,

I guess I should reply to this thread as well.

I am almost done creating spotify support fo XBMC, and its not a plugin, its source modifications and based on the official spotify API. Please follow this thread for more information:

http://forum.xbmc.org/showthread.php?tid=67012

/David
Reply
#47
akezeke Wrote:Hi,

I guess I should reply to this thread as well.

I am almost done creating spotify support fo XBMC, and its not a plugin, its source modifications and based on the official spotify API. Please follow this thread for more information:

http://forum.xbmc.org/showthread.php?tid=67012

/David

Great! Big thanks.

/Söder
Vero 4K with unRAID server and mysql (mariadb)
Reply
#48
Question 
Is it possible to integrate SPOTIFY OR make an Add-ON for spotify in XBMC?
Reply
#49
there is a GrooveShark addon, and you can import your Spotify playlist into Grooveshark.

not exactly what you were looking for, but might just work for your situation.

http://groovylists.com/

-=Jason=-
Reply
#50
I`ll try this one, even if its not what i was thinking about.

The only thing i miss in xbmc is my spotify music.

I hope this is possible to get.
As add-on or integrated.
Reply
#51
Use the forum search Rolleyes

http://forum.xbmc.org/showthread.php?tid=67012
Reply
#52
Thanks :-)
Reply
#53
I have now used XBMC for a while and I think its the best mediacenter program of them allSmile Now I want to get spotify integrated into it to make it just perfect.
I`ve been reading a lot of posts at the forums, but now I ask you to get an upto date answer. what is the best\easyest way to make it work? Is there a step-by-step guide who you recomand?

Im running Dharma beta2 in windows7 on my Asrock ion 330 ht\bd.

Thank you very much to all the people working in this awesome mediacenter!! Keep up the good work.
Reply
#54
After some more reading at this forum, the nearest answer to my question is that there is no awaliable pluggin for spotify who is working with Dharma at the momentSad
Reply
#55
joeranjensen Wrote:After some more reading at this forum, the nearest answer to my question is that there is no awaliable pluggin for spotify who is working with Dharma at the momentSad

Take a peek here:
-> http://forum.xbmc.org/showthread.php?tid=67012

I'm not sure if it's still in development or not, but I would really like to have an add-on too!!

Big Grin
Reply
#56
[Ubuntu 10.04, XBMC Standalone]

If you, like me, have tried hard to get Spotyxbmc to work, but not succeeded, and have temporarily given up, you can still get Spotify to run without gnome.

I have my pc start automatically into XBMC. You can start Spotify with X using another workspace.

First Ctrl+Alt+F1 (or any Fn you find suitable) and log in. Then download and install the Linux preview of Spotify as described.
To start Spotify alone (Spotifalone) use the command

$ xinit spotify -- :1

The :1 tells xinit to open Spotify in a new X session (XBMC already runs in 0). You can now switch back and forth between XBMC and Spotify by Ctrl+Alt+Fn.

Now, the Spotify interface is not exactly 10 foot. You can reduce screen resolution to make enlarge Spotify interface.

Worth looking into is the /etc/X11/xorg.conf file.
Create and additional ServerLayout section (just copy the one you have, but make a new identifier, e.g. "Spotify"), and let it refer to an additional Screen section (remember identifier). Under a SubSection "Display" input a line Mode "1280x720" or any other mode supported by you monitor which you fin suiting. Now you can start Spotify with

$ xinit spotify -- :1 -layout Spotify

Here's my additions to xorg.conf (do not just copy it, use it as an example to modify you own)
Code:
Section "ServerLayout"
    Identifier     "Spotify"
    Screen      0  "ScreenSpotify"
    InputDevice    "Keyboard0" "CoreKeyboard"
    InputDevice    "Mouse0" "CorePointer"
EndSection

Section "Screen"
    Identifier     "ScreenSpotify"
    Device         "Device0"
    Monitor        "Monitor0"
    DefaultDepth    24
    Option         "NoLogo" "True"
    SubSection     "Display"
        Depth       24
        Modes      "1280x720"
    EndSubSection
EndSection
Reply
#57
Spotify now has a Linux front-end as well: http://www.spotify.com/fi/download/previews/

Now, to get that to work in XBMC....
Reply
#58
Would be awesome...it's really a huge miss in xbmc...
Reply
#59
Miss Spotify too... Sad
Reply
#60
Yeah. Although the work on "spotyxbmc" is great and nice, it is really no option for me to have to patch and compile custom builds every time Sad

I sincerely hope that, now with Linux api's and even a Linux frontend available, a plugin version will become available.

And/or, when XBMC 11.x with 'closed source' plugin support is out, Spotify will jump on a plugin themselves!

Lack of a robust spotify in XBMC really is the last thing preventing me from getting a premium subscription.....
Reply

Logout Mark Read Team Forum Stats Members Help
Spotify support in XBMC via Openspotify and Despotify (open source Spotify clients)?1